Changes On Branch branch-1.19
Not logged in

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

Changes In Branch branch-1.19 Excluding Merge-Ins

This is equivalent to a diff from 6517b5c857 to 285eeba64f

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] Leaf check-in: 285eeba64f 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: 99053ab141 user: drh tags: branch-1.19
2012-10-11
19:45
Cherrypick changes [0c37874941c8972], [9ba8a393fcc569b], and [ae092ec605eed11] in order to backport the --setmtime option of "fossil update" and the --age and -t options of "fossil ls" to version 1.19. check-in: 773c6c5f2c user: drh tags: branch-1.19
2011-09-01
20:23
Stop publishing x64 binaries for linux. x86 binaries are sufficient. check-in: bd04a48925 user: drh tags: trunk
18:25
Version 1.19. check-in: 6517b5c857 user: drh tags: trunk, release, version-1.19
17:45
Merging the unwanted two trunk leaves. check-in: a22c381757 user: viriketo tags: trunk

Changes to src/checkin.c.

Changes to src/checkout.c.

Changes to src/content.c.

Changes to src/db.c.

Changes to src/descendants.c.

Changes to src/diffcmd.c.

Changes to src/file.c.

Changes to src/finfo.c.

Changes to src/merge.c.

Changes to src/stash.c.

Changes to src/timeline.c.

Changes to src/update.c.

Changes to src/vfile.c.

Changes to src/xfer.c.

Added test/update-test-1.sh.

Added test/update-test-2.sh.