Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins by user mistachkin occurring around ce6980481e4cb06a.
2017-02-06
| ||
22:31 | Add '--no-dir-symlinks' command line option, which prevents traversing into symlinked directories. Make the '--verily' option to 'clean' imply '--no-dir-symlinks'. ... (check-in: 8e659df696 user: mistachkin tags: trunk) | |
2017-02-04
| ||
19:58 | Improve help text for the pull/push/sync commands. ... (check-in: 04c6e7ee82 user: mistachkin tags: trunk) | |
2017-02-01
| ||
04:51 | Missed one. ... (Closed-Leaf check-in: 2f19a68768 user: mistachkin tags: noSymlinks) | |
04:49 | Reverse accidental whitespace changes. ... (check-in: e4b78f2003 user: mistachkin tags: noSymlinks) | |
04:40 | Rename and repurpose '--no-symlinks' into '--no-dir-symlinks', to prevent traversing into symlinked directories. Make the '--verily' option to 'clean' imply '--no-dir-symlinks'. ... (check-in: 66406ae942 user: mistachkin tags: noSymlinks) | |
02:42 | The file_wd_isdir() function must honor the symlinks options. ... (check-in: de053c778c user: mistachkin tags: noSymlinks) | |
02:32 | Attempt to always enforce the --no-symlinks option. ... (check-in: 35e37e9ba8 user: mistachkin tags: noSymlinks) | |
02:16 | Add the --no-symlinks global command line option. ... (check-in: 85277aa3b3 user: mistachkin tags: noSymlinks) | |
2017-01-28
| ||
19:48 | Changing the password requires a 'real' login. ... (check-in: 8b562b90c0 user: mistachkin tags: trunk) | |
2017-01-25
| ||
01:00 | The default MIME type for JSON wiki text should be 'text/x-fossil-wiki', not 'text/plain'. ... (check-in: 58dd538355 user: mistachkin tags: trunk) | |
2017-01-17
| ||
03:10 | Updates to the Win32 version resource. ... (check-in: 8dc5d4fcd9 user: mistachkin tags: trunk) | |
02:16 | More revisions to verbose version information reporting, especially for FUSE. ... (Closed-Leaf check-in: 444e3c4375 user: mistachkin tags: versionReform) | |
2017-01-10
| ||
20:32 | Improvements to comments and file format docs. ... (check-in: f0c19ea170 user: mistachkin tags: remarks-on-checkins) | |
05:30 | Add the changes from check-in [3dddf7674b] to the 'makemake.tcl' tool, which is used to generate the Makefiles. ... (check-in: 913058306f user: mistachkin tags: trunk) | |
2017-01-09
| ||
23:37 | Since the db_database_slot() function is called during database error processing, it must use db_prepare_ignore_error() and then check the return code. ... (check-in: 02fa325a59 user: mistachkin tags: trunk) | |
2017-01-08
| ||
21:04 | A couple more typo fixes in the file format document. ... (check-in: 290404ec37 user: mistachkin tags: remarks-on-checkins) | |
02:03 | Small whitespace fix. ... (check-in: 7353be6873 user: mistachkin tags: remarks-on-checkins) | |
02:03 | Fix a typo in the file format document. ... (check-in: 1c7438d478 user: mistachkin tags: remarks-on-checkins) | |
2017-01-03
| ||
22:39 | Simplify and cleanup various Fossil versioned setting files. ... (check-in: 724b1536a8 user: mistachkin tags: trunk) | |
2016-12-19
| ||
07:04 | Enhance TH1 'redirect' command to support for HTTP redirects with a status code of 307. ... (check-in: bee6dbde54 user: mistachkin tags: trunk) | |
2016-11-22
| ||
21:50 | Draft fix for 'settings' command issue when using the '-R' option. ... (Closed-Leaf check-in: 9807a05d8a user: mistachkin tags: settingRFix) | |
2016-11-12
| ||
00:01 | Fix uninitialized variable that was causing artifact download issues. ... (check-in: 3af5165a90 user: mistachkin tags: trunk) | |
2016-11-08
| ||
18:41 | The 'ignore-glob' setting should not be used for build output files; otherwise, 'extras' command is unable to see them and 'clean' command is unable to remove then. Also, the 'add' command should already ignore files matching the 'clean-glob', there is no need to duplicate its contents in 'ignore-glob'. Remark (JN): "fossil clean -x" could be your friend here, it makes life a lot easier. ... (check-in: dc9ac1d7cb user: mistachkin tags: trunk) | |
18:18 | Since the 'manifest' setting is no longer a strictly binary option, prevent it from being displayed as such on the settings page. ... (check-in: b73dee981a user: mistachkin tags: trunk) | |
18:13 | Regenerate the MinGW makefile, since it apparently does use XBCC. Also, sync up the custom MinGW makefile with it. ... (check-in: ce6980481e user: mistachkin tags: trunk) | |
18:12 | Prevent the DMC and MSVC makefile from using XBCC, which was not defined there. ... (check-in: f366e52f63 user: mistachkin tags: trunk) | |
2016-11-03
| ||
18:31 | Compilation fix for MinGW: consistently use _WIN32_WINNT when including winsock2.h, etc. ... (check-in: 26a88f1bbf user: mistachkin tags: trunk) | |
2016-11-02
| ||
19:12 | Merge updates from trunk. ... (check-in: 25285f06f2 user: mistachkin tags: openssl-1.1) | |
06:41 | Fix compilation issue on Unix due to 'mkindex' wrongly attempting to include 'cmd_win32_service' due to its #if processing. ... (check-in: 69f64a8d64 user: mistachkin tags: trunk) | |
2016-11-01
| ||
23:34 | Enhancements to SEE integration on Windows. ... (check-in: 7aeeb30286 user: mistachkin tags: trunk) | |
2016-10-28
| ||
22:45 | Fix a C99-ism introduced by check-in [27c8985cc1b75cf5]. ... (check-in: 2bb3a8e10d user: mistachkin tags: trunk) | |
05:29 | Alternative to check-in [a4bb89ba08], make FuseFS act just like the JSON feature in 'auto.def'. ... (check-in: feb202f5dc user: mistachkin tags: trunk) | |
04:27 | Alternative to check-in [a4bb89ba08], make FuseFS act just like the JSON feature in 'auto.def'. ... (Closed-Leaf check-in: 6a80a2f246 user: mistachkin tags: altFuseFsDef) | |
2016-10-26
| ||
21:45 | Create a temporary index to speed up incremental Git import. ... (check-in: 0fa60142eb user: mistachkin tags: trunk) | |
21:32 | Minor tweaks to the break_into_lines() algorithm. Add tests. ... (check-in: 057e4b0a62 user: mistachkin tags: trunk) | |
21:31 | Minor security enhancements to the optional SEE integration. ... (check-in: a8484dc327 user: mistachkin tags: trunk) | |
21:28 | Fixes for incremental Git import/export. ... (check-in: 27c8985cc1 user: mistachkin tags: trunk) | |
21:26 | Add the 'project_description' variable to TH1. ... (check-in: cd219d31c1 user: mistachkin tags: trunk) | |
21:24 | Add the 'unversioned' command to TH1, with the 'content' and 'list' sub-commands. ... (check-in: 1b5b69f3cf user: mistachkin tags: trunk) | |
21:21 | Enhance 'brlist' page to make use of branch colors. ... (check-in: 796c9abacd user: mistachkin tags: trunk) | |
21:14 | Update change log. ... (check-in: 94f7de8b2d user: mistachkin tags: trunk) | |
21:08 | Remove the 'fusefs' command from builds that do not have underlying support enabled. ... (check-in: 75ef451128 user: mistachkin tags: trunk) | |
20:54 | Draft fix for issue with 'ticket set +icomment' reported by Venkat Iyer on the mailing list. ... (check-in: 0b646cea7c user: mistachkin tags: trunk) | |
2016-10-25
| ||
22:06 | Merge updates from trunk. ... (Closed-Leaf check-in: 66c5bc56ae user: mistachkin tags: experimental) | |
22:05 | Remove the 'fusefs' command from builds that do not have underlying support enabled. ... (check-in: 20b67ab3b0 user: mistachkin tags: experimental) | |
2016-10-24
| ||
21:54 | Merge updates from trunk. ... (check-in: 1375911c53 user: mistachkin tags: experimental) | |
21:53 | Remove BOM (byte-order-mark) from the change log. ... (check-in: a2f4710221 user: mistachkin tags: trunk) | |
04:51 | Draft fix for issue with 'ticket set +icomment' reported by Venkat Iyer on the mailing list. ... (Closed-Leaf check-in: 0d247d57b4 user: mistachkin tags: tktSetFix) | |
2016-10-23
| ||
02:16 | Fixes for incremental Git import/export. ... (check-in: 9599705c69 user: mistachkin tags: experimental) | |
02:14 | Minor tweaks to the break_into_lines() algorithm. Add tests. ... (check-in: d3cc6d1d09 user: mistachkin tags: experimental) | |