aboutsummaryrefslogtreecommitdiff
path: root/bucket.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #65 from benbjohnson/fix-tx-buckets-sort-orderBen Johnson2014-03-211-0/+6
|\
| * Fix Tx.Buckets() sort order.Ben Johnson2014-03-131-0/+6
* | Fix Bucket.ForEach() comment.Ben Johnson2014-03-151-1/+2
|/
* Consolidate Tx and RWTx.Ben Johnson2014-03-081-4/+3
* Rename Transaction to Tx.Ben Johnson2014-03-081-11/+11
* Allow reads of unflushed nodes.Ben Johnson2014-03-011-1/+1
* Refactor Bucket.Ben Johnson2014-02-231-7/+104
* Revert "Refactor Transaction/Bucket API."Ben Johnson2014-02-221-100/+5
* Refactor Transaction/Bucket API.Ben Johnson2014-02-211-5/+100
* Bucket stats.Ben Johnson2014-02-211-0/+29
* Add parallel usage test and race detector.Ben Johnson2014-02-151-1/+1
* Add bucket sequence.Ben Johnson2014-02-151-0/+1
* API Documentation.Ben Johnson2014-02-131-0/+5
* Add freelist.Ben Johnson2014-02-101-14/+0
* Clean up.Ben Johnson2014-02-091-0/+14
* Refactor node lookup.Ben Johnson2014-02-071-1/+1
* Add RWTransaction.Put().Ben Johnson2014-02-011-7/+2
* Clean up API.Ben Johnson2014-01-311-2/+0
* Add RWTransaction.write().Ben Johnson2014-01-301-0/+2
* gofmtBen Johnson2014-01-301-3/+3