aboutsummaryrefslogtreecommitdiff
path: root/db.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add docs for dependent transactions.Ben Johnson2015-05-211-0/+5
* Wait for pending tx on close.Ben Johnson2015-05-201-0/+7
* Merge branch 'ro'Ben Johnson2015-05-181-8/+37
|\
| * Add test case inline documentation.Ben Johnson2015-05-181-2/+6
| * make ignoring Truncate() explicitsasha-s2015-05-181-7/+0
| * use a shared lock in read-only modesasha-s2015-05-181-15/+18
| * open read-only databases in read-only modesasha-s2015-05-141-12/+41
* | Change min mmap size from 1MB to 32KB.Ben Johnson2015-05-181-2/+2
|/
* Add DB.Sync().Ben Johnson2015-05-081-0/+6
* Add DB.NoGrowSync flag.Ben Johnson2015-05-061-1/+14
* add comment: db.dataref is readonlyfunkygao2015-03-251-1/+1
* fix comment bug: minium db mmapSize is 1MB instead of 4MBfunkygao2015-03-251-1/+1
* Add transaction batchingTommi Virtanen2015-02-181-0/+29
* Fix large mmap resize.Ben Johnson2015-02-161-2/+2
* Persist sequence-only changes.Ben Johnson2015-02-021-7/+2
* Expand assertion statements.Ben Johnson2015-01-301-3/+5
* Fix max mmap check for 32-bit arch.Ben Johnson2015-01-281-8/+14
* Fix mmap step & max size check.Ben Johnson2015-01-281-9/+13
* Fix mmap resize calculation.Ben Johnson2015-01-281-9/+12
* Removed redundant duplicate line of codepmcgrath2015-01-221-1/+0
* Add check for max mmap size.Ben Johnson2015-01-121-10/+15
* Fix bolt on OpenBSD.Josh Rickmar2014-09-181-1/+11
* Move tests to a test package.Ben Johnson2014-07-261-2/+2
* Change fill percent to be per-bucket.Ben Johnson2014-07-241-15/+1
* Add DB.NoSync option for bulk loading.Ben Johnson2014-07-151-0/+9
* Recover from panics appropriately.Ben Johnson2014-07-111-0/+14
* Merge branch 'master' of https://github.com/boltdb/bolt into free-cacheBen Johnson2014-07-101-1/+1
|\
| * Fix Windows mmap sizing.Ben Johnson2014-07-101-1/+1
* | Add freelist cache.Ben Johnson2014-06-301-1/+1
|/
* Copy the free pages stats from the receiverMartin Kobetic2014-06-271-0/+4
* Minor fix.Ben Johnson2014-06-241-1/+1
* review tweaksMartin Kobetic2014-06-241-3/+3
* drop the *s guardMartin Kobetic2014-06-241-9/+1
* review tweaksMartin Kobetic2014-06-241-1/+5
* add some guards for nil pointersMartin Kobetic2014-06-241-2/+9
* copy receiver stats in Stats.Sub()Martin Kobetic2014-06-241-1/+2
* Add DefaultOptions variable.Ben Johnson2014-06-221-27/+8
* Add Open() options, flock timeout.Ben Johnson2014-06-211-2/+21
* split the freelist page count stats to free and pendingMartin Kobetic2014-06-201-1/+2
* Fix merge-split regression.Ben Johnson2014-06-181-0/+7
* fix up freelist stats naming and add FreeAllocMartin Kobetic2014-06-181-2/+3
* drop mergeStats and move freelist stats update to TxMartin Kobetic2014-06-171-11/+5
* add freelist stats to db statsMartin Kobetic2014-06-171-6/+16
* Fix deadlock on remmap.Ben Johnson2014-06-131-5/+9
* Add Windows support.Ben Johnson2014-06-121-15/+9
* Add Windows support.Ben Johnson2014-06-111-5/+9
* Add streaming check.Ben Johnson2014-05-281-18/+0
* Remove DB.Check(). Allow read-only Tx.Check().Ben Johnson2014-05-271-8/+0
* Merge pull request #169 from benbjohnson/allocationBen Johnson2014-05-211-1/+16
|\
| * Fix freelist allocation direction.Ben Johnson2014-05-191-1/+16