| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 2014-04-08 | fix typo in README | Steven Normore | 1 | -1/+1 |
| 2014-04-04 | Update cursor benchmark. | Ben Johnson | 1 | -15/+19 |
| 2014-04-04 | Rename internal local Tx variables. | Ben Johnson | 4 | -152/+152 |
| 2014-04-04 | Add Tx.OnCommit() handler. | Ben Johnson | 2 | -12/+58 |
| 2014-04-03 | README | Ben Johnson | 1 | -0/+1 |
| 2014-04-02 | Add meta page checksums. | Ben Johnson | 3 | -10/+55 |
| 2014-04-02 | Add performance counters. | Ben Johnson | 8 | -100/+160 |
| 2014-04-02 | Add advisory file locking. | Ben Johnson | 1 | -0/+12 |
| 2014-04-02 | Consolidate file and metafile descriptors. | Ben Johnson | 2 | -18/+10 |
| 2014-04-02 | README | Ben Johnson | 1 | -30/+1 |
| 2014-04-02 | Remove count and overflow columns for free pages on 'bolt pages'. | Ben Johnson | 1 | -4/+12 |
| 2014-03-31 | Add DVID to projects using Bolt | Bill Katz | 1 | -0/+1 |
| 2014-03-31 | Remove DB.Open() and only allow bolt.Open(). | Ben Johnson | 4 | -124/+79 |
| 2014-03-31 | Write freelist after each commit. | Ben Johnson | 6 | -10/+51 |
| 2014-03-29 | Add DB.Check(). | Ben Johnson | 7 | -1/+140 |
| 2014-03-27 | Refactor bolt commands into individual files. | Ben Johnson | 11 | -316/+395 |
| 2014-03-26 | Fix DB.Copy() meta lock and partial write checks. | Ben Johnson | 1 | -1/+12 |
| 2014-03-25 | Fix quickcheck test for duplicate keys. | Ben Johnson | 1 | -4/+15 |
| 2014-03-25 | Fix bucket reclamation. | Ben Johnson | 3 | -9/+52 |
| 2014-03-24 | README | Ben Johnson | 1 | -0/+7 |
| 2014-03-24 | Make DB/Tx API more consistent. | Ben Johnson | 8 | -149/+157 |
| 2014-03-24 | Error refactoring. | Ben Johnson | 8 | -106/+94 |
| 2014-03-24 | Re-add tests for write failures | Tommi Virtanen | 3 | -3/+78 |
| 2014-03-24 | Resolve remaining errcheck warnings. | Ben Johnson | 2 | -11/+29 |
| 2014-03-23 | Check errors from file close in DB.CopyFile | Tommi Virtanen | 1 | -1/+5 |
| 2014-03-23 | Check spill error in Commit | Tommi Virtanen | 1 | -1/+3 |
| 2014-03-23 | Check meta page write error in Commit | Tommi Virtanen | 1 | -1/+3 |
| 2014-03-23 | Add ErrTxClosed error. | Ben Johnson | 5 | -17/+89 |
| 2014-03-23 | Mark Do()/With() transaction as managed. | Ben Johnson | 3 | -5/+43 |
| 2014-03-23 | Consolidate syscall files. | Ben Johnson | 2 | -1/+0 |
| 2014-03-23 | fix 32bit build fails: bucket.go#67 | binz | 1 | -1/+1 |
| 2014-03-22 | Call fdatasync/fsync after writing out non-meta pages | Tommi Virtanen | 3 | -0/+23 |
| 2014-03-21 | Fix print. | Ben Johnson | 1 | -6/+31 |
| 2014-03-21 | Add 'bolt buckets'. | Ben Johnson | 2 | -0/+54 |
| 2014-03-21 | Add 'bolt set'. | Ben Johnson | 2 | -3/+69 |
| 2014-03-21 | Add 'bolt pages'. | Ben Johnson | 4 | -0/+97 |
| 2014-03-21 | Add 'bolt keys'. | Ben Johnson | 2 | -3/+75 |
| 2014-03-21 | Add 'bolt get'. | Ben Johnson | 2 | -0/+190 |
| 2014-03-21 | Fix db.munmap() to return an error. | Ben Johnson | 9 | -347/+36 |
| 2014-03-21 | Remove ease-of-use functions from the DB type. | Ben Johnson | 6 | -500/+472 |
| 2014-03-15 | Fix Bucket.ForEach() comment. | Ben Johnson | 1 | -1/+2 |
| 2014-03-13 | Skip long-running tests with go test -short | Tommi Virtanen | 3 | -0/+28 |
| 2014-03-13 | Fix Tx.Buckets() sort order. | Ben Johnson | 2 | -0/+7 |
| 2014-03-13 | Fix Cursor.Last() on empty buckets. | Ben Johnson | 2 | -7/+22 |
| 2014-03-10 | README | Ben Johnson | 1 | -2/+2 |
| 2014-03-08 | Consolidate Tx and RWTx. | Ben Johnson | 16 | -718/+718 |
| 2014-03-08 | Rename Transaction to Tx. | Ben Johnson | 17 | -273/+259 |
| 2014-03-04 | Add benchmarks. | Ben Johnson | 5 | -1/+106 |
| 2014-03-01 | Ignore multiple transaction commit/rollback/close. | Ben Johnson | 3 | -5/+16 |
| 2014-03-01 | Allow reads of unflushed nodes. | Ben Johnson | 7 | -62/+172 |
