| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix freelist allocation direction. | Ben Johnson | 2014-05-19 | 1 | -1/+16 |
| * | Change verbiage, fix node test. | Ben Johnson | 2014-05-15 | 1 | -2/+2 |
| * | Add option to adjust fill percentage. | Ben Johnson | 2014-05-15 | 1 | -1/+15 |
| * | Add strict mode. | Ben Johnson | 2014-05-14 | 1 | -63/+17 |
| * | add asserts for detecting pgid high watermark overflow | Martin Kobetic | 2014-05-09 | 1 | -0/+4 |
| * | Add inline bucket support. | Ben Johnson | 2014-05-05 | 1 | -1/+5 |
| * | Consolidate code for clarity. | Ben Johnson | 2014-05-05 | 1 | -0/+88 |
| * | wip | Steven Normore | 2014-04-16 | 1 | -2/+7 |
| * | build c/cursor and running tests | Steven Normore | 2014-04-16 | 1 | -0/+6 |
| * | Add nested buckets. | Ben Johnson | 2014-04-11 | 1 | -46/+61 |
| * | Rename internal local Tx variables. | Ben Johnson | 2014-04-04 | 1 | -4/+4 |
| * | Add meta page checksums. | Ben Johnson | 2014-04-02 | 1 | -1/+1 |
| * | Add performance counters. | Ben Johnson | 2014-04-02 | 1 | -44/+23 |
| * | Add advisory file locking. | Ben Johnson | 2014-04-02 | 1 | -0/+12 |
| * | Consolidate file and metafile descriptors. | Ben Johnson | 2014-04-02 | 1 | -17/+6 |
| * | Remove DB.Open() and only allow bolt.Open(). | Ben Johnson | 2014-03-31 | 1 | -25/+15 |
| * | Write freelist after each commit. | Ben Johnson | 2014-03-31 | 1 | -2/+10 |
| * | Add DB.Check(). | Ben Johnson | 2014-03-29 | 1 | -0/+57 |
| * | Fix DB.Copy() meta lock and partial write checks. | Ben Johnson | 2014-03-26 | 1 | -1/+12 |
| * | Make DB/Tx API more consistent. | Ben Johnson | 2014-03-24 | 1 | -18/+26 |
| * | Error refactoring. | Ben Johnson | 2014-03-24 | 1 | -7/+18 |
| * | Re-add tests for write failures | Tommi Virtanen | 2014-03-24 | 1 | -1/+14 |
| * | Resolve remaining errcheck warnings. | Ben Johnson | 2014-03-24 | 1 | -10/+23 |
| * | Check errors from file close in DB.CopyFile | Tommi Virtanen | 2014-03-23 | 1 | -1/+5 |
| * | Mark Do()/With() transaction as managed. | Ben Johnson | 2014-03-23 | 1 | -4/+19 |
| * | Fix db.munmap() to return an error. | Ben Johnson | 2014-03-21 | 1 | -26/+36 |
| * | Remove ease-of-use functions from the DB type. | Ben Johnson | 2014-03-21 | 1 | -129/+0 |
| * | Consolidate Tx and RWTx. | Ben Johnson | 2014-03-08 | 1 | -24/+22 |
| * | Rename Transaction to Tx. | Ben Johnson | 2014-03-08 | 1 | -57/+57 |
| * | Ignore multiple transaction commit/rollback/close. | Ben Johnson | 2014-03-01 | 1 | -1/+1 |
| * | Allow reads of unflushed nodes. | Ben Johnson | 2014-03-01 | 1 | -2/+3 |
| * | Fix the mmap resize to use the correct size. | Ben Johnson | 2014-02-27 | 1 | -1/+1 |
| * | Refactor Bucket. | Ben Johnson | 2014-02-23 | 1 | -5/+40 |
| * | Revert "Refactor Transaction/Bucket API." | Ben Johnson | 2014-02-22 | 1 | -74/+40 |
| * | Refactor Transaction/Bucket API. | Ben Johnson | 2014-02-21 | 1 | -40/+74 |
| * | Add DB.Stat(). | Ben Johnson | 2014-02-21 | 1 | -0/+51 |
| * | Read-only transactional block. | Ben Johnson | 2014-02-16 | 1 | -4/+14 |
| * | Add Transaction.ForEach(). | Ben Johnson | 2014-02-16 | 1 | -0/+11 |
| * | Add CreateBucketIfNotExists(). | Ben Johnson | 2014-02-16 | 1 | -0/+8 |
| * | Rename errors. | Ben Johnson | 2014-02-16 | 1 | -4/+4 |
| * | Add Stringer support. | Ben Johnson | 2014-02-16 | 1 | -0/+11 |
| * | Improve test coverage. | Ben Johnson | 2014-02-15 | 1 | -16/+1 |
| * | Fix DB.opened flag. | Ben Johnson | 2014-02-15 | 1 | -0/+2 |
| * | Add parallel usage test and race detector. | Ben Johnson | 2014-02-15 | 1 | -5/+1 |
| * | Add transactional blocks. | Ben Johnson | 2014-02-15 | 1 | -50/+38 |
| * | Add bucket sequence. | Ben Johnson | 2014-02-15 | 1 | -0/+19 |
| * | Add examples. | Ben Johnson | 2014-02-14 | 1 | -7/+2 |
| * | API Documentation. | Ben Johnson | 2014-02-13 | 1 | -16/+31 |
| * | Mmap remap. | Ben Johnson | 2014-02-12 | 1 | -11/+79 |
| * | Add freelist. | Ben Johnson | 2014-02-10 | 1 | -14/+77 |
