Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consolidate Tx and RWTx. | Ben Johnson | 2014-03-08 | 1 | -181/+0 |
* | Rename Transaction to Tx. | Ben Johnson | 2014-03-08 | 1 | -20/+20 |
* | Add benchmarks. | Ben Johnson | 2014-03-04 | 1 | -0/+39 |
* | Add bucket reclamation. | Ben Johnson | 2014-02-27 | 1 | -0/+6 |
* | Refactor Bucket. | Ben Johnson | 2014-02-23 | 1 | -191/+21 |
* | Revert "Refactor Transaction/Bucket API." | Ben Johnson | 2014-02-22 | 1 | -0/+306 |
* | Refactor Transaction/Bucket API. | Ben Johnson | 2014-02-21 | 1 | -306/+0 |
* | Check for sequence overflow. | Ben Johnson | 2014-02-20 | 1 | -0/+15 |
* | Add CreateBucketIfNotExists(). | Ben Johnson | 2014-02-16 | 1 | -0/+13 |
* | Rename errors. | Ben Johnson | 2014-02-16 | 1 | -11/+11 |
* | Improve test coverage. | Ben Johnson | 2014-02-15 | 1 | -10/+46 |
* | Add bucket sequence. | Ben Johnson | 2014-02-15 | 1 | -0/+26 |
* | Add examples. | Ben Johnson | 2014-02-14 | 1 | -2/+2 |
* | API Documentation. | Ben Johnson | 2014-02-13 | 1 | -6/+12 |
* | Add freelist. | Ben Johnson | 2014-02-10 | 1 | -4/+35 |
* | Rebalance after deletion. | Ben Johnson | 2014-02-08 | 1 | -0/+41 |
* | Clean up. | Ben Johnson | 2014-02-06 | 1 | -0/+1 |
* | Fix multi-put transaction. | Ben Johnson | 2014-02-06 | 1 | -1/+75 |
* | Add RWTransaction.Put(). | Ben Johnson | 2014-02-01 | 1 | -0/+33 |
* | Clean up API. | Ben Johnson | 2014-01-31 | 1 | -20/+4 |
* | Add RWTransaction.write(). | Ben Johnson | 2014-01-30 | 1 | -11/+9 |
* | gofmt | Ben Johnson | 2014-01-30 | 1 | -9/+9 |
* | Fix leaf/branch deserialization. | Ben Johnson | 2014-01-30 | 1 | -0/+48 |