aboutsummaryrefslogtreecommitdiff
path: root/bolt_unix.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move code to src/ and tests/EuAndreh2024-10-251-89/+0
* Revert "replace unix implementation to be the same as solaris to fix an issue...Ben Johnson2017-01-311-17/+7
* replace unix implementation to be the same as solaris to fix an issue with gl...Ben Aldrich2016-11-161-7/+17
* move to separate lock file on windowsBen Johnson2016-03-011-4/+4
* Merge branch 'grow' of https://github.com/xiang90/bolt into xiang90-growBen Johnson2016-01-111-11/+0
|\
| * do not grow dbsize agressivelyXiang Li2015-11-061-11/+0
* | Add MmapFlags option for MAP_POPULATE (unix)Gyu-Ho Lee2015-11-081-1/+1
|/
* solaris: fix issues with mmap, munmap, madvise and flockKen Sedgwick2015-08-211-1/+1
* Add madvise() after mmap().Ben Johnson2015-06-021-0/+14
* make ignoring Truncate() explicitsasha-s2015-05-181-2/+2
* use a shared lock in read-only modesasha-s2015-05-181-2/+6
* open read-only databases in read-only modesasha-s2015-05-141-1/+1
* Add DB.NoGrowSync flag.Ben Johnson2015-05-061-5/+7
* Add truncate() and sync() on resize.Ben Johnson2015-01-181-0/+11
* Rework build to support more liberal unix variants.Dave Collins2014-09-181-1/+1
* Add Open() options, flock timeout.Ben Johnson2014-06-211-0/+69