Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add nested buckets. | Ben Johnson | 2014-04-11 | 1 | -251/+0 |
* | Rename internal local Tx variables. | Ben Johnson | 2014-04-04 | 1 | -2/+2 |
* | Remove DB.Open() and only allow bolt.Open(). | Ben Johnson | 2014-03-31 | 1 | -18/+9 |
* | Make DB/Tx API more consistent. | Ben Johnson | 2014-03-24 | 1 | -22/+22 |
* | Remove ease-of-use functions from the DB type. | Ben Johnson | 2014-03-21 | 1 | -76/+118 |
* | Consolidate Tx and RWTx. | Ben Johnson | 2014-03-08 | 1 | -14/+14 |
* | Rename Transaction to Tx. | Ben Johnson | 2014-03-08 | 1 | -9/+9 |
* | Refactor Bucket. | Ben Johnson | 2014-02-23 | 1 | -7/+10 |
* | Revert "Refactor Transaction/Bucket API." | Ben Johnson | 2014-02-22 | 1 | -21/+18 |
* | Refactor Transaction/Bucket API. | Ben Johnson | 2014-02-21 | 1 | -18/+21 |
* | Read-only transactional block. | Ben Johnson | 2014-02-16 | 1 | -0/+22 |
* | Add Transaction.ForEach(). | Ben Johnson | 2014-02-16 | 1 | -0/+24 |
* | Add transactional blocks. | Ben Johnson | 2014-02-15 | 1 | -0/+27 |
* | Add examples. | Ben Johnson | 2014-02-14 | 1 | -0/+142 |