Fossil

Timeline
Login

Timeline

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

23 check-ins using file test/win32-longpath.test version b1ff2af5ed

2014-06-12
17:26
merge trunk ... (Closed-Leaf check-in: e751da62cb user: jan.nijtmans tags: win32-longpath)
2014-04-14
13:03
merge trunk. Add support for extended UNC paths as well. ... (check-in: 9d4a73cb40 user: jan.nijtmans tags: win32-longpath)
2014-03-13
21:06
merge trunk ... (check-in: d88d1bc0f6 user: jan.nijtmans tags: win32-longpath)
2014-02-14
10:25
Merge in updates from trunk. Some implementation simplifications and more comments (mainly in the SQLite part). ... (check-in: 9cc1c9d690 user: jan.nijtmans tags: win32-longpath)
2014-01-23
21:47
merge trunk ... (check-in: abb2400434 user: jan.nijtmans tags: win32-longpath)
21:18
merge branch-1.28, a few other cherry-picks from trunk ... (check-in: 303e7af7c3 user: jan.nijtmans tags: win32-longpath)
2013-12-30
20:57
merge trunk ... (check-in: 02a0e8890e user: jan.nijtmans tags: win32-longpath)
2013-12-20
12:12
The same, but then with modified SQLite (minimal patch to function winFullPathname this time). This way, applications wanting to use the "win32-longpath" VFS don't have to do tricky extended-path modifications any more. ... (check-in: 8e8e3a11bc user: jan.nijtmans tags: win32-longpath)
12:04
Merge trunk. Some more comments. ... (check-in: 4e3f4d26d8 user: jan.nijtmans tags: win32-longpath)
2013-12-18
08:11
Merge trunk. Valid extended paths must have >6 chars, e.g. "\\?\C:\" (+1 for closing '\0'), this way make sure that wUnicode always points to allocated memory. ... (check-in: 1db9134d6b user: jan.nijtmans tags: win32-longpath)
03:26
If the checkbox is selected, select the input text as well similar to how the custom color works. ... (Closed-Leaf check-in: 3cb6651424 user: andybradford tags: hidden-tag)
03:01
Using javascript to disappear current text in input field might need additional feedback before implementing. ... (check-in: 2bf8f863c6 user: andybradford tags: hidden-tag)
00:18
Remove superfluous comment line in makemake.tcl. ... (check-in: e977f86dfd user: mistachkin tags: win32-longpath)
00:17
Merge updates from trunk. ... (check-in: ef9f707be1 user: mistachkin tags: win32-longpath)
2013-12-17
14:49
Eliminate use of "goto". Fix UNC -> Extended UNC translation when path>260 chars. ... (check-in: 83087c8df3 user: jan.nijtmans tags: win32-longpath)
12:03
It appears that in [4f0413381d], Makefile.msc was edited without corresponding change in makemake.tcl. Correct that, so this change will not be accidently reverted again (as I did in the previous commit) ... (check-in: c6f255607b user: jan.nijtmans tags: win32-longpath)
11:56
Align recommended SQLite compilation options with actual options used when compiling SQLite. (I don't think SQLITE_ENABLE_EXPLAIN_COMMENTS should be one of them, it never was in earlier releases) ... (check-in: d0814e59e2 user: jan.nijtmans tags: win32-longpath)
11:39
eliminate isempty() javascript function. Use trim() in stead. ... (check-in: 029c7c01e1 user: jan.nijtmans tags: hidden-tag)
10:56
merge trunk ... (check-in: 6a8ddc43fc user: jan.nijtmans tags: hidden-tag)
10:51
If 'newbranch' field only contains spaces, consider it empty. ... (check-in: 5ceef9bcdd user: jan.nijtmans tags: win32-longpath)
10:20
Break the 260 character path barrier on Win32. Add test-case "win32-longpath" for proving that it works. ... (check-in: 4b49bb9cc3 user: jan.nijtmans tags: win32-longpath)
10:14
Move special path handling from SQLite to fossil. ... (check-in: 1dd5a50941 user: jan.nijtmans tags: win32-longpath)
2013-12-16
15:12
Hm. "catch" doesn't appear to work for reporting the win32-longpath error correctly, instead check whether CANTOPEN is part of the output. ... (check-in: 4b4606d8b8 user: jan.nijtmans tags: win32-longpath)