Fossil

Timeline
Login

Timeline

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

71 check-ins related to "symlinks"

2017-02-14
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: 2375d6cb 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: 8fdf8cbe 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: 39ea7a2f user: mistachkin tags: symlinks)
00:59
Add '--reset' option to the file test commands. Other minor improvements. ... (check-in: 996ebab7 user: mistachkin tags: symlinks)
00:40
Report the effective file mode bits also. ... (check-in: 7972e19f user: mistachkin tags: symlinks)
00:30
Modularize and enhance the file test commands. ... (check-in: 834a5b61 user: mistachkin tags: symlinks)
00:13
Further enhancements. ... (check-in: a3409470 user: mistachkin tags: symlinks)
00:03
Enhance verbosity of the new 'test-file-environment' command. ... (check-in: 804bb55f user: mistachkin tags: symlinks)
2017-02-13
23:56
Add the 'test-file-environment' test command. ... (check-in: c891d86c user: mistachkin tags: symlinks)
21:03
Oops, missed one thing in the previous check-in. ... (check-in: b3fc0a13 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: 6c90761b user: mistachkin tags: symlinks)
20:31
Remove forced setting of the 'allow-symlinks' cached setting from the 'clean' and 'extras' commands. ... (check-in: 95786510 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: 3e949e17 user: mistachkin tags: symlinks)
2017-02-10
23:26
Fix timeline limit option with path-specific request. ... (check-in: ffd261ab user: ashepilko tags: trunk)
2011-09-08
13:02
Merge fixes and refactoring from symlinks branch. ... (check-in: c05f6afa user: dmitry tags: trunk)
12:59
Fix Windows build. ... (Closed-Leaf check-in: 4e586a2d user: dmitry tags: symlinks)
11:59
Introduce new file_wd_* functions that use stat() or lstat() depending on 'allow-symlinks' setting, and use them when dealing with files inside the working directory. Make file_* functions always use stat() as before merging symlink support.

Fix renaming of symlinks when merging (via new function symlink_copy()).

Rename create_symlink() to symlink_create(). ... (check-in: 8a0c5469 user: dmitry tags: symlinks)

