Fossil

Timeline
Login

Timeline

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

23 check-ins tagged with "winsymlink"

2017-04-23
13:08
merge trunk. Use new Win10 flag: SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE. See: https://blogs.windows.com/buildingapps/2016/12/02/symlinks-windows-10/#Y9sMOye6Y8vVYmDx.97 for why this might make this branch work better. ... (Closed-Leaf check-in: 2999c7dc user: jan.nijtmans tags: winsymlink)
2016-05-31
08:17
merge from trunk with a few tweaks for merge conflicts ... (check-in: 598b58a5 user: sdr tags: winsymlink)
2015-09-04
15:51
Merge from trunk. ... (check-in: f571ded3 user: sdr tags: winsymlink)
15:44
Fixed a broken conditional for code which should only be compiled on Windows but was only being compiled for posix. ... (check-in: 5bbf1ab3 user: sdr tags: winsymlink)
2015-09-03
23:15
Merged from trunk with a few tiny edits to make new functionality work on Windows ... (check-in: 8f33e49d user: sdr tags: winsymlink)
2015-03-19
09:43
merge trunk ... (check-in: 8eb26689 user: jan.nijtmans tags: winsymlink)
2015-03-18
16:31
Merged several months worth of trunk into the winsymlink branch. ... (check-in: f4c14344 user: sdr tags: winsymlink)
2014-10-21
15:25
merge trunk ... (check-in: 44a160a3 user: jan.nijtmans tags: winsymlink)
2014-10-17
11:51
merge trunk ... (check-in: 115efe16 user: jan.nijtmans tags: winsymlink)
09:23
Fix compilation for latest MinGW.org (4.0.2, NOT Mingw-W64 which works fine), which lacks some symbols and has some other symbol conflicts. Merge trunk. ... (check-in: 55f1c036 user: jan.nijtmans tags: winsymlink)
2014-10-14
21:43
merge trunk ... (check-in: 2932f753 user: jan.nijtmans tags: winsymlink)
2014-10-13
08:09
revert accidental Makefile.mingw commit ... (check-in: dc3d480e user: jan.nijtmans tags: winsymlink)
08:07
Merge trunk. Don't use _DIRENT_HAVE_D_TYPE in a MinGW build (just as MSC), as it cannot be thrusted with symlinks. Disable use of ... (check-in: 8f8301af user: jan.nijtmans tags: winsymlink)
2014-10-01
09:22
merge trunk ... (check-in: bebd4083 user: jan.nijtmans tags: winsymlink)
2014-09-29
09:46
Merge trunk. Style changes. Implement fallback in case of Windows XP. ... (check-in: f2ba1d22 user: jan.nijtmans tags: winsymlink)
2014-09-26
09:23
Make everything compile on MinGW(-w64). WARNING: will not run on Windows XP, that still has to be fixed! Should work on Vista+. ... (check-in: 631dff61 user: jan.nijtmans tags: winsymlink)
2014-09-25
19:21
Summary: a number of changes to improve windows symlink handling. Detail: fixed file_contains_merge_marker failure on windows symlinks; fixed inadequate S_ISLNK macro for windows; backed out change made to revert query ("OR islink" removed); added special processing to vfile_check_signature for windows symlink type changes; fixed a few flaws in the windows specific posix-compatibility routines to improve symlink handling. ... (check-in: 9c5bbd6a user: sdr tags: winsymlink)
05:13
Merge updates from trunk. ... (check-in: c4207151 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: 5d251b67 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: db2128fa user: sdr tags: winsymlink)
2014-09-23
00:56
Merge updates from trunk. ... (check-in: 44ded27f user: mistachkin tags: winsymlink)
00:15
Cherrypicked a number of commits from a "bad branch" (I somehow fouled up a merge from trunk). ... (check-in: 2d75e87b user: sdr tags: winsymlink)
2014-09-15
01:49
Work in progress for windows symlink support. ... (check-in: de8035cc user: sdr tags: winsymlink)