Changes On Branch file-safety
Not logged in

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

Changes In Branch file-safety Excluding Merge-Ins

This is equivalent to a diff from e7b6434112 to a1814d5015

2011-02-16
15:00
Work around the seemingly buggy behavior of git-fast-export with regard to tags when doing an import. check-in: 496aacd10e user: drh tags: trunk
2011-02-15
07:47
add custom Makefile with changes to support OpenSSL build on Windows check-in: 5567c81285 user: mistachkin tags: trunk
05:18
Create new branch named "bch" check-in: 8b5556c9fe user: bharder tags: bch
2011-02-12
13:38
This branch contains experimental changes attempting to address complaints that Fossil sometimes overwrites unmanaged files. In this checkin: Use file_delete() instead of unlink() everywhere. Add interfaces file_move() and file_dont_overwrite() but do not use those interfaces yet. Leaf check-in: a1814d5015 user: drh tags: file-safety
2011-02-11
20:53
Add the --detail option to the test-timewarp-list command. check-in: e7b6434112 user: drh tags: trunk
20:09
Make sure the EVENT.OMTIME value is recorded correctly when parsing a check-in manifest. check-in: 1d83ecc5d5 user: drh tags: trunk

Changes to src/checkin.c.

Changes to src/checkout.c.

Changes to src/clearsign.c.

Changes to src/clone.c.

Changes to src/db.c.

Changes to src/diffcmd.c.

Changes to src/file.c.

Changes to src/http_transport.c.

Changes to src/import.c.

Changes to src/merge.c.

Changes to src/stash.c.

Changes to src/undo.c.

Changes to src/update.c.

Changes to src/vfile.c.

Changes to src/winhttp.c.