aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ |/|
* | Merge pull request #145 from benbjohnson/tx-cursorBen Johnson2014-04-292-0/+33
|\ \
| * | Add Tx.Cursor().Ben Johnson2014-04-292-0/+33
* | | Merge pull request #144 from benbjohnson/copy-keyBen Johnson2014-04-291-0/+9
|\ \ \ | |/ / |/| |
| * | Copy key on Put() and CreateBucket().Ben Johnson2014-04-291-0/+9
|/ /
* | Merge pull request #142 from extemporalgenome/Printf-bytesliceBen Johnson2014-04-253-8/+8
|\ \
| * | Printf's %s and %q do the right thing with []byte; removed string conversion.Kevin Gillette2014-04-253-8/+8
|/ /
| * Remove bolt bench -stat.Ben Johnson2014-04-302-26/+1
| * add -stats and -batch-size support to bench cmdMartin Kobetic2014-04-242-12/+63
|/
* Merge pull request #139 from Shopify/moar_c_cursorBen Johnson2014-04-232-44/+171
|\
| * fix empty byte vs nil test problemsMartin Kobetic2014-04-232-17/+10
| * add test for empty bucket handlingMartin Kobetic2014-04-232-8/+36
| * another test case and minor cleanupMartin Kobetic2014-04-232-10/+17
| * fix deep searchMartin Kobetic2014-04-232-5/+30
| * add deep tree tests, some cleanupMartin Kobetic2014-04-222-32/+106
|/
* Merge pull request #137 from benbjohnson/bucket-statsBen Johnson2014-04-222-50/+55
|\
| * Change to BucketStats and Bucket.Stats().Ben Johnson2014-04-222-50/+55
|/
* Merge pull request #136 from Shopify/stats_spaceBen Johnson2014-04-222-33/+85
|\
| * rename MaxDepth to DepthMartin Kobetic2014-04-222-6/+6
| * skip space assertions for incompatible page sizeMartin Kobetic2014-04-221-14/+22
| * allign naming with MemStatsMartin Kobetic2014-04-222-32/+32
| * moar tweaksMartin Kobetic2014-04-222-34/+55
| * update stats testMartin Kobetic2014-04-221-0/+8
| * add Used/Free Leaf/Branch bucket statsMartin Kobetic2014-04-221-0/+15
|/
* Merge pull request #134 from Shopify/c_cursorBen Johnson2014-04-216-5/+631
|\
| * all tests passMartin Kobetic2014-04-182-14/+22
| * trying to fix large seekMartin Kobetic2014-04-172-14/+18
| * hide the cursor stack details behind function calls (pop/push/current)Martin Kobetic2014-04-172-41/+101
| * tests passMartin Kobetic2014-04-172-6/+10
| * Merge branch 'c_cursor' of github.com:Shopify/bolt into c_cursorBen Johnson2014-04-170-0/+0
| |\