aboutsummaryrefslogtreecommitdiff
path: root/tx_test.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix freelist allocate().Ben Johnson2014-05-191-1/+1
* Add strict mode.Ben Johnson2014-05-141-0/+25
* Add inline bucket support.Ben Johnson2014-05-051-1/+1
* Add Tx.Cursor().Ben Johnson2014-04-291-0/+25
* Printf's %s and %q do the right thing with []byte; removed string conversion.Kevin Gillette2014-04-251-1/+1
* Add 'bolt bench'.Ben Johnson2014-04-181-208/+0
* move bench package to bench/cmd/bolt/benchSteven Normore2014-04-181-96/+96
* add bench sub-packageSteven Normore2014-04-181-46/+35
* add benchmarks using Benchmark frameworkSteven Normore2014-04-181-41/+117
* moar bench packageSteven Normore2014-04-181-0/+41
* Return bucket from CreateBucket() functions.Ben Johnson2014-04-151-15/+44
* Merge branch 'master' into nested-keysBen Johnson2014-04-111-15/+35
|\
| * make all benchmarks constant size and add multiple sizesMartin Kobetic2014-04-081-15/+35
* | Add nested buckets.Ben Johnson2014-04-111-326/+87
|/
* Update cursor benchmark.Ben Johnson2014-04-041-15/+19
* Add Tx.OnCommit() handler.Ben Johnson2014-04-041-0/+28
* Add performance counters.Ben Johnson2014-04-021-2/+0
* Write freelist after each commit.Ben Johnson2014-03-311-1/+1
* Fix bucket reclamation.Ben Johnson2014-03-251-1/+1
* Make DB/Tx API more consistent.Ben Johnson2014-03-241-46/+46
* Add ErrTxClosed error.Ben Johnson2014-03-231-0/+45
* Remove ease-of-use functions from the DB type.Ben Johnson2014-03-211-83/+138
* Skip long-running tests with go test -shortTommi Virtanen2014-03-131-0/+8
* Fix Cursor.Last() on empty buckets.Ben Johnson2014-03-131-6/+21
* Consolidate Tx and RWTx.Ben Johnson2014-03-081-0/+437