Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move code to src/ and tests/ | EuAndreh | 2024-10-25 | 1 | -716/+0 |
* | use tx.meta during Tx.WriteTo() | Ben Johnson | 2016-03-10 | 1 | -1/+1 |
* | *: fix test print format | Gyu-Ho Lee | 2016-01-08 | 1 | -2/+2 |
* | test suite refactoring | Ben Johnson | 2016-01-02 | 1 | -236/+496 |
* | tx_test: add tests for two tx.ForEach cases | Matt Layher | 2015-05-12 | 1 | -0/+32 |
* | Remove testify. | Ben Johnson | 2014-07-26 | 1 | -52/+51 |
* | Move tests to a test package. | Ben Johnson | 2014-07-26 | 1 | -58/+49 |
* | Remove wrapping test closures. | Ben Johnson | 2014-07-26 | 1 | -213/+215 |
* | Add Open() options, flock timeout. | Ben Johnson | 2014-06-21 | 1 | -4/+4 |
* | Add freelist assertion on every free(). | Ben Johnson | 2014-05-29 | 1 | -25/+0 |
* | Do not attempt manual transaction rollback in Tx.Copy | Tommi Virtanen | 2014-05-28 | 1 | -0/+51 |
* | Add streaming check. | Ben Johnson | 2014-05-28 | 1 | -1/+1 |
* | Merge pull request #169 from benbjohnson/allocation | Ben Johnson | 2014-05-21 | 1 | -1/+1 |
|\ | |||||
| * | Fix freelist allocate(). | Ben Johnson | 2014-05-19 | 1 | -1/+1 |
* | | move Copy and CopyFile from DB to Tx | Martin Kobetic | 2014-05-21 | 1 | -0/+58 |
|/ | |||||
* | Add strict mode. | Ben Johnson | 2014-05-14 | 1 | -0/+25 |
* | Add inline bucket support. | Ben Johnson | 2014-05-05 | 1 | -1/+1 |
* | Add Tx.Cursor(). | Ben Johnson | 2014-04-29 | 1 | -0/+25 |
* | Printf's %s and %q do the right thing with []byte; removed string conversion. | Kevin Gillette | 2014-04-25 | 1 | -1/+1 |
* | Add 'bolt bench'. | Ben Johnson | 2014-04-18 | 1 | -208/+0 |
* | move bench package to bench/cmd/bolt/bench | Steven Normore | 2014-04-18 | 1 | -96/+96 |
* | add bench sub-package | Steven Normore | 2014-04-18 | 1 | -46/+35 |
* | add benchmarks using Benchmark framework | Steven Normore | 2014-04-18 | 1 | -41/+117 |
* | moar bench package | Steven Normore | 2014-04-18 | 1 | -0/+41 |
* | Return bucket from CreateBucket() functions. | Ben Johnson | 2014-04-15 | 1 | -15/+44 |
* | Merge branch 'master' into nested-keys | Ben Johnson | 2014-04-11 | 1 | -15/+35 |
|\ | |||||
| * | make all benchmarks constant size and add multiple sizes | Martin Kobetic | 2014-04-08 | 1 | -15/+35 |
* | | Add nested buckets. | Ben Johnson | 2014-04-11 | 1 | -326/+87 |
|/ | |||||
* | Update cursor benchmark. | Ben Johnson | 2014-04-04 | 1 | -15/+19 |
* | Add Tx.OnCommit() handler. | Ben Johnson | 2014-04-04 | 1 | -0/+28 |
* | Add performance counters. | Ben Johnson | 2014-04-02 | 1 | -2/+0 |
* | Write freelist after each commit. | Ben Johnson | 2014-03-31 | 1 | -1/+1 |
* | Fix bucket reclamation. | Ben Johnson | 2014-03-25 | 1 | -1/+1 |
* | Make DB/Tx API more consistent. | Ben Johnson | 2014-03-24 | 1 | -46/+46 |
* | Add ErrTxClosed error. | Ben Johnson | 2014-03-23 | 1 | -0/+45 |
* | Remove ease-of-use functions from the DB type. | Ben Johnson | 2014-03-21 | 1 | -83/+138 |
* | Skip long-running tests with go test -short | Tommi Virtanen | 2014-03-13 | 1 | -0/+8 |
* | Fix Cursor.Last() on empty buckets. | Ben Johnson | 2014-03-13 | 1 | -6/+21 |
* | Consolidate Tx and RWTx. | Ben Johnson | 2014-03-08 | 1 | -0/+437 |