aboutsummaryrefslogtreecommitdiff
path: root/tool/sqlite3_rsync.c
Commit message (Expand)AuthorAge
* Remove a redundant typedef from the sqlite3_rsync.c source file.drh8 days
* Enhance sqlite3_rsync so that if the first attempt to invoke a copydrh2025-05-03
* Fix a harmless redundant variable declaration in sqlite3_rsync.drh2025-05-03
* Addition summary results output when using -vvv on sqlite3_rsync.drh2025-05-03
* Promote the --protocol option to sqlite3_rsync from being an undocumenteddrh2025-05-03
* Improvements to protocol negotiation.drh2025-05-03
* Clean up command-line parsing. Add the undocumented drh2025-05-02
* Now appears to be working. More testing needed. Refinement of thedrh2025-05-02
* Bug fixes. Added new debugging features to better visualize thedrh2025-05-02
* This is the start of an experiment in getting sqlite3_rsync to use lessdrh2025-05-02
* Do not allow sqlite3_rsync to convert the replica from WAL-mode intodrh2025-05-02
* Allow sqlite3_rsync to work on non-WAL-mode databases, as long as thedrh2025-05-01
* Have sqlite3_rsync avoid write-locking the origin database.dan2024-10-28
* Further changes to sqlite3_rsync.c to work around Windows issues.drh2024-10-22
* Set I/O mode to binary in Windows in sqlite3_rsync.drh2024-10-22
* Remove unnecessary VACUUMs from the previous check-in to sqlite3_rsync.drh2024-10-19
* Fix the sqlite3_rsync utility so that it is able to synchronize a databasedrh2024-10-19
* Change the name of the new utility program from sqlite3-rsync todrh2024-10-16