| Commit message (Expand) | Author | Age | Files | Lines |
| * | Document key/value lifecycle.•••This commit adds a caveat to the godoc that explains how key and value
byte slices will only be valid for the life of the transaction. | Ben Johnson | 2014-06-16 | 1 | -2/+6 |
| * | Add Windows support.•••This commit adds Windows support to Bolt. Windows memory maps return an address instead of a byte
slice so the DB.data field had to be refactored to be a pointer to a large byte array.
| Ben Johnson | 2014-06-12 | 1 | -2/+3 |
| * | Consolidate Tx and RWTx. | Ben Johnson | 2014-03-08 | 1 | -5/+6 |
| * | Rename Transaction to Tx.•••I changed the Transaction/RWTransaction types to Tx/RWTx, respectively. This makes the naming
more consistent with other packages such as database/sql. The txnid is changed to txid as well.
| Ben Johnson | 2014-03-08 | 1 | -9/+8 |
| * | Revert "Refactor Transaction/Bucket API."•••This reverts commit 1ad2b99f281d587b767b36f886401e81d17915a9.
| Ben Johnson | 2014-02-22 | 1 | -10/+11 |
| * | Refactor Transaction/Bucket API. | Ben Johnson | 2014-02-21 | 1 | -11/+10 |
| * | API Documentation. | Ben Johnson | 2014-02-13 | 1 | -2/+38 |
| * | Clean up API. | Ben Johnson | 2014-01-31 | 1 | -0/+3 |