| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename internal local Tx variables. | Ben Johnson | 2014-04-04 | 1 | -4/+4 |
| * | Add meta page checksums. | Ben Johnson | 2014-04-02 | 1 | -1/+1 |
| * | Add performance counters. | Ben Johnson | 2014-04-02 | 1 | -44/+23 |
| * | Add advisory file locking. | Ben Johnson | 2014-04-02 | 1 | -0/+12 |
| * | Consolidate file and metafile descriptors. | Ben Johnson | 2014-04-02 | 1 | -17/+6 |
| * | Remove DB.Open() and only allow bolt.Open(). | Ben Johnson | 2014-03-31 | 1 | -25/+15 |
| * | Write freelist after each commit. | Ben Johnson | 2014-03-31 | 1 | -2/+10 |
| * | Add DB.Check(). | Ben Johnson | 2014-03-29 | 1 | -0/+57 |
| * | Fix DB.Copy() meta lock and partial write checks. | Ben Johnson | 2014-03-26 | 1 | -1/+12 |
| * | Make DB/Tx API more consistent. | Ben Johnson | 2014-03-24 | 1 | -18/+26 |
| * | Error refactoring. | Ben Johnson | 2014-03-24 | 1 | -7/+18 |
| * | Re-add tests for write failures | Tommi Virtanen | 2014-03-24 | 1 | -1/+14 |
| * | Resolve remaining errcheck warnings. | Ben Johnson | 2014-03-24 | 1 | -10/+23 |
| * | Check errors from file close in DB.CopyFile | Tommi Virtanen | 2014-03-23 | 1 | -1/+5 |
| * | Mark Do()/With() transaction as managed. | Ben Johnson | 2014-03-23 | 1 | -4/+19 |
| * | Fix db.munmap() to return an error. | Ben Johnson | 2014-03-21 | 1 | -26/+36 |
| * | Remove ease-of-use functions from the DB type. | Ben Johnson | 2014-03-21 | 1 | -129/+0 |
| * | Consolidate Tx and RWTx. | Ben Johnson | 2014-03-08 | 1 | -24/+22 |
| * | Rename Transaction to Tx. | Ben Johnson | 2014-03-08 | 1 | -57/+57 |
| * | Ignore multiple transaction commit/rollback/close. | Ben Johnson | 2014-03-01 | 1 | -1/+1 |
| * | Allow reads of unflushed nodes. | Ben Johnson | 2014-03-01 | 1 | -2/+3 |
| * | Fix the mmap resize to use the correct size. | Ben Johnson | 2014-02-27 | 1 | -1/+1 |
| * | Refactor Bucket. | Ben Johnson | 2014-02-23 | 1 | -5/+40 |
| * | Revert "Refactor Transaction/Bucket API." | Ben Johnson | 2014-02-22 | 1 | -74/+40 |
| * | Refactor Transaction/Bucket API. | Ben Johnson | 2014-02-21 | 1 | -40/+74 |
| * | Add DB.Stat(). | Ben Johnson | 2014-02-21 | 1 | -0/+51 |
| * | Read-only transactional block. | Ben Johnson | 2014-02-16 | 1 | -4/+14 |
| * | Add Transaction.ForEach(). | Ben Johnson | 2014-02-16 | 1 | -0/+11 |
| * | Add CreateBucketIfNotExists(). | Ben Johnson | 2014-02-16 | 1 | -0/+8 |
| * | Rename errors. | Ben Johnson | 2014-02-16 | 1 | -4/+4 |
| * | Add Stringer support. | Ben Johnson | 2014-02-16 | 1 | -0/+11 |
| * | Improve test coverage. | Ben Johnson | 2014-02-15 | 1 | -16/+1 |
| * | Fix DB.opened flag. | Ben Johnson | 2014-02-15 | 1 | -0/+2 |
| * | Add parallel usage test and race detector. | Ben Johnson | 2014-02-15 | 1 | -5/+1 |
| * | Add transactional blocks. | Ben Johnson | 2014-02-15 | 1 | -50/+38 |
| * | Add bucket sequence. | Ben Johnson | 2014-02-15 | 1 | -0/+19 |
| * | Add examples. | Ben Johnson | 2014-02-14 | 1 | -7/+2 |
| * | API Documentation. | Ben Johnson | 2014-02-13 | 1 | -16/+31 |
| * | Mmap remap. | Ben Johnson | 2014-02-12 | 1 | -11/+79 |
| * | Add freelist. | Ben Johnson | 2014-02-10 | 1 | -14/+77 |
| * | Clean up. | Ben Johnson | 2014-02-09 | 1 | -25/+10 |
| * | Rename sys ☞ buckets. | Ben Johnson | 2014-02-05 | 1 | -2/+11 |
| * | Add RWTransaction.Put(). | Ben Johnson | 2014-02-01 | 1 | -5/+41 |
| * | Clean up API. | Ben Johnson | 2014-01-31 | 1 | -8/+88 |
| * | Add RWTransaction.write(). | Ben Johnson | 2014-01-30 | 1 | -5/+9 |
| * | gofmt | Ben Johnson | 2014-01-30 | 1 | -1/+1 |
| * | Fix leaf/branch deserialization. | Ben Johnson | 2014-01-30 | 1 | -5/+8 |
| * | Add freelist page type. | Ben Johnson | 2014-01-29 | 1 | -1/+17 |
| * | Refactor meta.copy() and page.init(). | Ben Johnson | 2014-01-29 | 1 | -7/+16 |
| * | Add tpage.put() test. | Ben Johnson | 2014-01-28 | 1 | -1/+1 |
