aboutsummaryrefslogtreecommitdiff
path: root/functional_test.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add nested buckets.Ben Johnson2014-04-111-144/+0
* Add performance counters.Ben Johnson2014-04-021-1/+0
* Fix quickcheck test for duplicate keys.Ben Johnson2014-03-251-4/+15
* Make DB/Tx API more consistent.Ben Johnson2014-03-241-3/+3
* Remove ease-of-use functions from the DB type.Ben Johnson2014-03-211-1/+3
* Skip long-running tests with go test -shortTommi Virtanen2014-03-131-0/+4
* Consolidate Tx and RWTx.Ben Johnson2014-03-081-7/+7
* Rename Transaction to Tx.Ben Johnson2014-03-081-3/+3
* Refactor Bucket.Ben Johnson2014-02-231-2/+3
* Revert "Refactor Transaction/Bucket API."Ben Johnson2014-02-221-5/+4
* Refactor Transaction/Bucket API.Ben Johnson2014-02-211-4/+5
* Rename errors.Ben Johnson2014-02-161-1/+1
* Improve test coverage.Ben Johnson2014-02-151-1/+4
* Add parallel usage test and race detector.Ben Johnson2014-02-151-0/+124