aboutsummaryrefslogtreecommitdiff
path: root/os.go (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-01Ignore multiple transaction commit/rollback/close.Ben Johnson3-5/+16
2014-03-01Allow reads of unflushed nodes.Ben Johnson7-62/+172
2014-02-28Minor refactor.Ben Johnson6-32/+26
2014-02-27Fix the mmap resize to use the correct size.Ben Johnson1-1/+1
2014-02-27Add bucket reclamation.Ben Johnson2-2/+12
2014-02-26Add bolt.Open().Ben Johnson2-0/+36
2014-02-25Remove RWTransaction.Bucket().Ben Johnson2-32/+20
2014-02-23Refactor Bucket.Ben Johnson11-453/+549
2014-02-22Revert "Refactor Transaction/Bucket API."Ben Johnson15-853/+856
2014-02-21Refactor Transaction/Bucket API.Ben Johnson15-856/+853
2014-02-21Add DB.Stat().Ben Johnson2-0/+97
2014-02-21Bucket stats.Ben Johnson3-0/+107
2014-02-20Bidirectional cursors.Ben Johnson4-4/+134
2014-02-20Cursor.Get is now Cursor.Seek, and returns the first possible key.Tommi Virtanen3-16/+21
2014-02-20Fix Cursor godoc for First(), Next(), and Get().Ben Johnson1-3/+3
2014-02-20Update project status.Ben Johnson1-1/+1
2014-02-20Check for sequence overflow.Ben Johnson4-0/+32
2014-02-20Add 'make cloc'.Ben Johnson1-1/+5
2014-02-18Change project status to 'Alpha'.Ben Johnson1-1/+1
2014-02-16Read-only transactional block.Ben Johnson3-5/+37
2014-02-16Add Transaction.ForEach().Ben Johnson4-0/+121
2014-02-16Add CreateBucketIfNotExists().Ben Johnson3-0/+31
2014-02-16Rename errors.Ben Johnson10-63/+63
2014-02-16Add Stringer support.Ben Johnson2-1/+12
2014-02-15Improve test coverage.Ben Johnson7-41/+128
2014-02-15Improve test coverage.Ben Johnson6-40/+124
2014-02-15Fix DB.opened flag.Ben Johnson1-0/+2
2014-02-15Add parallel usage test and race detector.Ben Johnson8-11/+145
2014-02-15Add transactional blocks.Ben Johnson3-50/+83
2014-02-15Add bucket sequence.Ben Johnson5-1/+64
2014-02-14Add examples.Ben Johnson4-13/+161
2014-02-13Add godoc badge.Ben Johnson1-1/+1
2014-02-13API Documentation.Ben Johnson19-109/+245
2014-02-12Mmap remap.Ben Johnson8-28/+171
2014-02-11Cursor iteration.Ben Johnson5-161/+182
2014-02-11Cursor iteration.Ben Johnson4-3/+156
2014-02-10Add freelist.Ben Johnson19-100/+412
2014-02-09Clean up.Ben Johnson2-25/+24
2014-02-08Rebalance after deletion.Ben Johnson5-12/+218
2014-02-07Refactor node lookup.Ben Johnson6-37/+74
2014-02-06Clean up.Ben Johnson4-15/+14
2014-02-06Fix multi-put transaction.Ben Johnson4-48/+85
2014-02-05Rename sys ☞ buckets.Ben Johnson9-135/+136
2014-02-05Fix quick tests.Ben Johnson9-79/+102
2014-02-04Add pre-alpha badge.Ben Johnson1-1/+1
2014-02-04READMEBen Johnson1-1/+26
2014-02-03Add RWTransaction.Delete().Ben Johnson3-5/+43
2014-02-01Add RWTransaction.Put().Ben Johnson22-733/+732
2014-01-31Clean up API.Ben Johnson10-58/+126
2014-01-30Add RWTransaction.write().Ben Johnson11-74/+386