summaryrefslogtreecommitdiff
path: root/src/mmap.c
Commit message (Expand)AuthorAgeFilesLines
* Enable pre-reading the memory mapped regions on request.Sergey Poznyakoff2021-06-141-5/+10
* Verify if key/pair ends at a valid offset before attempting to read it.Sergey Poznyakoff2021-03-161-15/+0
* Update copyright yearsSergey Poznyakoff2021-01-021-2/+1
* Update copyright yearsSergey Poznyakoff2020-12-231-1/+1
* Pre-read the memory mapped regions on systems that support itSergey Poznyakoff2019-10-291-3/+11
* Update copyright yearsSergey Poznyakoff2019-04-081-1/+1
* Various bugfixes.Sergey Poznyakoff2018-08-311-0/+4
* Change return value of gdbm_close and gdbm_syncSergey Poznyakoff2018-07-011-5/+9
* Fix the legacy operation (--disable-mmapped-io)Sergey Poznyakoff2018-05-301-42/+0
* More database consistency checksSergey Poznyakoff2018-05-251-1/+0
* More error checking; improve gdbm_recoverSergey Poznyakoff2018-05-241-2/+20
* Catch more errorsSergey Poznyakoff2018-05-191-0/+6
* Improve error checkingSergey Poznyakoff2018-05-191-1/+13
* Happy GNU YearSergey Poznyakoff2018-01-011-1/+1
* Improve database reproducibilitySergey Poznyakoff2017-12-211-10/+49
* Happy GNU YearSergey Poznyakoff2017-01-021-1/+2
* Minor fixSergey Poznyakoff2016-12-211-1/+5
* Fix remaining uses of gdbm_set_errno function.Sergey Poznyakoff2016-07-261-3/+3
* Don't bail out on fatal errors, unless the user defines the fatal_err functionSergey Poznyakoff2016-07-091-3/+3
* Per-database error state.Sergey Poznyakoff2016-07-091-4/+4
* Version 1.11Sergey Poznyakoff2013-12-251-1/+1
* Make sure errno is preserved, if it can contain details about the gdbm error.Sergey Poznyakoff2011-08-171-5/+1
* Introduce new error code.Sergey Poznyakoff2011-08-171-4/+6
* Verify preprocessor directives. Pass them through cppi toSergey Poznyakoff2011-08-131-17/+17
* Improve gdbm_setopt interface.Sergey Poznyakoff2011-08-101-5/+5
* Improve memory mapping support.Sergey Poznyakoff2011-08-101-64/+81
* Update copyright headers.Sergey Poznyakoff2011-08-031-5/+4
* Use GDBM_FILE instead of gdbm_file_info *.Sergey Poznyakoff2011-08-011-10/+9
* Initial revisionJason Downs2008-11-211-0/+353