Fossil

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

5 check-ins using file src/file.c version d64d55f4

2012-11-17
19:22
Prevent delta loops on sync operations that might otherwise occur if a sequence of file changes ends with a file back to its original state after a sequence of two or more intermediate states. The is a backport/cherrypick of check-in [141b990722ea81e10e5] ... (Closed-Leaf check-in: 285eeba6 user: drh tags: branch-1.19)
2012-11-14
20:28
Detect infinite loops in the DELTA table and abort out of content_get() when they are found. Fix an off-by-one error in the version-3 clone protocol. This error might cause an incomplete and corrupt clone if a transfer block fills up just before sending the very last blob. Backport of fixes from 2012-08-23 21:15:36 ... (check-in: 99053ab1 user: drh tags: branch-1.19)
2012-11-06
19:47
Make sure that pending deletes from "fossil rm" operations are preserved across a "fossil update". ... (check-in: 76c6f8fc user: drh tags: branch-1.19)
2012-10-24
19:08
Fix the --setmtime flag on fossil-commit so that it works when changing version, and not just when updating the current version. ... (check-in: d4bdac3c user: drh tags: branch-1.19)
2012-10-15
15:01
Fix the windows build for the 1.19 branch. ... (check-in: d3e7557a user: drh tags: branch-1.19)