aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #76 from benbjohnson/fsyncBen Johnson2014-03-233-0/+22
|\
| * Consolidate syscall files.Ben Johnson2014-03-232-1/+0
| * Merge branch 'fdatasync' of https://github.com/tv42/bolt into fsyncBen Johnson2014-03-233-0/+23
|/|
| * Call fdatasync/fsync after writing out non-meta pagesTommi Virtanen2014-03-223-0/+23
* | Merge pull request #75 from Slacken/32bit_build_fails_bucket_go_67Ben Johnson2014-03-231-1/+1
|\ \ | |/ |/|
| * fix 32bit build fails: bucket.go#67binz2014-03-231-1/+1
|/
* Merge pull request #74 from benbjohnson/cliBen Johnson2014-03-225-0/+504
|\
| * Fix print.Ben Johnson2014-03-211-6/+31
| * Add 'bolt buckets'.Ben Johnson2014-03-212-0/+54
| * Add 'bolt set'.Ben Johnson2014-03-212-3/+69
| * Add 'bolt pages'.Ben Johnson2014-03-214-0/+97
| * Add 'bolt keys'.Ben Johnson2014-03-212-3/+75
| * Add 'bolt get'.Ben Johnson2014-03-212-0/+190
|/
* Merge pull request #71 from benbjohnson/munmap-fixBen Johnson2014-03-219-347/+36
|\
| * Fix db.munmap() to return an error.Ben Johnson2014-03-219-347/+36
|/
* Merge pull request #68 from benbjohnson/remove-db-functionsBen Johnson2014-03-216-500/+472
|\
| * Remove ease-of-use functions from the DB type.Ben Johnson2014-03-216-500/+472
|/
* Merge pull request #65 from benbjohnson/fix-tx-buckets-sort-orderBen Johnson2014-03-212-0/+7
|\
| * Fix Tx.Buckets() sort order.Ben Johnson2014-03-132-0/+7
* | Fix Bucket.ForEach() comment.Ben Johnson2014-03-151-1/+2
* | Merge pull request #66 from tv42/testing-shortBen Johnson2014-03-133-0/+28
|\ \ | |/ |/|
| * Skip long-running tests with go test -shortTommi Virtanen2014-03-133-0/+28
|/
* Merge pull request #64 from benbjohnson/fix-empty-cursor-lastBen Johnson2014-03-132-7/+22
|\
| * Fix Cursor.Last() on empty buckets.Ben Johnson2014-03-132-7/+22
|/
* READMEBen Johnson2014-03-101-2/+2
* Merge pull request #61 from benbjohnson/merge-txBen Johnson2014-03-0816-718/+718
|\
| * Consolidate Tx and RWTx.Ben Johnson2014-03-0816-718/+718
* | Merge pull request #60 from benbjohnson/txBen Johnson2014-03-0817-273/+259
|\|
| * Rename Transaction to Tx.Ben Johnson2014-03-0817-273/+259
|/
* Add benchmarks.Ben Johnson2014-03-045-1/+106
* Ignore multiple transaction commit/rollback/close.Ben Johnson2014-03-013-5/+16
* Merge pull request #57 from benbjohnson/node-aware-cursorsBen Johnson2014-03-017-62/+172
|\
| * Allow reads of unflushed nodes.Ben Johnson2014-03-017-62/+172
|/
* Merge branch 'master' of https://github.com/boltdb/boltBen Johnson2014-03-011-1/+1
|\
| * Merge pull request #55 from benbjohnson/fix-mmap-resizeBen Johnson2014-02-271-1/+1
| |\
| | * Fix the mmap resize to use the correct size.Ben Johnson2014-02-271-1/+1
| |/
* / Minor refactor.Ben Johnson2014-02-286-32/+26
|/
* Add bucket reclamation.Ben Johnson2014-02-272-2/+12
* Merge pull request #53 from benbjohnson/open-apiBen Johnson2014-02-262-0/+36
|\
| * Add bolt.Open().Ben Johnson2014-02-262-0/+36
|/
* Remove RWTransaction.Bucket().Ben Johnson2014-02-252-32/+20
* Merge pull request #51 from benbjohnson/bucket-refactorBen Johnson2014-02-2311-453/+549
|\
| * Refactor Bucket.Ben Johnson2014-02-2311-453/+549
|/
* Revert "Refactor Transaction/Bucket API."Ben Johnson2014-02-2215-853/+856
* Merge pull request #50 from benbjohnson/apiBen Johnson2014-02-2115-856/+853
|\
| * Refactor Transaction/Bucket API.Ben Johnson2014-02-2115-856/+853
|/
* Merge pull request #49 from benbjohnson/statBen Johnson2014-02-212-0/+97
|\
| * Add DB.Stat().Ben Johnson2014-02-212-0/+97
|/
* Merge pull request #48 from benbjohnson/bucket-statBen Johnson2014-02-213-0/+107
|\
| * Bucket stats.Ben Johnson2014-02-213-0/+107
|/