Further enhancement to PTRMAP display in showdb: Show the details of invalid...
Further enhancement to PTRMAP display in showdb: Show the details of invalid entries that are within the range of the database file. Continue to ignore invalid entries beyond the end of the database...
View Article*MERGE* Merge sqlite3-rsync branch into sqlite3-rsync-consio branch. (tags:...
*MERGE* Merge sqlite3-rsync branch into sqlite3-rsync-consio branch. (tags: sqlite3-rsync-consio)
View ArticleChange the hash algorithm from SHA1 to a 6-round KeccakF1600 with a rate of...
Change the hash algorithm from SHA1 to a 6-round KeccakF1600 with a rate of 160. This uses about 1/3rd fewer CPU cycles. (tags: sqlite3-rsync)
View ArticlePreveious check-in was actually doing an 8-round KeccakF1600. This one...
Preveious check-in was actually doing an 8-round KeccakF1600. This one corrects that to just 6 rounds. (tags: sqlite3-rsync)
View ArticleImproved informational output from sqlite3-rsync. (tags: sqlite3-rsync)
Improved informational output from sqlite3-rsync. (tags: sqlite3-rsync)
View Article*MERGE* Merge sqlite3-rsync branch into sqlite3-rsync-consio branch. (tags:...
*MERGE* Merge sqlite3-rsync branch into sqlite3-rsync-consio branch. (tags: sqlite3-rsync-consio)
View Article*MERGE* Merge latest trunk changes, including the changes to the fts5...
*MERGE* Merge latest trunk changes, including the changes to the fts5 locale=1 feature, into this branch. (tags: fts5-contentless-unindexed)
View ArticleChanges so that the -consio sub-branch of sqlite3-rsync will compile on...
Changes so that the -consio sub-branch of sqlite3-rsync will compile on Win11. It compiles, but it does not work. The process just hangs. (tags: sqlite3-rsync-consio)
View ArticleClose the db as sqlite3_analyzer exits. (See [forum:af384c2315d9718a|forum...
Close the db as sqlite3_analyzer exits. (See [forum:af384c2315d9718a|forum post, "sqlite3_analyzer not closing WAL-mode db cleanly" ].) (tags: trunk)
View ArticleFix harmless compiler warning on Windows. (tags: sqlite3-rsync)
Fix harmless compiler warning on Windows. (tags: sqlite3-rsync)
View ArticleFix the hanging problem. (tags: sqlite3-rsync-consio)
Fix the hanging problem. (tags: sqlite3-rsync-consio)
View ArticleRequire that the contentless_unindexed=1 option be specified before storing...
Require that the contentless_unindexed=1 option be specified before storing the values of fts5 UNINDEXED column belonging to contentless tables. (tags: fts5-contentless-unindexed)
View ArticleBug fix in the enhanced sqlite_dbpage for when truncating two or more...
Bug fix in the enhanced sqlite_dbpage for when truncating two or more ATTACH-ed databases within the same transaction. (tags: dbpage)
View Article*MERGE* Merge sqlite_dbpage fixes into the sqlite3-rsync branch. (tags:...
*MERGE* Merge sqlite_dbpage fixes into the sqlite3-rsync branch. (tags: sqlite3-rsync)
View ArticleMake the output from sqlite3-rsync with a single -v option the same as it is...
Make the output from sqlite3-rsync with a single -v option the same as it is with regular rsync. Only show the SSH command with two or more -v options, or if there is an error in popen2(). (tags:...
View ArticleImproved error messages coming out of sqlite3-rsync. (tags: sqlite3-rsync)
Improved error messages coming out of sqlite3-rsync. (tags: sqlite3-rsync)
View ArticleAdd the --logfile FILE option for debugging. (tags: sqlite3-rsync)
Add the --logfile FILE option for debugging. (tags: sqlite3-rsync)
View ArticleAlways show the -v traffic message even if there are multiple -v options....
Always show the -v traffic message even if there are multiple -v options. (tags: sqlite3-rsync)
View ArticleNew debugging options: --logfile, --errorfile, --remote-errorfile. If page 1...
New debugging options: --logfile, --errorfile, --remote-errorfile. If page 1 changes, always send it last. (tags: sqlite3-rsync)
View ArticleAdd the --version option. (tags: sqlite3-rsync)
Add the --version option. (tags: sqlite3-rsync)
View Article