aboutsummaryrefslogtreecommitdiff
path: root/bucket.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move code to src/ and tests/EuAndreh2024-10-251-777/+0
* Fix return statement inside else block at the end of function and gofmt windo...nick2016-10-311-2/+1
* Merge pull request #578 from resin-os/align-fixBen Johnson2016-09-061-1/+9
|\
| * bucket: correct broken unaligned load/store in armv5Lorenzo Stoakes2016-07-281-1/+9
* | Minor bolt compact revisionsBen Johnson2016-09-051-0/+22
|/
* lower MaxValue to 2GBBen Johnson2015-10-281-1/+1
* Merge pull request #441 from pmezard/document-put-constraintBen Johnson2015-10-281-0/+1
|\
| * bucket: document Put() value must remain valid for the transactionPatrick Mezard2015-10-191-0/+1
* | bucket: document buckets are valid only during the transactionPatrick Mezard2015-10-211-0/+3
|/
* Document undefined behavior in ForEachLuke Champine2015-09-211-1/+2
* Document key/value safety.Ben Johnson2015-03-241-0/+1
* Persist sequence-only changes.Ben Johnson2015-02-021-0/+6
* Expand assertion statements.Ben Johnson2015-01-301-4/+12
* Fix split root dereference.Ben Johnson2014-08-211-1/+1
* Move tests to a test package.Ben Johnson2014-07-261-1/+1
* Add FillPercent documentation.Ben Johnson2014-07-241-0/+2
* Change fill percent to be per-bucket.Ben Johnson2014-07-241-2/+20
* Add DefaultOptions variable.Ben Johnson2014-06-221-27/+0
* Change Bucket.NextSequence() to return uint64.Ben Johnson2014-06-221-13/+2
* Fix merge-split spill issues.Ben Johnson2014-06-031-0/+1
* Remove allocations from read-only buckets.Ben Johnson2014-05-231-6/+17
* Minor stats fixes.Ben Johnson2014-05-141-1/+9
* address review commentsMartin Kobetic2014-05-131-3/+23
* tweaksMartin Kobetic2014-05-121-1/+2
* merge inline branch into leaf branchMartin Kobetic2014-05-121-20/+17
* fix inline bucket statsMartin Kobetic2014-05-121-6/+26
* aggregate bucket stats recursively and add stats to cmdMartin Kobetic2014-05-091-4/+8
* first partMartin Kobetic2014-05-091-5/+38
* Merge branch 'master' of https://github.com/boltdb/bolt into fix-deletionBen Johnson2014-05-091-0/+1
|\
| * add asserts for detecting pgid high watermark overflowMartin Kobetic2014-05-091-0/+1
* | Fix deletion reclamation.Ben Johnson2014-05-091-5/+2
|/
* Minor fixes.Ben Johnson2014-05-071-1/+1
* Improve bucket code documentation.Ben Johnson2014-05-071-11/+14
* Fix bucket free.Ben Johnson2014-05-071-2/+40
* Add inline bucket support.Ben Johnson2014-05-051-24/+137
* Consolidate code for clarity.Ben Johnson2014-05-051-0/+15
* Refactor split/spill.Ben Johnson2014-05-031-77/+17
* Copy key on Put() and CreateBucket().Ben Johnson2014-04-291-0/+9
* Change to BucketStats and Bucket.Stats().Ben Johnson2014-04-221-14/+19
* rename MaxDepth to DepthMartin Kobetic2014-04-221-3/+3
* allign naming with MemStatsMartin Kobetic2014-04-221-17/+17
* moar tweaksMartin Kobetic2014-04-221-16/+17
* add Used/Free Leaf/Branch bucket statsMartin Kobetic2014-04-221-0/+15
* build c/cursor and running testsSteven Normore2014-04-161-0/+10
* Return bucket from CreateBucket() functions.Ben Johnson2014-04-151-15/+17
* Add nested buckets.Ben Johnson2014-04-111-37/+329
* Add performance counters.Ben Johnson2014-04-021-0/+4
* Error refactoring.Ben Johnson2014-03-241-0/+34
* Add ErrTxClosed error.Ben Johnson2014-03-231-3/+12
* fix 32bit build fails: bucket.go#67binz2014-03-231-1/+1