summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* BugfixesSergey Poznyakoff2021-08-102-1/+4
* Update docs. Rename some error codes.Sergey Poznyakoff2021-08-098-30/+32
* Make parseopt reentrant.Sergey Poznyakoff2021-08-091-0/+3
* Version 1.20.91. Minor changes in translatable strings.Sergey Poznyakoff2021-08-091-3/+7
* gdbmtool: new option to open the database at a given file descriptorSergey Poznyakoff2021-08-082-8/+29
* Fix representation of multibyte strings in gdbmtool outputSergey Poznyakoff2021-08-041-23/+49
* Fix the representation of octal escapes in gdbmtool outputSergey Poznyakoff2021-08-041-2/+2
* gdbmtool: fix help output representationSergey Poznyakoff2021-08-031-3/+15
* New macro: ARRAY_SIZESergey Poznyakoff2021-08-034-12/+14
* gdbmtool: control the format in which new databases are createdSergey Poznyakoff2021-08-035-10/+36
* Preserve the database format across dump/restoreSergey Poznyakoff2021-08-032-3/+30
* Various fixesSergey Poznyakoff2021-08-026-40/+172
* Fix gdbm_recoverSergey Poznyakoff2021-08-021-0/+7
* Fix numsync comparisonSergey Poznyakoff2021-08-021-2/+5
* New gdbmtool command: snapshotSergey Poznyakoff2021-08-012-5/+221
* Fix a typo.Sergey Poznyakoff2021-08-011-1/+1
* Changes in the docs. Minor improvements in gdbm_latest_snapshot.Sergey Poznyakoff2021-07-311-11/+21