Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #76 from benbjohnson/fsync | Ben Johnson | 2014-03-23 | 3 | -0/+22 | |
|\ | ||||||
| * | Consolidate syscall files. | Ben Johnson | 2014-03-23 | 2 | -1/+0 | |
| * | Merge branch 'fdatasync' of https://github.com/tv42/bolt into fsync | Ben Johnson | 2014-03-23 | 3 | -0/+23 | |
|/| | ||||||
| * | Call fdatasync/fsync after writing out non-meta pages | Tommi Virtanen | 2014-03-22 | 3 | -0/+23 | |
* | | Merge pull request #75 from Slacken/32bit_build_fails_bucket_go_67 | Ben Johnson | 2014-03-23 | 1 | -1/+1 | |
|\ \ | |/ |/| | ||||||
| * | fix 32bit build fails: bucket.go#67 | binz | 2014-03-23 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #74 from benbjohnson/cli | Ben Johnson | 2014-03-22 | 5 | -0/+504 | |
|\ | ||||||
| * | Fix print. | Ben Johnson | 2014-03-21 | 1 | -6/+31 | |
| * | Add 'bolt buckets'. | Ben Johnson | 2014-03-21 | 2 | -0/+54 | |
| * | Add 'bolt set'. | Ben Johnson | 2014-03-21 | 2 | -3/+69 | |
| * | Add 'bolt pages'. | Ben Johnson | 2014-03-21 | 4 | -0/+97 | |
| * | Add 'bolt keys'. | Ben Johnson | 2014-03-21 | 2 | -3/+75 | |
| * | Add 'bolt get'. | Ben Johnson | 2014-03-21 | 2 | -0/+190 | |
|/ | ||||||
* | Merge pull request #71 from benbjohnson/munmap-fix | Ben Johnson | 2014-03-21 | 9 | -347/+36 | |
|\ | ||||||
| * | Fix db.munmap() to return an error. | Ben Johnson | 2014-03-21 | 9 | -347/+36 | |
|/ | ||||||
* | Merge pull request #68 from benbjohnson/remove-db-functions | Ben Johnson | 2014-03-21 | 6 | -500/+472 | |
|\ | ||||||
| * | Remove ease-of-use functions from the DB type. | Ben Johnson | 2014-03-21 | 6 | -500/+472 | |
|/ | ||||||
* | Merge pull request #65 from benbjohnson/fix-tx-buckets-sort-order | Ben Johnson | 2014-03-21 | 2 | -0/+7 | |
|\ | ||||||
| * | Fix Tx.Buckets() sort order. | Ben Johnson | 2014-03-13 | 2 | -0/+7 | |
* | | Fix Bucket.ForEach() comment. | Ben Johnson | 2014-03-15 | 1 | -1/+2 | |
* | | Merge pull request #66 from tv42/testing-short | Ben Johnson | 2014-03-13 | 3 | -0/+28 | |
|\ \ | |/ |/| | ||||||
| * | Skip long-running tests with go test -short | Tommi Virtanen | 2014-03-13 | 3 | -0/+28 | |
|/ | ||||||
* | Merge pull request #64 from benbjohnson/fix-empty-cursor-last | Ben Johnson | 2014-03-13 | 2 | -7/+22 | |
|\ | ||||||
| * | Fix Cursor.Last() on empty buckets. | Ben Johnson | 2014-03-13 | 2 | -7/+22 | |
|/ | ||||||
* | README | Ben Johnson | 2014-03-10 | 1 | -2/+2 | |
* | Merge pull request #61 from benbjohnson/merge-tx | Ben Johnson | 2014-03-08 | 16 | -718/+718 | |
|\ | ||||||
| * | Consolidate Tx and RWTx. | Ben Johnson | 2014-03-08 | 16 | -718/+718 | |
* | | Merge pull request #60 from benbjohnson/tx | Ben Johnson | 2014-03-08 | 17 | -273/+259 | |
|\| | ||||||
| * | Rename Transaction to Tx. | Ben Johnson | 2014-03-08 | 17 | -273/+259 | |
|/ | ||||||
* | Add benchmarks. | Ben Johnson | 2014-03-04 | 5 | -1/+106 | |
* | Ignore multiple transaction commit/rollback/close. | Ben Johnson | 2014-03-01 | 3 | -5/+16 | |
* | Merge pull request #57 from benbjohnson/node-aware-cursors | Ben Johnson | 2014-03-01 | 7 | -62/+172 | |
|\ | ||||||
| * | Allow reads of unflushed nodes. | Ben Johnson | 2014-03-01 | 7 | -62/+172 | |
|/ | ||||||
* | Merge branch 'master' of https://github.com/boltdb/bolt | Ben Johnson | 2014-03-01 | 1 | -1/+1 | |
|\ | ||||||
| * | Merge pull request #55 from benbjohnson/fix-mmap-resize | Ben Johnson | 2014-02-27 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Fix the mmap resize to use the correct size. | Ben Johnson | 2014-02-27 | 1 | -1/+1 | |
| |/ | ||||||
* / | Minor refactor. | Ben Johnson | 2014-02-28 | 6 | -32/+26 | |
|/ | ||||||
* | Add bucket reclamation. | Ben Johnson | 2014-02-27 | 2 | -2/+12 | |
* | Merge pull request #53 from benbjohnson/open-api | Ben Johnson | 2014-02-26 | 2 | -0/+36 | |
|\ | ||||||
| * | Add bolt.Open(). | Ben Johnson | 2014-02-26 | 2 | -0/+36 | |
|/ | ||||||
* | Remove RWTransaction.Bucket(). | Ben Johnson | 2014-02-25 | 2 | -32/+20 | |
* | Merge pull request #51 from benbjohnson/bucket-refactor | Ben Johnson | 2014-02-23 | 11 | -453/+549 | |
|\ | ||||||
| * | Refactor Bucket. | Ben Johnson | 2014-02-23 | 11 | -453/+549 | |
|/ | ||||||
* | Revert "Refactor Transaction/Bucket API." | Ben Johnson | 2014-02-22 | 15 | -853/+856 | |
* | Merge pull request #50 from benbjohnson/api | Ben Johnson | 2014-02-21 | 15 | -856/+853 | |
|\ | ||||||
| * | Refactor Transaction/Bucket API. | Ben Johnson | 2014-02-21 | 15 | -856/+853 | |
|/ | ||||||
* | Merge pull request #49 from benbjohnson/stat | Ben Johnson | 2014-02-21 | 2 | -0/+97 | |
|\ | ||||||
| * | Add DB.Stat(). | Ben Johnson | 2014-02-21 | 2 | -0/+97 | |
|/ | ||||||
* | Merge pull request #48 from benbjohnson/bucket-stat | Ben Johnson | 2014-02-21 | 3 | -0/+107 | |
|\ | ||||||
| * | Bucket stats. | Ben Johnson | 2014-02-21 | 3 | -0/+107 | |
|/ |