aboutsummaryrefslogtreecommitdiff
path: root/doc.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 Johnson2014-06-161-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 Johnson2014-06-121-2/+3
* Consolidate Tx and RWTx.Ben Johnson2014-03-081-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 Johnson2014-03-081-9/+8
* Revert "Refactor Transaction/Bucket API."•••This reverts commit 1ad2b99f281d587b767b36f886401e81d17915a9. Ben Johnson2014-02-221-10/+11
* Refactor Transaction/Bucket API.Ben Johnson2014-02-211-11/+10
* API Documentation.Ben Johnson2014-02-131-2/+38
* Clean up API.Ben Johnson2014-01-311-0/+3