summaryrefslogtreecommitdiff
path: root/src/gdbmreorg.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearsSergey Poznyakoff2023-01-221-1/+1
* Update copyright yearsSergey Poznyakoff2022-01-021-1/+1
* Update copyright yearsSergey Poznyakoff2021-01-021-2/+1
* Update copyright yearsSergey Poznyakoff2020-12-231-1/+1
* Update copyright yearsSergey Poznyakoff2019-04-081-1/+1
* Happy GNU YearSergey Poznyakoff2018-01-011-1/+1
* Happy GNU YearSergey Poznyakoff2017-01-021-2/+2
* Introduce debug hooks.Sergey Poznyakoff2016-07-201-1/+1
* Implement gdbm_recover functionSergey Poznyakoff2016-07-191-185/+4
* Don't bail out on fatal errors, unless the user defines the fatal_err functionSergey Poznyakoff2016-07-091-12/+14
* All gdbm functions return immediately if the DB is in inconsistent sate (need...Sergey Poznyakoff2016-07-091-0/+2
* Per-database error state.Sergey Poznyakoff2016-07-091-10/+10
* Version 1.11Sergey Poznyakoff2013-12-251-1/+1
* Bugfix.Sergey Poznyakoff2013-05-071-6/+6
* Implement cloexec in gdbm_reorganize. Add test cases.Sergey Poznyakoff2011-11-111-1/+2
* Introduce new error code.Sergey Poznyakoff2011-08-171-2/+8
* Verify preprocessor directives. Pass them through cppi toSergey Poznyakoff2011-08-131-1/+1
* Protect invocations of _gdbm_mapped functions with #if HAVE_MMAP.Sergey Poznyakoff2011-08-101-0/+4
* Improve gdbm_setopt interface.Sergey Poznyakoff2011-08-101-1/+1
* Don't include extern.hSergey Poznyakoff2011-08-051-1/+0
* Update copyright headers.Sergey Poznyakoff2011-08-031-5/+5
* Use GDBM_FILE instead of gdbm_file_info *.Sergey Poznyakoff2011-08-011-3/+2
* Implement a new basic locking mechanism for GDBM. Add _gdbm_lock_file() andJason Downs2008-11-301-1/+1
* Initial revisionJason Downs2008-11-211-0/+209