summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Document new gdbmtool optionsxheaderSergey Poznyakoff2021-08-081-0/+31
* gdbmtool: new option to open the database at a given file descriptorSergey Poznyakoff2021-08-082-8/+29
* Fix the docsSergey Poznyakoff2021-08-042-24/+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-036-39/+82
* Preserve the database format across dump/restoreSergey Poznyakoff2021-08-032-3/+30
* Fix typosSergey Poznyakoff2021-08-032-3/+3
* Various fixesSergey Poznyakoff2021-08-027-82/+305
* Fix gdbm_recoverSergey Poznyakoff2021-08-021-0/+7
* Fix numsync comparisonSergey Poznyakoff2021-08-022-2/+7
* New gdbmtool command: snapshotSergey Poznyakoff2021-08-014-11/+298
* Fix a typo.Sergey Poznyakoff2021-08-011-1/+1
* Changes in the docs. Minor improvements in gdbm_latest_snapshot.Sergey Poznyakoff2021-07-314-118/+129
* Update the documentationSergey Poznyakoff2021-07-314-217/+190
* 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-295-9/+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-296-0/+336
* 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-173-23/+51
* Document new error codesSergey Poznyakoff2021-07-171-86/+109
* Document crash tolerance APISergey Poznyakoff2021-07-172-4/+265
* Crash-tolerance based on the patch from Terence Kellygray@gnu.org2021-07-1711-13/+606
* Fix https://puszcza.gnu.org.ua/bugs/?515Sergey Poznyakoff2021-07-071-0/+1
* Version 1.20v1.20Sergey Poznyakoff2021-06-173-5/+5
* Enable pre-reading the memory mapped regions on request.Sergey Poznyakoff2021-06-147-16/+52
* Fix possible integer overflows and cases of undefined behavior.Sergey Poznyakoff2021-04-235-9/+17
* Fix minor memory leaks in gdbmtoolSergey Poznyakoff2021-03-222-2/+11
* Merge branch 'newcache': Bucket cache rewritten from scratch.Sergey Poznyakoff2021-03-2123-584/+1496
|\
| * Enable automatic cache size by default.newcacheSergey Poznyakoff2021-03-218-241/+396
| * More optimizations in cache treeSergey Poznyakoff2021-03-204-91/+101
| * Fix memory leak in gdbmtool "next" command.Sergey Poznyakoff2021-03-172-4/+1
| * New functions for traversing the available space stackSergey Poznyakoff2021-03-178-158/+338
| * Follow-up fixes to fd5cf245ea.Sergey Poznyakoff2021-03-174-31/+32
| * Verify if key/pair ends at a valid offset before attempting to read it.Sergey Poznyakoff2021-03-166-28/+58
| * Improve reading and validation of available blocks (avail_block).Sergey Poznyakoff2021-03-165-42/+51