aboutsummaryrefslogtreecommitdiff
path: root/doc.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move code to src/ and tests/EuAndreh2024-10-251-44/+0
|
* Document key/value lifecycle.Ben Johnson2014-06-161-2/+6
| | | | 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.
* Add Windows support.Ben Johnson2014-06-121-2/+3
| | | | | 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.
* Consolidate Tx and RWTx.Ben Johnson2014-03-081-5/+6
|
* Rename Transaction to Tx.Ben Johnson2014-03-081-9/+8
| | | | | 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.
* Revert "Refactor Transaction/Bucket API."Ben Johnson2014-02-221-10/+11
| | | | This reverts commit 1ad2b99f281d587b767b36f886401e81d17915a9.
* 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