11:52
Merge latest trunk into symlinks branch. ... (check-in: 981e5c62 user: dmitry tags: symlinks)
2011-09-06
13:23
Close A and LI tags when displaying new and deleted files in timeline. ... (check-in: 8d703ff9 user: dmitry tags: trunk)
2011-09-02
12:39
Merge symlink fixes into trunk. ... (check-in: c97535c5 user: dmitry tags: trunk)
12:27
Merge latest trunk into symlinks branch. ... (check-in: fee3c676 user: dmitry tags: symlinks)
12:18
Merge the latest autosetup changes into trunk. ... (check-in: 172580e0 user: drh tags: trunk)
10:34
Print description of conflict when 'stash apply' cannot merge a symlink and a regular file. ... (check-in: bca6924e user: dmitry tags: symlinks)
10:19
Uncomment contents of Makefile.in. Silence OpenSSL deprecation warnings on Mac OS X 10.7. ... (check-in: 73443aa7 user: dmitry tags: symlinks)
09:34
Bring Makefile.in back. ... (check-in: 67295626 user: dmitry tags: symlinks)
2011-09-01
23:55
Change a couple of unlink()'s to file_delete(). ... (check-in: 61d49d92 user: dmitry tags: symlinks)
23:44
Fix indentation in update.c. ... (check-in: 1d54dce4 user: dmitry tags: symlinks)
23:18
Merge latest changes from trunk. ... (check-in: 2b1a4797 user: dmitry tags: symlinks)
22:56
Refactor file_perm(), file_islink(), and file_isexe(). Now file_perm() calls stat only once. ... (check-in: eac23495 user: dmitry tags: symlinks)
22:55
Fix merge when merging UPDATEs a symlink to a regular file and vice versa. ... (check-in: 82a95b46 user: dmitry tags: symlinks)
22:52
Fix undo when having a regular file on disk and symlink in undo. ... (check-in: 324763b9 user: dmitry tags: symlinks)
22:22
Fix typos and other cleanup on the "build.wiki" doc page. ... (check-in: 0f9fb203 user: drh tags: trunk)
22:15
Fix saving undo for symlinks. ... (check-in: 0762b1d9 user: dmitry tags: symlinks)
21:56
Merge the symlinks branch into trunk. ... (check-in: e4f1c1fe user: drh tags: trunk)
20:56
Merge latest trunk. ... (check-in: 02ee688a user: dmitry tags: symlinks)
20:23
Stop publishing x64 binaries for linux. x86 binaries are sufficient. ... (check-in: bd04a489 user: drh tags: trunk)
2011-08-31
16:28
Merge improvements to artifact descriptions into symlinks branch. Also modify displaying of permissions: now web UI shows "File", "Executable file", or "Symbolic link" in file artifact description. ... (check-in: 3115774f user: dmitry tags: symlinks)
14:34
Improvements to artifact descriptions merged into trunk. ... (check-in: 49402fc7 user: drh tags: trunk)
09:55
Merge latest trunk. ... (check-in: 40ed431c user: dmitry tags: symlinks)
2011-08-30
18:04
Print an error message and quite if the --user option appears on a "fossil commit" command but specifies a username not found in the database. Ticket [3ed2e994e1750b] ... (check-in: b120bc8b user: drh tags: trunk)
2011-08-28
11:22
Make blob_read_link() C89-compatible on Unix again. ... (check-in: 03481908 user: dmitry tags: symlinks)
11:01
Use file_delete() instead of unlink() in vfile_to_disk(). ... (check-in: 08311ffc user: dmitry tags: symlinks)
10:43
Handle errors in blob_read_link(). ... (check-in: d43029f6 user: dmitry tags: symlinks)
2011-08-27
20:37
Indicate whether a file artifact is a symlink or an executable in the web interface. ... (check-in: a7bf0e9b user: dmitry tags: symlinks)
18:25
Changes to fossil_stat() so that the build works for mingw. ... (check-in: a7e747e5 user: drh tags: symlinks)
18:12
Fix a C89 error specific to the symlinks branch and also pull in the C89 fix and the versionable settings fix from trunk. ... (check-in: 4778edd3 user: drh tags: symlinks)
18:05
Versionable settings are only checked if the local _FOSSIL_ database is already opened. Versionable settings no longer attempts to open that database itself. This fixes an issue with the Admin/Settings page. ... (check-in: a2cc6bc6 user: drh tags: trunk)
09:44
Fix reading delta from wrong column in stash. ... (check-in: 0317a929 user: dmitry tags: symlinks)
01:21
Reverse the order of column/table existence checking to make validation of already updated local database faster. ... (check-in: 8c0f4bc7 user: dmitry tags: symlinks)
01:07
Add islink column to stashfile, undo, undo_vfile tables if needed. ... (check-in: 44e673f5 user: dmitry tags: symlinks)
00:52
Fix SQL syntax error in undo. ... (check-in: be956c3c user: dmitry tags: symlinks)
2011-08-26
14:59
Merge the latest trunk changes into the symlinks branch. ... (check-in: 24c16584 user: drh tags: symlinks)
14:49
Add the colortest query parameter to the brlist webpage. ... (check-in: d0daac20 user: drh tags: trunk)
2011-08-25
13:48
Fix one more use of number instead of constant for permissions. ... (check-in: 35de2bdd user: dmitry tags: symlinks)
11:42
Introduce constants for internal permissions (executable/symlink). ... (check-in: f6daee3e user: dmitry tags: symlinks)
2011-08-24
20:01
Support symlinks in tarballs. ... (check-in: 72e3bbd0 user: dmitry tags: symlinks)
19:12
Support symlinks in ZIP files. ... (check-in: 16da26c5 user: dmitry tags: symlinks)
2011-08-23
17:44
Fill islink field in vfile table when adding files. Support symlinks in export. Make manifest_file_perm() return 2 for symlinks. Add file_perm() function, and use it instead of file_isexe() when we need both isexe and islink properties. ... (check-in: 4619361d user: dmitry tags: symlinks)
16:50
Avoid using invalid SQL when checking to see if the vfile table needs to have the islink column added. ... (check-in: 2de9e876 user: drh tags: symlinks)
15:27
Merge in the latest changes from trunk. ... (check-in: 6c880a4f user: drh tags: symlinks)
15:14
Do not auto-push when creating a new private branch. Ticket [13fd567b51fac8] ... (check-in: 649efeb4 user: drh tags: trunk)
13:54
Fix comments. ... (check-in: 4a32e8ad user: dmitry tags: symlinks)
2011-08-22
22:20
Merge trunk. ... (check-in: c57830be user: dmitry tags: symlinks)
19:02
Allow browsing of directories whose names contain characters that must be escaped for HTML. ... (check-in: 1ec0739c user: drh tags: trunk)
2011-02-07
17:57
Fix issue introduced by previous fix. ... (check-in: 9fbc052c user: dmitry tags: symlinks)
17:51
Merge latest trunk. ... (check-in: d7d335a6 user: dmitry tags: symlinks)
17:50
Fix segmentation fault in historical_version_of_file() when file has no permissions in manifest. ... (check-in: 8e4e30fb user: dmitry tags: symlinks)
14:35
Fix documentation typos. ... (check-in: 49cbf5e5 user: drh tags: trunk)
2011-01-28
19:04
Add symlink support for Unix. New settings flag "allow-symlinks" controls this (off by default). ... (check-in: ed2ef7e9 user: dmitry tags: symlinks)
18:57
Create new branch named "symlinks". Mailing list thread ... (check-in: a7b7ff3a user: dmitry tags: symlinks)
14:09
Add hyperlinks to the "user:" and "tags:" marks in timelines. ... (check-in: 13165785 user: drh tags: trunk)