Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
7 check-ins using file src/file.c version b4b2cb749a
|
2014-09-25
| ||
| 05:13 | Merge updates from trunk. check-in: c420715158 user: sdr tags: winsymlink | |
|
2014-09-24
| ||
| 06:06 | Added code to detect if the working directory file system is one that supports symlinks so that we won't try to do symlink processing when the platform does not support it. check-in: 5d251b6739 user: sdr tags: winsymlink | |
| 04:08 | Modified the win/include/dirent.h file to #undef _DIRENT_HAVE_D_TYPE. With that define fossil tries to use info from opendir/readdir to detect symbolic links unsucessfully. By using undef we force fossil to go through a different route which successfully detects symbolic links. check-in: db2128fa24 user: sdr tags: winsymlink | |
|
2014-09-23
| ||
| 00:56 | Merge updates from trunk. check-in: 44ded27f7c user: mistachkin tags: winsymlink | |
|
2014-09-21
| ||
| 06:13 | Fixed a bug where windows would strip exe or lnk status from files checked in with posix semantics. Note: There is still a known potential issue if a repo is opened on a file system that does not support reparse points (such as FAT derived file systems) or similar such scenarios. Closed-Leaf check-in: 1f45ade696 user: sdr tags: bad-winsymlink | |
| 03:05 | Merging latest updates from trunk. check-in: 0ee7e92222 user: sdr tags: bad-winsymlink | |
| 02:05 | Cleaning up some source comments & such. Also modified a memory block to be on the heap instead of the stack. check-in: 30ff96e7a5 user: sdr tags: bad-winsymlink | |