summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearsSergey Poznyakoff2023-01-2238-38/+38
* Fix binary dump format for key and/or data of zero size.Sergey Poznyakoff2022-06-092-4/+4
* Make sure attempts to lock the file never blockSergey Poznyakoff2022-02-212-79/+152
* Fix possible heap buffer overflowSergey Poznyakoff2022-01-251-2/+11
* BugfixesSergey Poznyakoff2022-01-082-2/+2
* Minor fixSergey Poznyakoff2022-01-071-1/+1
* Speed up flushing the bucket cache on diskSergey Poznyakoff2022-01-0611-79/+81
* Update copyright yearsSergey Poznyakoff2022-01-0238-38/+38
* Rearrange the directory structureSergey Poznyakoff2021-11-2024-9315/+2
* Fix typosSergey Poznyakoff2021-11-1811-13/+13
* Fix shell command in gdbmtoolSergey Poznyakoff2021-11-182-16/+27
* Fix gdbmtool import commandSergey Poznyakoff2021-11-181-3/+2
* Word wrapping output functions for gdbm appsSergey Poznyakoff2021-11-185-154/+917
* Minor fixSergey Poznyakoff2021-11-161-1/+4
* Fix memory leaks in gdbmshellSergey Poznyakoff2021-11-167-41/+112
* gdbmtool: bugfixesSergey Poznyakoff2021-11-161-10/+35
* gdbmshell: fix exit on error and improve directory/bucket inspection.Sergey Poznyakoff2021-11-151-148/+332
* Switch to hash table cache implementationSergey Poznyakoff2021-11-149-665/+328
* gdbm_recover does not disable crash toleranceSergey Poznyakoff2021-10-181-2/+0
* Change build process: explicitly require bison and flexSergey Poznyakoff2021-10-173-9/+15
* 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
* Add missing includeSergey Poznyakoff2021-09-091-0/+1
* Fix stack overflow in print_usageSergey Poznyakoff2021-09-091-1/+1
* Determine if st_mtim is present in struct statSergey Poznyakoff2021-09-073-6/+24
* Fix file header validationSergey Poznyakoff2021-09-051-2/+2
* Change semantics of the errorexit variable.Sergey Poznyakoff2021-09-034-182/+261
* Minor changeSergey Poznyakoff2021-09-031-233/+380
* gdbmtool: new command "perror"; new options -t, -T; improve timing outputSergey Poznyakoff2021-09-032-14/+110
* 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
* 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
* Re-implement input history handling to minimize linking requirementsSergey Poznyakoff2021-08-139-105/+139
* Fix NULL dereference in gdbmshell. Undefine "fd" upon closing the database.Sergey Poznyakoff2021-08-122-0/+11
* gdbmtool: setting database option affects the current databaseSergey Poznyakoff2021-08-123-11/+50
* gdbmshell: get rid of remaining globalsSergey Poznyakoff2021-08-125-114/+296
* gdbmtool: bugfixesSergey Poznyakoff2021-08-122-19/+25
* Fix duplicated mmap in gdbm_recoverSergey Poznyakoff2021-08-111-6/+7
* Minor fixSergey Poznyakoff2021-08-111-1/+1
* Minor change in argv streamSergey Poznyakoff2021-08-111-1/+1
* Fix memory leaks in gdbm_fd_openSergey Poznyakoff2021-08-111-12/+11
* Move gdbmtool shell functions to the library.Sergey Poznyakoff2021-08-106-2406/+2567
* gdbmtool: separate command parameters and environmentSergey Poznyakoff2021-08-103-140/+207
* gdbmtool: rewrite handler parameter functions; fix memory leaksSergey Poznyakoff2021-08-107-52/+168