aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix last element seek.Ben Johnson2014-06-091-7/+42
|/
* Merge pull request #185 from benbjohnson/fix-bulk-deleteBen Johnson2014-06-062-1/+45
|\
| * Fix double free in merge-left rebalance.Ben Johnson2014-06-062-1/+45
|/
* Merge pull request #183 from benbjohnson/copy-fallbackBen Johnson2014-06-051-4/+9
|\
| * Add fallback for O_DIRECT in Tx.Copy().Ben Johnson2014-06-051-4/+9
|/
* Merge pull request #181 from benbjohnson/split-mergeBen Johnson2014-06-034-66/+179
|\
| * Fix merge-split spill issues.Ben Johnson2014-06-035-25/+74
| * Allow split nodes to be merged with the next node.Ben Johnson2014-06-023-51/+115
|/
* Add ipxed to README.Ben Johnson2014-06-021-0/+1
* Add event-shuttle to README.Ben Johnson2014-06-021-0/+1
* Merge pull request #180 from yosssi/fix-example-bucket-putBen Johnson2014-06-021-1/+1
|\
| * Fix `ExampleBucket_Put` to use `db.View` instead of `db.Update`.yosssi2014-05-311-1/+1
|/
* Merge pull request #179 from benbjohnson/freelist-assertionBen Johnson2014-05-293-51/+66
|\
| * Add freelist assertion on every free().Ben Johnson2014-05-293-51/+66
|/
* Merge pull request #177 from tv42/tx-copy-rollbackBen Johnson2014-05-282-3/+51
|\
| * Do not attempt manual transaction rollback in Tx.CopyTommi Virtanen2014-05-282-3/+51
* | Merge pull request #178 from benbjohnson/optimize-checkBen Johnson2014-05-283-14/+15
|\ \ | |/ |/|
| * Optimize Tx.Check().Ben Johnson2014-05-283-14/+15
* | Merge pull request #176 from benbjohnson/streaming-checkBen Johnson2014-05-285-62/+46
|\|
| * Add streaming check.Ben Johnson2014-05-285-62/+46
|/
* Merge pull request #175 from benbjohnson/check-loopBen Johnson2014-05-281-0/+1
|\
| * Add circular dependency integrity check.Ben Johnson2014-05-281-0/+1
|/
* Merge pull request #174 from benbjohnson/remove-db-checkBen Johnson2014-05-274-20/+20
|\
| * Remove DB.Check(). Allow read-only Tx.Check().Ben Johnson2014-05-274-20/+20
|/
* Merge branch 'master' of https://github.com/boltdb/boltBen Johnson2014-05-273-7/+101
|\
| * Merge pull request #172 from benbjohnson/allocationBen Johnson2014-05-233-7/+101
| |\
| | * Remove allocations from read-only buckets.Ben Johnson2014-05-233-7/+101
* | | Avoid trashing page cache on Tx.Copy().Ben Johnson2014-05-233-2/+8
|/ /
* | Merge pull request #169 from benbjohnson/allocationBen Johnson2014-05-219-56/+78
|\|
| * Fix freelist allocate().Ben Johnson2014-05-195-12/+16
| * Fix freelist allocation direction.Ben Johnson2014-05-197-47/+65
* | Merge pull request #171 from Shopify/tx_copyBen Johnson2014-05-214-119/+116
|\ \
| * | review commentsMartin Kobetic2014-05-211-2/+1
| * | add tx.Size() and ensure tx.Copy() copies exactly that many bytesMartin Kobetic2014-05-211-1/+7
| * | move Copy and CopyFile from DB to TxMartin Kobetic2014-05-214-119/+111
|/ /
* | READMEBen Johnson2014-05-191-0/+1
* | Added new projects.Ben Johnson2014-05-191-1/+7
|/
* 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