aboutsummaryrefslogtreecommitdiff
path: root/db_test.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add transaction batchingTommi Virtanen2015-02-181-0/+28
* Fix large mmap resize.Ben Johnson2015-02-161-0/+61
* Persist sequence-only changes.Ben Johnson2015-02-021-0/+3
* Add additional error checks in test suite.Ben Johnson2015-01-281-6/+13
* Fix mmap resize calculation.Ben Johnson2015-01-281-0/+41
* Remove testify.Ben Johnson2014-07-261-144/+149
* Move tests to a test package.Ben Johnson2014-07-261-142/+64
* Remove wrapping test closures.Ben Johnson2014-07-261-165/+178
* Remove withTempPath() helper.Ben Johnson2014-07-251-125/+128
* Fix root split on very large append.Ben Johnson2014-07-231-8/+29
* Remove unreachable test code.Ben Johnson2014-07-111-2/+0
* Recover from panics appropriately.Ben Johnson2014-07-111-0/+60
* Merge branch 'master' of https://github.com/boltdb/bolt into free-cacheBen Johnson2014-07-101-2/+3
|\
| * Fix test for path errors.Ben Johnson2014-07-101-1/+1
| * Fix Windows mmap sizing.Ben Johnson2014-07-101-1/+2
* | Add freelist cache.Ben Johnson2014-06-301-1/+1
|/
* Copy the free pages stats from the receiverMartin Kobetic2014-06-271-0/+4
* Add Open() options, flock timeout.Ben Johnson2014-06-211-29/+61
* split the freelist page count stats to free and pendingMartin Kobetic2014-06-201-1/+2
* Fix merge-split regression.Ben Johnson2014-06-181-1/+1
* fix up freelist stats naming and add FreeAllocMartin Kobetic2014-06-181-1/+1
* add freelist stats to db statsMartin Kobetic2014-06-171-1/+2
* Fix merge-split spill issues.Ben Johnson2014-06-031-0/+34
* Add freelist assertion on every free().Ben Johnson2014-05-291-0/+46
* Add streaming check.Ben Johnson2014-05-281-11/+4
* Remove DB.Check(). Allow read-only Tx.Check().Ben Johnson2014-05-271-3/+6
* Merge pull request #169 from benbjohnson/allocationBen Johnson2014-05-211-2/+2
|\
| * Fix freelist allocate().Ben Johnson2014-05-191-2/+2
* | move Copy and CopyFile from DB to TxMartin Kobetic2014-05-211-59/+2
|/
* Add inline bucket support.Ben Johnson2014-05-051-8/+2
* Consolidate code for clarity.Ben Johnson2014-05-051-0/+12
* Printf's %s and %q do the right thing with []byte; removed string conversion.Kevin Gillette2014-04-251-4/+4
* Add 'bolt bench'.Ben Johnson2014-04-181-36/+0
* Return bucket from CreateBucket() functions.Ben Johnson2014-04-151-9/+16
* Add nested buckets.Ben Johnson2014-04-111-54/+220
* Add meta page checksums.Ben Johnson2014-04-021-1/+34
* Add performance counters.Ben Johnson2014-04-021-49/+30
* Remove DB.Open() and only allow bolt.Open().Ben Johnson2014-03-311-71/+55
* Write freelist after each commit.Ben Johnson2014-03-311-6/+21
* Add DB.Check().Ben Johnson2014-03-291-1/+22
* Fix bucket reclamation.Ben Johnson2014-03-251-5/+47
* Make DB/Tx API more consistent.Ben Johnson2014-03-241-21/+21
* Error refactoring.Ben Johnson2014-03-241-13/+14
* Re-add tests for write failuresTommi Virtanen2014-03-241-0/+62
* Mark Do()/With() transaction as managed.Ben Johnson2014-03-231-0/+17
* Fix db.munmap() to return an error.Ben Johnson2014-03-211-114/+0
* Remove ease-of-use functions from the DB type.Ben Johnson2014-03-211-76/+35
* Consolidate Tx and RWTx.Ben Johnson2014-03-081-13/+33
* Rename Transaction to Tx.Ben Johnson2014-03-081-11/+11
* Add benchmarks.Ben Johnson2014-03-041-0/+25