Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move code to src/ and tests/ | EuAndreh | 2024-10-25 | 1 | -1909/+0 |
* | Minor bolt compact revisions | Ben Johnson | 2016-09-05 | 1 | -0/+42 |
* | set slice capacity | Ben Johnson | 2016-03-25 | 1 | -0/+40 |
* | *: fix test print format | Gyu-Ho Lee | 2016-01-08 | 1 | -56/+56 |
* | test suite refactoring | Ben Johnson | 2016-01-02 | 1 | -568/+1226 |
* | In TestBucket_Delete_FreelistOverflow, use Cursor.Delete to remove records. | Matthew Dawson | 2015-10-17 | 1 | -1/+1 |
* | Fix Drone CI. | Ben Johnson | 2015-06-04 | 1 | -0/+4 |
* | bucket_test: add test for ErrValueTooLarge on insert | Matt Layher | 2015-05-12 | 1 | -0/+12 |
* | Persist sequence-only changes. | Ben Johnson | 2015-02-02 | 1 | -0/+27 |
* | Remove testify. | Ben Johnson | 2014-07-26 | 1 | -172/+171 |
* | Move tests to a test package. | Ben Johnson | 2014-07-26 | 1 | -106/+107 |
* | Remove wrapping test closures. | Ben Johnson | 2014-07-26 | 1 | -714/+720 |
* | Change fill percent to be per-bucket. | Ben Johnson | 2014-07-24 | 1 | -2/+1 |
* | Fix root split on very large append. | Ben Johnson | 2014-07-23 | 1 | -0/+25 |
* | Allow freelist overflow. | Ben Johnson | 2014-07-10 | 1 | -4/+3 |
* | Merge pull request #208 from benbjohnson/open-timeout | Ben Johnson | 2014-06-22 | 1 | -3/+3 |
|\ | |||||
| * | Add Open() options, flock timeout. | Ben Johnson | 2014-06-21 | 1 | -3/+3 |
* | | Change Bucket.NextSequence() to return uint64. | Ben Johnson | 2014-06-22 | 1 | -22/+4 |
|/ | |||||
* | Fix merge-split regression. | Ben Johnson | 2014-06-18 | 1 | -12/+12 |
* | Fix freelist rollback. | Ben Johnson | 2014-06-13 | 1 | -4/+7 |
* | Fix double free in merge-left rebalance. | Ben Johnson | 2014-06-06 | 1 | -0/+45 |
* | Fix merge-split spill issues. | Ben Johnson | 2014-06-03 | 1 | -10/+15 |
* | Allow split nodes to be merged with the next node. | Ben Johnson | 2014-06-02 | 1 | -17/+61 |
* | Fix `ExampleBucket_Put` to use `db.View` instead of `db.Update`. | yosssi | 2014-05-31 | 1 | -1/+1 |
* | Fix freelist allocation direction. | Ben Johnson | 2014-05-19 | 1 | -17/+8 |
* | Minor stats fixes. | Ben Johnson | 2014-05-14 | 1 | -11/+33 |
* | tweaks | Martin Kobetic | 2014-05-12 | 1 | -8/+13 |
* | merge inline branch into leaf branch | Martin Kobetic | 2014-05-12 | 1 | -3/+37 |
* | fix inline bucket stats | Martin Kobetic | 2014-05-12 | 1 | -45/+57 |
* | aggregate bucket stats recursively and add stats to cmd | Martin Kobetic | 2014-05-09 | 1 | -0/+44 |
* | Fix bucket free. | Ben Johnson | 2014-05-07 | 1 | -0/+27 |
* | Add inline bucket support. | Ben Johnson | 2014-05-05 | 1 | -10/+10 |
* | Refactor split/spill. | Ben Johnson | 2014-05-03 | 1 | -21/+82 |
* | Printf's %s and %q do the right thing with []byte; removed string conversion. | Kevin Gillette | 2014-04-25 | 1 | -3/+3 |
* | Change to BucketStats and Bucket.Stats(). | Ben Johnson | 2014-04-22 | 1 | -36/+36 |
* | rename MaxDepth to Depth | Martin Kobetic | 2014-04-22 | 1 | -3/+3 |
* | skip space assertions for incompatible page size | Martin Kobetic | 2014-04-22 | 1 | -14/+22 |
* | allign naming with MemStats | Martin Kobetic | 2014-04-22 | 1 | -15/+15 |
* | moar tweaks | Martin Kobetic | 2014-04-22 | 1 | -18/+38 |
* | update stats test | Martin Kobetic | 2014-04-22 | 1 | -0/+8 |
* | Return bucket from CreateBucket() functions. | Ben Johnson | 2014-04-15 | 1 | -19/+36 |
* | Add nested buckets. | Ben Johnson | 2014-04-11 | 1 | -102/+422 |
* | Add performance counters. | Ben Johnson | 2014-04-02 | 1 | -3/+0 |
* | Add DB.Check(). | Ben Johnson | 2014-03-29 | 1 | -0/+1 |
* | Make DB/Tx API more consistent. | Ben Johnson | 2014-03-24 | 1 | -29/+29 |
* | Error refactoring. | Ben Johnson | 2014-03-24 | 1 | -3/+4 |
* | Remove ease-of-use functions from the DB type. | Ben Johnson | 2014-03-21 | 1 | -140/+183 |
* | Skip long-running tests with go test -short | Tommi Virtanen | 2014-03-13 | 1 | -0/+16 |
* | Consolidate Tx and RWTx. | Ben Johnson | 2014-03-08 | 1 | -34/+34 |
* | Rename Transaction to Tx. | Ben Johnson | 2014-03-08 | 1 | -11/+11 |