Fossil

Changes On Branch 8bb8be26cabd968a
Login

Changes On Branch 8bb8be26cabd968a

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

Changes In Branch experimental Through [8bb8be26ca] Excluding Merge-Ins

This is equivalent to a diff from 0b6c414c6f to 8bb8be26ca

2010-12-14
00:36
Merge in the experimental clone speed enhancement. ... (check-in: 3543ed62bb user: drh tags: trunk)
2010-12-09
20:48
Fix a typo in the help text for "fossil import". Ticket [e8a6bfa54e0c3] ... (check-in: 973a6b1ee8 user: drh tags: trunk)
15:52
New cloning algorithm appears to be much faster at the cost of slightly more network bandwidth. Fully backwards compatible. Need to look at the network bandwidth issue prior to merging with trunk. Perhaps a command-line option for the clone command to select between slow-and-small or fast-and-larger. ... (Closed-Leaf check-in: 8bb8be26ca user: drh tags: experimental)
13:56
Use the built-in SQLite caseless string comparison functions instead of the C-library strcasecmp(). Accept mime-type application/x-fossil-uncompressed and avoid decompression when seen. ... (check-in: 0b6c414c6f user: drh tags: trunk)
2010-12-08
21:00
Add the --sha1sum option to the "status" and "changes" commands to force a detailed (but slow) SHA1 checksum verification that files have not changed. ... (check-in: e154a4386b user: drh tags: trunk)

Changes to src/attach.c.

Changes to src/branch.c.

Changes to src/checkin.c.

Changes to src/content.c.

Changes to src/db.c.

Changes to src/event.c.

Changes to src/info.c.

Changes to src/rebuild.c.

Changes to src/tag.c.

Changes to src/tkt.c.

Changes to src/wiki.c.

Changes to src/xfer.c.