Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add 'bolt bench'. | Ben Johnson | 2014-04-18 | 1 | -36/+0 | |
* | Return bucket from CreateBucket() functions. | Ben Johnson | 2014-04-15 | 1 | -9/+16 | |
* | Add nested buckets. | Ben Johnson | 2014-04-11 | 1 | -54/+220 | |
* | Add meta page checksums. | Ben Johnson | 2014-04-02 | 1 | -1/+34 | |
* | Add performance counters. | Ben Johnson | 2014-04-02 | 1 | -49/+30 | |
* | Remove DB.Open() and only allow bolt.Open(). | Ben Johnson | 2014-03-31 | 1 | -71/+55 | |
* | Write freelist after each commit. | Ben Johnson | 2014-03-31 | 1 | -6/+21 | |
* | Add DB.Check(). | Ben Johnson | 2014-03-29 | 1 | -1/+22 | |
* | Fix bucket reclamation. | Ben Johnson | 2014-03-25 | 1 | -5/+47 | |
* | Make DB/Tx API more consistent. | Ben Johnson | 2014-03-24 | 1 | -21/+21 | |
* | Error refactoring. | Ben Johnson | 2014-03-24 | 1 | -13/+14 | |
* | Re-add tests for write failures | Tommi Virtanen | 2014-03-24 | 1 | -0/+62 | |
* | Mark Do()/With() transaction as managed. | Ben Johnson | 2014-03-23 | 1 | -0/+17 | |
* | Fix db.munmap() to return an error. | Ben Johnson | 2014-03-21 | 1 | -114/+0 | |
* | Remove ease-of-use functions from the DB type. | Ben Johnson | 2014-03-21 | 1 | -76/+35 | |
* | Consolidate Tx and RWTx. | Ben Johnson | 2014-03-08 | 1 | -13/+33 | |
* | Rename Transaction to Tx. | Ben Johnson | 2014-03-08 | 1 | -11/+11 | |
* | Add benchmarks. | Ben Johnson | 2014-03-04 | 1 | -0/+25 | |
* | Minor refactor. | Ben Johnson | 2014-02-28 | 1 | -0/+7 | |
* | Add bolt.Open(). | Ben Johnson | 2014-02-26 | 1 | -0/+21 | |
* | Refactor Bucket. | Ben Johnson | 2014-02-23 | 1 | -93/+14 | |
* | Revert "Refactor Transaction/Bucket API." | Ben Johnson | 2014-02-22 | 1 | -31/+10 | |
* | Refactor Transaction/Bucket API. | Ben Johnson | 2014-02-21 | 1 | -10/+31 | |
* | Add DB.Stat(). | Ben Johnson | 2014-02-21 | 1 | -0/+46 | |
* | Add Transaction.ForEach(). | Ben Johnson | 2014-02-16 | 1 | -0/+67 | |
* | Rename errors. | Ben Johnson | 2014-02-16 | 1 | -9/+9 | |
* | Improve test coverage. | Ben Johnson | 2014-02-15 | 1 | -8/+59 | |
* | Add parallel usage test and race detector. | Ben Johnson | 2014-02-15 | 1 | -0/+7 | |
* | Add transactional blocks. | Ben Johnson | 2014-02-15 | 1 | -0/+18 | |
* | Add examples. | Ben Johnson | 2014-02-14 | 1 | -4/+15 | |
* | API Documentation. | Ben Johnson | 2014-02-13 | 1 | -1/+1 | |
* | Mmap remap. | Ben Johnson | 2014-02-12 | 1 | -0/+12 | |
* | Add freelist. | Ben Johnson | 2014-02-10 | 1 | -0/+20 | |
* | Fix quick tests. | Ben Johnson | 2014-02-05 | 1 | -38/+0 | |
* | Add RWTransaction.Delete(). | Ben Johnson | 2014-02-03 | 1 | -0/+14 | |
* | Add RWTransaction.Put(). | Ben Johnson | 2014-02-01 | 1 | -23/+51 | |
* | Clean up API. | Ben Johnson | 2014-01-31 | 1 | -3/+3 | |
* | Fix leaf/branch deserialization. | Ben Johnson | 2014-01-30 | 1 | -1/+0 | |
* | Refactor meta.copy() and page.init(). | Ben Johnson | 2014-01-29 | 1 | -5/+11 | |
* | Add tpage.put() test. | Ben Johnson | 2014-01-28 | 1 | -1/+0 | |
* | Clean up test suite. | Ben Johnson | 2014-01-28 | 1 | -49/+14 | |
* | lpage | Ben Johnson | 2014-01-27 | 1 | -25/+4 | |
* | Begin Transaction.Cursor(). | Ben Johnson | 2014-01-13 | 1 | -0/+46 | |
* | Finish open coverage. | Ben Johnson | 2014-01-13 | 1 | -15/+135 | |
* | Mock syscall. | Ben Johnson | 2014-01-12 | 1 | -0/+14 | |
* | Mock OS and File. | Ben Johnson | 2014-01-12 | 1 | -0/+41 | |
* | Initial db.open. | Ben Johnson | 2014-01-11 | 1 | -0/+27 |