aboutsummaryrefslogtreecommitdiff
path: root/tool/sqlite3-rsync.c
Commit message (Expand)AuthorAge
* Change the name of the new utility program from sqlite3-rsync todrh2024-10-16
* Origin should not send content for the lock-byte page to the replica, indrh2024-10-06
* Adjust the new truncation behavior of sqlite_dbpage(N,null) such that it causesdrh2024-10-02
* Fix sqlite3-rsync so that it recognizes drive-letters on the front of pathnamesdrh2024-09-18
* Fix harmless static analyzer warning in sqlite3-rsync.drh2024-09-17
* In sqlite3-rsync, do not allow the '/' character to appear anywhere in thedrh2024-09-17
* Fix a typo in an error message in sqlite3-rsync.drh2024-09-16
* In sqlite3-rsync, drh2024-09-16
* Improved error message in sqlite3-rsync if the SQL statement for ORIGIN_TXNdrh2024-09-16
* Provide more opportunity for the remote side in sqlite3-rsync to send errordrh2024-09-15
* CLI arg handling robustness improvements.stephan2024-09-14
* Add the --version option.drh2024-09-14
* New debugging options: --logfile, --errorfile, --remote-errorfile.drh2024-09-14
* Always show the -v traffic message even if there are multiple -v options.drh2024-09-14
* Add the --logfile FILE option for debugging.drh2024-09-14
* Improved error messages coming out of sqlite3-rsync.drh2024-09-14
* Make the output from sqlite3-rsync with a single -v option the same as itdrh2024-09-14
* Fix harmless compiler warning on Windows.drh2024-09-13
* Improved informational output from sqlite3-rsync.drh2024-09-13
* Preveious check-in was actually doing an 8-round KeccakF1600. This onedrh2024-09-13
* Change the hash algorithm from SHA1 to a 6-round KeccakF1600 with a ratedrh2024-09-13
* Better initialization of new database files in sqlite3-rsync.drh2024-09-12
* Port some of the shell's CLI flag-handling code into sqlite3-rsync to make th...stephan2024-09-12
* Replica must be in writable_schema mode.drh2024-09-12
* Improved --commcheck. Add the infoMsg() function which is useful fordrh2024-09-12
* Pass the names of both the origin and the replica databases to the remotedrh2024-09-12
* Add a protocol version number to the first message, and give the two sidesdrh2024-09-12
* Improved debugging output.drh2024-09-12
* Progress on the sqlite3-rsync utility. This is an incremental check-in. Itdrh2024-09-11
* Improved SSH infrastructure. The foundation is now in place to begin workingdrh2024-09-10
* Initial infrastructure for the sqlite3-rsync utility. Prototype only.drh2024-09-10