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