summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor fixSergey Poznyakoff2021-07-301-1/+1
* Minor changeSergey Poznyakoff2021-07-303-10/+8
* Avoid eventual alignment problemsSergey Poznyakoff2021-07-305-30/+75
* Minor fixSergey Poznyakoff2021-07-291-1/+2
* Various bugfixes.Sergey Poznyakoff2021-07-294-8/+7
* Improve _gdbm_snapshotSergey Poznyakoff2021-07-291-1/+23
* Mark GDBM_MAGIC constants as unsignedSergey Poznyakoff2021-07-291-10/+10
* Implement snapshot selection by numsync.Sergey Poznyakoff2021-07-292-15/+96
* Initialize dptr to non-null storage even if size is 0.Sergey Poznyakoff2021-07-291-1/+1
* Test conversion to extended format.Sergey Poznyakoff2021-07-291-0/+2
* Simplify gdbm_file_headerSergey Poznyakoff2021-07-295-45/+276
* Introduce extended header.Sergey Poznyakoff2021-07-283-26/+64
* Prepare structs gdbm_file_header and gdbm_file_info for changes.Sergey Poznyakoff2021-07-286-85/+159
* Fix gdbm_avail_traverse()Sergey Poznyakoff2021-07-222-38/+42
* Improve fsync_to_root. Other minor fixes.Sergey Poznyakoff2021-07-172-39/+45
* BugfixSergey Poznyakoff2021-07-171-1/+1
* Bugfixes in crash tolerance code.gray@gnu.org2021-07-172-21/+43
* Crash-tolerance based on the patch from Terence Kellygray@gnu.org2021-07-177-9/+336