aboutsummaryrefslogtreecommitdiff
path: root/tool/showwal.c
Commit message (Collapse)AuthorAge
* Enhancement to showwal such that it shows what the page hash should bedrh2023-05-03
| | | | | on a hash mismatch. FossilOrigin-Name: 960dc97083ed9a7bfa912010b9ea19114f51dd10e73d5c5bf06cc642ebd1a2e7
* Improved detection of invalid command-line arguments to the showdb anddrh2023-02-03
| | | | | showwal debugging utility programs. FossilOrigin-Name: 75cdaafc77b8a1efc84e71e90470994227f376e7d7de34c813e75dcadbb9f268
* Attempt to fix the showwal.c utility program so that it works on WAL filesdrh2021-08-06
| | | | | larger than 4GiB. FossilOrigin-Name: 5c0f9ea98a2b944857fe05d53a0143cb827b7d8215c37f33f1bce47ec1189952
* In the showwal command-line tool, for unix builds, if thedrh2017-04-16
| | | | | | | auxiliary argument is of the form "Ntruncate" where "N" is a frame number, then truncate the WAL file after the N-th frame. FossilOrigin-Name: 90015df30655d884ecf7ae61e588824696954252dc6b1a5f78cf2de8cb236104
* Fix uses of ctype functions (ex: isspace()) on signed characters in testdrh2015-10-29
| | | | | programs and in some obscure extensions. No changes to the core. FossilOrigin-Name: 34eb6911afee09e779318b79baf953f616200128
* Fix tool/showwal.c so that it handles WAL files that contain 64KiB pages.dan2014-09-15
| | | FossilOrigin-Name: 4060efb646c873c4abde7ab9ddf330489a44f274
* Fix warnings related to having a 64-bit size_t.mistachkin2014-07-19
| | | FossilOrigin-Name: 29ac9336dba2b62d13315cecfc5c4a74cc54087a
* Fix warnings caused by the previous commit.mistachkin2014-07-19
| | | FossilOrigin-Name: 89634a419d0c1ef899d0591c7c6ab9290bf665d2
* Fix harmless compiler warnings for MSVC in the showdb/showwal command line ↵mistachkin2014-07-18
| | | | | tools. FossilOrigin-Name: 6dc7b2f119eb92da17c9e914bdad30a9ceaebdb5
* Add btree-page decoding logic to showwal.c. Commands of the form:drh2013-01-25
| | | | | | | "showwal $FILE 123bmc" show the content of the btree page in frame 123. "b" means decode the btree. "c" means show cell content. "m" means give a map of the btree page. FossilOrigin-Name: 93b159da5d2570946fdcd7da120bf7eb82b840f3
* Further improvements to showwal.c: Reset the checksum after each frame so thatdrh2013-01-25
| | | | | | only individual checksum failures are shown. And only show failures, not correct checksums. FossilOrigin-Name: 4e2bf57549a8d50fc0993386c724eb4a2b35c9fe
* Enhance the "showwal" utility program to show checksum failures on frames.drh2013-01-25
| | | FossilOrigin-Name: a7f6d19816cbfc50060a9d1c0c402cdd23bd16de
* Add the write-ahead log viewer/debugger tool to the tools/ folder.drh2010-07-07
FossilOrigin-Name: 0e4bd44682a252fb8af0df20f011b2b2364644b5