Fossil

Changes On Branch experimental
Login

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

Changes In Branch experimental Excluding Merge-Ins

This is equivalent to a diff from e7518b44eb to 1d85796857

2014-10-22
12:52
Improved error message handling on the server side of "sync" requests. check-in: bf3db3d16e user: drh tags: trunk
2014-10-21
22:12
Avoid invoking fossil_error() in manifest_crosslink() while processing a push, even though such errors are suppose to be ignored. Closed-Leaf check-in: 1d85796857 user: drh tags: experimental
03:19
Restore use of short string identifiers in titles on the check-in info page. check-in: c1d20c33cf user: mistachkin tags: trunk
03:12
Merge updates from trunk. Closed-Leaf check-in: 22a74690bb user: mistachkin tags: cmdline-timeline-enhancement
03:05
Fix compiler warning and clarify use of local variables. check-in: e7518b44eb user: mistachkin tags: trunk
03:00
Merge updates from trunk. Closed-Leaf check-in: d1983dd24c user: mistachkin tags: warningFix
02:52
Add the codecheck1 program to the build tools. This program validates the format strings on printf-style internal interfaces, verifying that the correct number of arguments follow and that SQL is protected from injection attacks. check-in: 49b0ff1592 user: drh tags: trunk

Changes to src/manifest.c.

Changes to src/xfer.c.