aboutsummaryrefslogtreecommitdiff
path: root/tx_test.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move code to src/ and tests/EuAndreh2024-10-251-716/+0
* use tx.meta during Tx.WriteTo()Ben Johnson2016-03-101-1/+1
* *: fix test print formatGyu-Ho Lee2016-01-081-2/+2
* test suite refactoringBen Johnson2016-01-021-236/+496
* tx_test: add tests for two tx.ForEach casesMatt Layher2015-05-121-0/+32
* Remove testify.Ben Johnson2014-07-261-52/+51
* Move tests to a test package.Ben Johnson2014-07-261-58/+49
* Remove wrapping test closures.Ben Johnson2014-07-261-213/+215
* Add Open() options, flock timeout.Ben Johnson2014-06-211-4/+4
* Add freelist assertion on every free().Ben Johnson2014-05-291-25/+0
* Do not attempt manual transaction rollback in Tx.CopyTommi Virtanen2014-05-281-0/+51
* Add streaming check.Ben Johnson2014-05-281-1/+1
* Merge pull request #169 from benbjohnson/allocationBen Johnson2014-05-211-1/+1
|\
| * Fix freelist allocate().Ben Johnson2014-05-191-1/+1
* | move Copy and CopyFile from DB to TxMartin Kobetic2014-05-211-0/+58
|/
* 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