summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* New "introspection" option codes.dircacheSergey Poznyakoff2021-11-143-9/+95
* BugfixesSergey Poznyakoff2021-11-133-68/+90
* Implement automatic cache reallocationSergey Poznyakoff2021-11-121-82/+99
* BugfixesSergey Poznyakoff2021-11-121-22/+25
* Reallocate cache table on request or when needed.Sergey Poznyakoff2021-11-1211-142/+496
* Optimize cache_elem_lookup_slotSergey Poznyakoff2021-11-101-8/+15
* Use separate chainingSergey Poznyakoff2021-11-092-75/+59
* Switch to hash table cache implementationSergey Poznyakoff2021-11-082-52/+139
* Use direct indexing instead of rbt for cache look-ups.Sergey Poznyakoff2021-11-077-670/+108
* Include timestamp in the NEWS entrySergey Poznyakoff2021-10-191-1/+1
* Version 1.22v1.22Sergey Poznyakoff2021-10-193-5/+4
* gdbm_recover does not disable crash toleranceSergey Poznyakoff2021-10-182-8/+0
* Revise the GDBM ManualSergey Poznyakoff2021-10-182-189/+229
* Escape Makefile variable references in AC_PATH_PROGSergey Poznyakoff2021-10-171-2/+2
* Change build process: explicitly require bison and flexSergey Poznyakoff2021-10-174-11/+17
* Update the docsSergey Poznyakoff2021-10-178-407/+967
* Improve documentationSergey Poznyakoff2021-10-112-1/+49
* Update configure.acSergey Poznyakoff2021-10-101-16/+39
* Fix key verification in sequential access.Sergey Poznyakoff2021-09-193-18/+20
* Fix computation of dbf->avail->count after pushing new avail block.Sergey Poznyakoff2021-09-161-2/+2
* Fix typoSergey Poznyakoff2021-09-161-1/+1
* Remove a left-over note from the READMESergey Poznyakoff2021-09-151-6/+0
* Add missing includeSergey Poznyakoff2021-09-091-0/+1
* Fix stack overflow in print_usageSergey Poznyakoff2021-09-091-1/+1
* Reset TERM for dejagnu testsuiteSergey Poznyakoff2021-09-071-0/+1
* Fix testing with DejaGNU 1.6.3Sergey Poznyakoff2021-09-075-33/+35
* Determine if st_mtim is present in struct statSergey Poznyakoff2021-09-074-7/+27
* Fix file header validationSergey Poznyakoff2021-09-051-2/+2
* Revert "Request gettext version 0.18 or newer"Sergey Poznyakoff2021-09-051-1/+1
* Request gettext version 0.18 or newerSergey Poznyakoff2021-09-041-1/+1
* Minor changeSergey Poznyakoff2021-09-031-1/+1
* gdbm_fuzzer: use atexit to free memory allocated for script bufferSergey Poznyakoff2021-09-031-0/+12
* Add seed builder script and runcom file for gdbm_fuzzerSergey Poznyakoff2021-09-032-0/+140
* Add gdbm_fuzzer.cSergey Poznyakoff2021-09-031-0/+188
* Change semantics of the errorexit variable.Sergey Poznyakoff2021-09-034-182/+261
* Minor changeSergey Poznyakoff2021-09-031-1/+4
* bootstrap: options for disable po download and for updating po filesSergey Poznyakoff2021-09-031-27/+69
* Minor changeSergey Poznyakoff2021-09-031-233/+380
* gdbmtool: new command "perror"; new options -t, -T; improve timing outputSergey Poznyakoff2021-09-033-14/+162
* gdbmtool: optionally print command trace (controlled by the "trace" variable)Sergey Poznyakoff2021-09-032-2/+66
* gdbmtool: optionally print real execution time at the end of each commandSergey Poznyakoff2021-09-032-1/+19
* run_command: use error code from beginSergey Poznyakoff2021-09-031-1/+2
* Allow for [+-]all in the errormask valueSergey Poznyakoff2021-09-031-0/+5
* New gdbmtool variables: errorexit and errormask.Sergey Poznyakoff2021-09-035-76/+338
* Add gdbmshell.c to POTFILES.inSergey Poznyakoff2021-09-033-1/+5
* Version 1.21 releasedv1.21Sergey Poznyakoff2021-09-023-10/+12
* Version 1.21Sergey Poznyakoff2021-08-272-4/+3
* Minor fixSergey Poznyakoff2021-08-181-1/+0
* Revise gdbmtool error messagesSergey Poznyakoff2021-08-133-45/+62
* gdbmtool: always provide stdin streamSergey Poznyakoff2021-08-136-26/+46