Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for tool/showwal.c
2023-10-25
| ||
18:35 | [11eca54798] part of check-in [7b3f866e61] Fix minor problems with the "showwal" utility program. Add a missing header to the zipfile.c extension. (check-in: [7b3f866e61] user: drh branch: trunk, size: 16857) | |
2023-05-03
| ||
13:03 | [65ecabae3a] part of check-in [960dc97083] Enhancement to showwal such that it shows what the page hash should be on a hash mismatch. (check-in: [960dc97083] user: drh branch: trunk, size: 16475) | |
2023-02-03
| ||
12:03 | [4699048f68] part of check-in [75cdaafc77] Improved detection of invalid command-line arguments to the showdb and showwal debugging utility programs. (check-in: [75cdaafc77] user: drh branch: trunk, size: 16371) | |
2021-08-06
| ||
19:38 | [0253c187ae] part of check-in [5c0f9ea98a] Attempt to fix the showwal.c utility program so that it works on WAL files larger than 4GiB. (check-in: [5c0f9ea98a] user: drh branch: trunk, size: 15971) | |
2017-04-16
| ||
22:41 | [ad9d768f96] part of check-in [90015df306] In the showwal command-line tool, for unix builds, if the auxiliary argument is of the form "Ntruncate" where "N" is a frame number, then truncate the WAL file after the N-th frame. (check-in: [90015df306] user: drh branch: trunk, size: 15935) | |
2015-10-29
| ||
13:48 | [ec79959834] part of check-in [34eb6911af] Fix uses of ctype functions (ex: isspace()) on signed characters in test programs and in some obscure extensions. No changes to the core. (check-in: [34eb6911af] user: drh branch: trunk, size: 15620) | |
2014-09-04
| ||
18:05 | [85cb36d4fe] part of check-in [fc4f7c1152] Fix showwal.c so that it works with 64KiB pages. (check-in: [fc4f7c1152] user: dan branch: ota-update, size: 15523) | |
2014-07-19
| ||
15:40 | [3209120269] part of check-in [29ac9336db] Fix warnings related to having a 64-bit size_t. (check-in: [29ac9336db] user: mistachkin branch: toolWarnings, size: 15507) | |
15:30 | [9c299ba842] part of check-in [89634a419d] Fix warnings caused by the previous commit. (check-in: [89634a419d] user: mistachkin branch: toolWarnings, size: 15487) | |
2014-07-18
| ||
21:16 | [6e98bc0fe0] part of check-in [6dc7b2f119] Fix harmless compiler warnings for MSVC in the showdb/showwal command line tools. (check-in: [6dc7b2f119] user: mistachkin branch: toolWarnings, size: 15483) | |
2013-01-25
| ||
15:59 | [3f7f7da5ec] part of check-in [93b159da5d] Add btree-page decoding logic to showwal.c. Commands of the form: "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. (check-in: [93b159da5d] user: drh branch: trunk, size: 15421) | |
15:31 | [0c98daec7f] part of check-in [4e2bf57549] Further improvements to showwal.c: Reset the checksum after each frame so that only individual checksum failures are shown. And only show failures, not correct checksums. (check-in: [4e2bf57549] user: drh branch: trunk, size: 11459) | |
15:09 | [2ef22ea678] part of check-in [a7f6d19816] Enhance the "showwal" utility program to show checksum failures on frames. (check-in: [a7f6d19816] user: drh branch: trunk, size: 11295) | |
2010-07-07
| ||
20:38 | Added: [f09e5a80a2] part of check-in [0e4bd44682] Add the write-ahead log viewer/debugger tool to the tools/ folder. (check-in: [0e4bd44682] user: drh branch: trunk, size: 9424) | |