Fossil

Timeline
Login

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

15 check-ins using file src/db.c version c2c7c8e30b

2017-02-14
19:21
fix execution bit, corresponding with trunk check-in: 5957bf3cda user: jan.nijtmans tags: cleanX
19:19
Merge trunk check-in: f19e2c0abd user: jan.nijtmans tags: cleanX
18:19
If the 'allow-symlinks' option is enabled (or the '--no-dir-symlinks' flag is specified), do not traverse into symlinked directories. check-in: 2375d6cbce user: mistachkin tags: trunk
03:04
For safety, the --verily option to clean should force all symlinks to be treated as normal content files. Closed-Leaf check-in: 8fdf8cbe9c user: mistachkin tags: symlinks
01:03
When the --reset option is used, reset the cached stat() information before and after dealing with it. check-in: 39ea7a2f61 user: mistachkin tags: symlinks
00:59
Add '--reset' option to the file test commands. Other minor improvements. check-in: 996ebab71b user: mistachkin tags: symlinks
00:40
Report the effective file mode bits also. check-in: 7972e19f77 user: mistachkin tags: symlinks
00:30
Modularize and enhance the file test commands. check-in: 834a5b6189 user: mistachkin tags: symlinks
00:13
Further enhancements. check-in: a3409470aa user: mistachkin tags: symlinks
00:03
Enhance verbosity of the new 'test-file-environment' command. check-in: 804bb55f07 user: mistachkin tags: symlinks
2017-02-13
23:56
Add the 'test-file-environment' test command. check-in: c891d86c6c user: mistachkin tags: symlinks
21:03
Oops, missed one thing in the previous check-in. check-in: b3fc0a133c user: mistachkin tags: symlinks
21:01
For the '--no-dir-symlinks' flag to be honored when the 'allow-symlinks' setting is disabled, the file_wd_isdir() function must force lstat() to be used. check-in: 6c90761bcd user: mistachkin tags: symlinks
20:31
Remove forced setting of the 'allow-symlinks' cached setting from the 'clean' and 'extras' commands. check-in: 957865107d user: mistachkin tags: symlinks
20:10
If the 'allow-symlinks' option is enabled (or the '--no-dir-symlinks' flag is specified), do not traverse into symlinked directories. check-in: 3e949e1761 user: mistachkin tags: symlinks