summaryrefslogtreecommitdiff
path: root/src/gdbmtool.c
Commit message (Expand)AuthorAgeFilesLines
* Various bugfixes.numsyncSergey Poznyakoff2021-07-291-3/+3
* Implement extra header.Sergey Poznyakoff2021-07-261-0/+24
* Fix gdbm_avail_traverse()Sergey Poznyakoff2021-07-221-6/+8
* Fix memory leak in gdbmtool "next" command.Sergey Poznyakoff2021-03-171-0/+1
* New functions for traversing the available space stackSergey Poznyakoff2021-03-171-72/+32
* Follow-up fixes to fd5cf245ea.Sergey Poznyakoff2021-03-171-11/+9
* Improve reading and validation of available blocks (avail_block).Sergey Poznyakoff2021-03-161-6/+4
* Merge branch 'master' into newcacheSergey Poznyakoff2021-01-091-3/+3
|\
| * Reword some messages and add translator comments.Sergey Poznyakoff2021-01-081-3/+3
| * Update copyright yearsSergey Poznyakoff2021-01-021-2/+1
* | Update copyright yearsSergey Poznyakoff2021-01-021-2/+1
* | Merge branch 'master' into newcacheSergey Poznyakoff2020-12-241-1/+10
|\ \ | |/
| * Update copyright yearsSergey Poznyakoff2020-12-231-1/+1
| * Implement tagged structure initializers.Sergey Poznyakoff2020-10-091-1/+10
* | Implement the gdbm_bucket_count function.Sergey Poznyakoff2020-03-151-9/+3
* | Update copyright yearsSergey Poznyakoff2020-01-271-1/+1
* | Rewrite bucket cacheSergey Poznyakoff2019-11-121-14/+13
|/
* Minor changesSergey Poznyakoff2019-10-291-5/+1
* Update copyright yearsSergey Poznyakoff2019-04-081-1/+1
* Attempt recovery in case of invalid next_block header fieldSergey Poznyakoff2018-10-181-1/+1
* Various bugfixes.Sergey Poznyakoff2018-08-311-1/+1
* BugfixesSergey Poznyakoff2018-07-021-1/+5
* New gdbmtool variables: coalesce and centfreeSergey Poznyakoff2018-06-271-1/+14
* Fix typoSergey Poznyakoff2018-06-231-1/+1
* Version 1.5v1.15Sergey Poznyakoff2018-06-161-1/+1
* More error checkingSergey Poznyakoff2018-05-301-1/+1
* Namespace cleanupSergey Poznyakoff2018-05-301-2/+2
* gdbmtool: bugfixesSergey Poznyakoff2018-05-301-2/+6
* Fix memory leaks in handling history (gdbmtool) and in gdbm_recoverSergey Poznyakoff2018-05-301-26/+33
* Minor changesSergey Poznyakoff2018-05-291-2/+2
* Additional validation of avail_table.Sergey Poznyakoff2018-05-271-2/+2
* More database consistency checksSergey Poznyakoff2018-05-251-1/+1
* Various fixesSergey Poznyakoff2018-05-241-0/+2
* More input checking fixesSergey Poznyakoff2018-05-241-3/+3
* More error checking; improve gdbm_recoverSergey Poznyakoff2018-05-241-4/+23
* Fix the use of return code from _gdbm_full_(read|write) functionsSergey Poznyakoff2018-05-241-13/+4
* error checking: check for avail_block consistency before using itSergey Poznyakoff2018-05-241-14/+23
* gdbmtool: accept commands from command line as well as from fileSergey Poznyakoff2018-05-231-30/+69
* Happy GNU YearSergey Poznyakoff2018-01-011-1/+1
* Happy GNU YearSergey Poznyakoff2017-01-021-2/+2
* Improve debugging and error tracing.Sergey Poznyakoff2016-07-251-4/+4
* Improve the "next" shortcut.Sergey Poznyakoff2016-07-251-39/+84
* Add debug info.Sergey Poznyakoff2016-07-251-91/+292
* Introduce debug hooks.Sergey Poznyakoff2016-07-201-2/+2
* Implement gdbm_recover functionSergey Poznyakoff2016-07-191-1/+104
* BugfixSergey Poznyakoff2016-07-161-3/+3
* Don't use hardcoded constantSergey Poznyakoff2016-07-141-5/+12
* gdbmtool: improve bucket dump and hash calculatorSergey Poznyakoff2016-07-141-21/+67
* gdbmtool: define macros for accessing typed handler arguments.Sergey Poznyakoff2016-07-131-35/+34
* Line-editing support in gdbmtoolSergey Poznyakoff2016-07-121-20/+82