aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove allocations from read-only buckets.Ben Johnson2014-05-233-7/+101
* Fix freelist allocate().Ben Johnson2014-05-195-12/+16
* Fix freelist allocation direction.Ben Johnson2014-05-197-47/+65
* Merge pull request #166 from benbjohnson/fill-percentBen Johnson2014-05-155-7/+32
|\
| * Change verbiage, fix node test.Ben Johnson2014-05-152-6/+6
| * Add option to adjust fill percentage.Ben Johnson2014-05-154-3/+28
|/
* Merge pull request #165 from benbjohnson/strict-modeBen Johnson2014-05-153-63/+134
|\
| * Add strict mode.Ben Johnson2014-05-143-63/+134
|/
* Merge pull request #162 from Shopify/nested_stats2Ben Johnson2014-05-145-48/+395
|\
| * Minor stats fixes.Ben Johnson2014-05-142-12/+42
| * address review commentsMartin Kobetic2014-05-133-16/+70
| * undo page.go changesMartin Kobetic2014-05-121-2/+2
| * add inline stats to cmdMartin Kobetic2014-05-121-0/+8
| * tweaksMartin Kobetic2014-05-122-9/+15
| * merge inline branch into leaf branchMartin Kobetic2014-05-122-23/+54
| * fix inline bucket statsMartin Kobetic2014-05-122-51/+83
| * aggregate bucket stats recursively and add stats to cmdMartin Kobetic2014-05-095-16/+107
| * first partMartin Kobetic2014-05-094-7/+102
* | Merge pull request #161 from benbjohnson/workBen Johnson2014-05-122-1/+9
|\ \ | |/ |/|
| * Add -work flag to 'bolt bench'.Ben Johnson2014-05-122-1/+9
|/
* Merge pull request #160 from benbjohnson/fix-deletionBen Johnson2014-05-093-19/+38
|\
| * Merge branch 'master' of https://github.com/boltdb/bolt into fix-deletionBen Johnson2014-05-097-5/+79
| |\ | |/ |/|
* | Fix node unit tests.Ben Johnson2014-05-091-5/+5
* | Merge pull request #159 from Shopify/pgid_overflow_checksBen Johnson2014-05-093-0/+9
|\ \
| * | remove stray fileMartin Kobetic2014-05-091-54/+0
| * | add asserts for detecting pgid high watermark overflowMartin Kobetic2014-05-094-0/+63
|/ /
* | Merge pull request #158 from benbjohnson/bolt-infoBen Johnson2014-05-083-0/+66
|\ \
| * | Add 'bolt info'.Ben Johnson2014-05-083-0/+66
|/ /
| * Fix deletion reclamation.Ben Johnson2014-05-093-19/+39
|/
* Merge pull request #154 from benbjohnson/inline-bucketsBen Johnson2014-05-077-54/+273
|\
| * Minor fixes.Ben Johnson2014-05-071-1/+1
| * Improve bucket code documentation.Ben Johnson2014-05-071-11/+14
| * Fix bucket free.Ben Johnson2014-05-075-6/+82
| * Add inline bucket support.Ben Johnson2014-05-057-49/+189
|/
* Merge pull request #153 from benbjohnson/consolidateBen Johnson2014-05-0510-139/+120
|\
| * Consolidate code for clarity.Ben Johnson2014-05-0510-139/+120
|/
* Merge pull request #152 from benbjohnson/remove-bolt-setBen Johnson2014-05-053-87/+0
|\
| * Remove 'bolt set'.Ben Johnson2014-05-053-87/+0
|/
* Merge pull request #151 from benbjohnson/remove-cBen Johnson2014-05-053-732/+0
|\
| * Remove the c package.Ben Johnson2014-05-053-732/+0
|/
* Merge pull request #150 from tv42/typo-seekBen Johnson2014-05-041-1/+2
|\
| * Document cursors seeing nested bucketsTommi Virtanen2014-05-041-0/+1
| * Cursor.Seek validity is indicated by key being nilTommi Virtanen2014-05-041-1/+1
|/
* Merge pull request #148 from benbjohnson/split-spillBen Johnson2014-05-036-132/+240
|\
| * Refactor split/spill.Ben Johnson2014-05-036-132/+240
|/
* Merge pull request #147 from benbjohnson/statsBen Johnson2014-05-012-23/+61
|\
| * Add streaming stats to bolt bench.Ben Johnson2014-04-302-23/+61
|/
* Merge pull request #146 from benbjohnson/bench-batchBen Johnson2014-04-302-12/+41
|\
| * Merge branch 'bench-batch' into moar_benchBen Johnson2014-04-307-15/+60
| |\
| | * Add --batch-size to 'bolt bench'.Ben Johnson2014-04-292-11/+33
| |/ |/|