aboutsummaryrefslogtreecommitdiff
path: root/tool/showwal.c
Commit message (Expand)AuthorAge
* Enhancement to showwal such that it shows what the page hash should bedrh2023-05-03
* Improved detection of invalid command-line arguments to the showdb anddrh2023-02-03
* Attempt to fix the showwal.c utility program so that it works on WAL filesdrh2021-08-06
* In the showwal command-line tool, for unix builds, if thedrh2017-04-16
* Fix uses of ctype functions (ex: isspace()) on signed characters in testdrh2015-10-29
* Fix tool/showwal.c so that it handles WAL files that contain 64KiB pages.dan2014-09-15
* Fix warnings related to having a 64-bit size_t.mistachkin2014-07-19
* Fix warnings caused by the previous commit.mistachkin2014-07-19
* Fix harmless compiler warnings for MSVC in the showdb/showwal command line to...mistachkin2014-07-18
* Add btree-page decoding logic to showwal.c. Commands of the form:drh2013-01-25
* Further improvements to showwal.c: Reset the checksum after each frame so thatdrh2013-01-25
* Enhance the "showwal" utility program to show checksum failures on frames.drh2013-01-25
* Add the write-ahead log viewer/debugger tool to the tools/ folder.drh2010-07-07