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
*
Remove a redundant typedef from the sqlite3_rsync.c source file.
drh
8 days
*
Enhance sqlite3_rsync so that if the first attempt to invoke a copy
drh
2025-05-03
*
Fix a harmless redundant variable declaration in sqlite3_rsync.
drh
2025-05-03
*
Addition summary results output when using -vvv on sqlite3_rsync.
drh
2025-05-03
*
Promote the --protocol option to sqlite3_rsync from being an undocumented
drh
2025-05-03
*
Improvements to protocol negotiation.
drh
2025-05-03
*
Clean up command-line parsing. Add the undocumented
drh
2025-05-02
*
Now appears to be working. More testing needed. Refinement of the
drh
2025-05-02
*
Bug fixes. Added new debugging features to better visualize the
drh
2025-05-02
*
This is the start of an experiment in getting sqlite3_rsync to use less
drh
2025-05-02
*
Do not allow sqlite3_rsync to convert the replica from WAL-mode into
drh
2025-05-02
*
Allow sqlite3_rsync to work on non-WAL-mode databases, as long as the
drh
2025-05-01
*
Have sqlite3_rsync avoid write-locking the origin database.
dan
2024-10-28
*
Further changes to sqlite3_rsync.c to work around Windows issues.
drh
2024-10-22
*
Set I/O mode to binary in Windows in sqlite3_rsync.
drh
2024-10-22
*
Remove unnecessary VACUUMs from the previous check-in to sqlite3_rsync.
drh
2024-10-19
*
Fix the sqlite3_rsync utility so that it is able to synchronize a database
drh
2024-10-19
*
Change the name of the new utility program from sqlite3-rsync to
drh
2024-10-16