index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tool
/
sqlite3-rsync.c
Commit message (
Expand
)
Author
Age
*
Change the name of the new utility program from sqlite3-rsync to
drh
2024-10-16
*
Origin should not send content for the lock-byte page to the replica, in
drh
2024-10-06
*
Adjust the new truncation behavior of sqlite_dbpage(N,null) such that it causes
drh
2024-10-02
*
Fix sqlite3-rsync so that it recognizes drive-letters on the front of pathnames
drh
2024-09-18
*
Fix harmless static analyzer warning in sqlite3-rsync.
drh
2024-09-17
*
In sqlite3-rsync, do not allow the '/' character to appear anywhere in the
drh
2024-09-17
*
Fix a typo in an error message in sqlite3-rsync.
drh
2024-09-16
*
In sqlite3-rsync,
drh
2024-09-16
*
Improved error message in sqlite3-rsync if the SQL statement for ORIGIN_TXN
drh
2024-09-16
*
Provide more opportunity for the remote side in sqlite3-rsync to send error
drh
2024-09-15
*
CLI arg handling robustness improvements.
stephan
2024-09-14
*
Add the --version option.
drh
2024-09-14
*
New debugging options: --logfile, --errorfile, --remote-errorfile.
drh
2024-09-14
*
Always show the -v traffic message even if there are multiple -v options.
drh
2024-09-14
*
Add the --logfile FILE option for debugging.
drh
2024-09-14
*
Improved error messages coming out of sqlite3-rsync.
drh
2024-09-14
*
Make the output from sqlite3-rsync with a single -v option the same as it
drh
2024-09-14
*
Fix harmless compiler warning on Windows.
drh
2024-09-13
*
Improved informational output from sqlite3-rsync.
drh
2024-09-13
*
Preveious check-in was actually doing an 8-round KeccakF1600. This one
drh
2024-09-13
*
Change the hash algorithm from SHA1 to a 6-round KeccakF1600 with a rate
drh
2024-09-13
*
Better initialization of new database files in sqlite3-rsync.
drh
2024-09-12
*
Port some of the shell's CLI flag-handling code into sqlite3-rsync to make th...
stephan
2024-09-12
*
Replica must be in writable_schema mode.
drh
2024-09-12
*
Improved --commcheck. Add the infoMsg() function which is useful for
drh
2024-09-12
*
Pass the names of both the origin and the replica databases to the remote
drh
2024-09-12
*
Add a protocol version number to the first message, and give the two sides
drh
2024-09-12
*
Improved debugging output.
drh
2024-09-12
*
Progress on the sqlite3-rsync utility. This is an incremental check-in. It
drh
2024-09-11
*
Improved SSH infrastructure. The foundation is now in place to begin working
drh
2024-09-10
*
Initial infrastructure for the sqlite3-rsync utility. Prototype only.
drh
2024-09-10