Commit Graph

88 Commits (72b799480fab851a6acb57f853b8f3b355073816)

Author SHA1 Message Date
Ben Johnson 72b799480f Fix DB.opened flag. 2014-02-15 22:34:21 -07:00
Ben Johnson 3f0daf11ca Merge pull request #34 from benbjohnson/multithreading
Race Detection
2014-02-15 22:09:35 -07:00
Ben Johnson 7fb06feea4 Add parallel usage test and race detector. 2014-02-15 21:50:34 -07:00
Ben Johnson 2b5e440316 Merge pull request #32 from benbjohnson/blocks
Transactional Blocks
2014-02-15 15:01:02 -07:00
Ben Johnson 56b825fb56 Add transactional blocks. 2014-02-15 14:54:45 -07:00
Ben Johnson a92b9c4cc9 Merge pull request #31 from benbjohnson/sequence
Sequence
2014-02-15 10:26:53 -07:00
Ben Johnson e68bc0b453 Add bucket sequence. 2014-02-15 10:23:00 -07:00
Ben Johnson af5b9182f1 Merge pull request #30 from benbjohnson/examples
Examples
2014-02-14 08:35:31 -07:00
Ben Johnson 0ebef9c0bb Add examples. 2014-02-14 08:34:04 -07:00
Ben Johnson d361149fa8 Add godoc badge. 2014-02-13 11:01:38 -07:00
Ben Johnson 34005ecd76 Merge pull request #29 from benbjohnson/cleanup
API Documentation
2014-02-13 10:59:47 -07:00
Ben Johnson 8ad59edd02 API Documentation. 2014-02-13 10:58:27 -07:00
Ben Johnson f3c998c062 Merge pull request #24 from benbjohnson/remap
Remapping
2014-02-13 07:48:45 -07:00
Ben Johnson 7bb878ff69 Mmap remap. 2014-02-12 11:49:57 -07:00
Ben Johnson 7824a66308 Merge branch 'master' of https://github.com/boltdb/bolt
Conflicts:
	transaction_test.go
2014-02-11 10:03:07 -07:00
Ben Johnson e1e683b97e Merge pull request #21 from benbjohnson/cursor
Cursor iteration.
2014-02-11 09:56:36 -07:00
Ben Johnson 01774c35cf Cursor iteration. 2014-02-11 09:17:48 -07:00
Ben Johnson b8122bf568 Cursor iteration. 2014-02-11 09:07:07 -07:00
Ben Johnson a68bd301db Merge pull request #20 from benbjohnson/freelist
Freelist
2014-02-10 16:58:16 -07:00
Ben Johnson 509e93dff4 Add freelist. 2014-02-10 14:04:01 -07:00
Ben Johnson 9ebfc171b3 Clean up. 2014-02-09 14:23:22 -07:00
Ben Johnson 768c52976e Merge pull request #19 from benbjohnson/rebalance
Rebalance after deletion.
2014-02-09 13:48:12 -07:00
Ben Johnson 3da04c52b9 Rebalance after deletion. 2014-02-08 23:13:54 -07:00
Ben Johnson 84939c21f6 Refactor node lookup. 2014-02-07 15:03:29 -07:00
Ben Johnson 1318213f1d Clean up. 2014-02-06 16:21:36 -07:00
Ben Johnson 53828385e0 Merge pull request #18 from benbjohnson/master
Fix multi-put transaction.
2014-02-06 16:14:47 -07:00
Ben Johnson a0c8de592d Fix multi-put transaction. 2014-02-06 16:06:13 -07:00
Ben Johnson cf464375a1 Merge pull request #8 from benbjohnson/master
Rename sys ☞ buckets.
2014-02-05 22:16:48 -07:00
Ben Johnson 0ed3dc3071 Rename sys ☞ buckets. 2014-02-05 22:15:47 -07:00
Ben Johnson 4820312de2 Merge pull request #7 from benbjohnson/delete
RWTransaction.Delete()
2014-02-05 21:50:15 -07:00
Ben Johnson 8b3b81ef47 Fix quick tests. 2014-02-05 07:56:13 -07:00
Ben Johnson e6a6383ed5 Add pre-alpha badge. 2014-02-04 12:27:30 -07:00
Ben Johnson 078e7f3942 Merge pull request #6 from boltdb/readme
README
2014-02-04 06:48:48 -08:00
Ben Johnson b3a761b510 README
Add LMDB comparison section.
2014-02-04 07:45:45 -07:00
Ben Johnson 0cae98efc5 Add RWTransaction.Delete(). 2014-02-03 14:33:51 -07:00
Ben Johnson b2a78a2364 Merge pull request #5 from benbjohnson/put
Add RWTransaction.Put().
2014-02-01 09:42:11 -08:00
Ben Johnson 1a17a2cf1e Add RWTransaction.Put(). 2014-02-01 12:30:37 -05:00
Ben Johnson b17d078d4f Merge pull request #4 from benbjohnson/api
Clean up API.
2014-01-31 09:27:18 -08:00
Ben Johnson a901cf6a25 Clean up API. 2014-01-31 12:22:58 -05:00
Ben Johnson d05191d164 Merge pull request #3 from benbjohnson/spill
Spill to dirty pages, write to disk
2014-01-30 19:26:10 -08:00
Ben Johnson 26f6fefead Add RWTransaction.write(). 2014-01-30 22:20:50 -05:00
Ben Johnson d087fb4419 Merge pull request #2 from benbjohnson/master
gofmt
2014-01-30 14:05:26 -08:00
Ben Johnson 8d5757e9dd gofmt 2014-01-30 17:04:56 -05:00
Ben Johnson 342464be05 Badges. 2014-01-30 17:02:55 -05:00
Ben Johnson 5f1c96f08a Merge pull request #1 from benbjohnson/master
Fix Linux build.
2014-01-30 13:57:18 -08:00
Ben Johnson 7c2ec1a575 Fix Linux build. 2014-01-30 16:56:34 -05:00
Ben Johnson 4380d543c5 README 2014-01-30 16:28:18 -05:00
Ben Johnson 149d48fb9e Fix leaf/branch deserialization. 2014-01-30 00:11:46 -05:00
Ben Johnson 4ad445aa85 Add freelist page type. 2014-01-29 22:50:29 -05:00
Ben Johnson 4fc84daf2a Refactor meta.copy() and page.init(). 2014-01-29 22:35:58 -05:00