Fossil

Timeline
Login

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

50 most recent check-ins by user florian

2025-05-09
06:15
Enable the --editor option for `fossil amend'. ... (Leaf check-in: bb3fbffe user: florian tags: trunk)
2025-05-03
08:09
Fix (likely unintentional) variable shadowing to restore ANSI C-89 conformance. ... (check-in: 2ce32f75 user: florian tags: trunk)
2025-05-01
06:10
Add parameters to declarations for dynamically loaded functions, to fix builds with latest GCC on Windows. Reported in forum post 3b3b741661. ... (check-in: 51ac554e user: florian tags: trunk)
2025-04-25
16:22
Optimized validation of the FOSSIL_COLOR environment variable. ... (Leaf check-in: c5f1e0da user: florian tags: standard-cli-colors)
16:19
Fix a logic error in processing of the NO_COLOR environment variable. ... (check-in: fbfa6dae user: florian tags: standard-cli-colors)
16:18
Sync with trunk. ... (check-in: 855076ce user: florian tags: standard-cli-colors)
2025-04-19
04:20
Fix a logic error in processing of the FOSSIL_COLOR environment variable. ... (check-in: 6cb7a7e2 user: florian tags: standard-cli-colors)
2025-04-18
12:28
Resolve accidental fork. ... (check-in: b6e02939 user: florian tags: trunk)
12:25
Amend [a11d245478]: Fix positioning of 'show/hide' checkboxes for /ci pages. ... (check-in: 2b59fcd4 user: florian tags: trunk)
12:18
Modify some links that show/ignore diff whitespace to preserve the diff type. ... (check-in: 1c61fcd9 user: florian tags: trunk)
07:20
Remove documentation of the --highlight option for the search command. The option was broken, anyway, and is now superseded by the global --color option and the FOSSIL_COLOR environment variable. ... (check-in: 5331dfed user: florian tags: standard-cli-colors)
07:19
Add support for the FOSSIL_COLOR environment variable to define the color VT escape to highlight CLI text, also similar to `ls', `grep' and other utilities. ... (check-in: 50e0931b user: florian tags: standard-cli-colors)
07:16
Add the global --color option to control output of color VT escapes to CLI, similar to `ls', `grep' and other utilities. Useful when piping `fossil search' results through a pager utility. ... (check-in: 210b7d2f user: florian tags: standard-cli-colors)
07:08
Amend [2b6ad00ea3]: Minor wording improvements to `fossil ssl-config show -v' output. ... (check-in: a9b075af user: florian tags: trunk)
2025-03-24
07:18
Document the new FOSSIL_REPOLIST_TITLE environment variable. ... (check-in: c591bbe0 user: florian tags: trunk)
07:16
Check if VT100 support is available to restore compatibility of console output with Legacy Consoles (from Windows XP to Windows 11). ... (check-in: 360abc5e user: florian tags: trunk)
2025-03-05
15:52
Update the Environment Variables and Global Options document and the Change Log to reflect current development. (Plus an unrelated formatting fix in the first document.) ... (check-in: 007fd18d user: florian tags: trunk)
2025-01-04
14:40
Update tests for new setting added with [b1bb31e838]. ... (check-in: 787a45e5 user: florian tags: trunk)
2024-12-24
06:39
Rephrase a comment for clarification. ... (check-in: d3e366e7 user: florian tags: trunk)
06:38
Add online help and checks for unrecognized command-line arguments to the `test-is-repo' command. ... (check-in: bd5f1d6e user: florian tags: trunk)
2024-12-19
16:46
Update the tests to reflect the current state of development. ... (check-in: 6aee052f user: florian tags: trunk)
07:28
Fix a small inconvenience in the `translate' utility program discovered while working with MSVC debug builds. ... (check-in: 8defefd3 user: florian tags: trunk)
2024-12-18
18:40
Fix the previous commit to restore ANSI C-89 conformance. ... (check-in: bee9b301 user: florian tags: trunk)
18:30
Fix a problem introduced with [593ceca27d]: the blob resize operation may realloc the buffer, so obtain the pointer to the buffer only after the resize to avoid a "use after free". ... (check-in: 36bcaaee user: florian tags: trunk)
05:06
Call `cgi_is_loopback()' before `db_open_local()' when checking for a local `fossil ui' session. The former performs simple string comparison, while the latter crawls the file system for multiple (3) check-out database file names at multiple directory hierarchy levels. The main motivation for this change is to reduce "attack surface" of the /jchunk interface, but also to align `cgi_is_loopback()' vs. `db_open_local()' precedence with usage elsewhere in the code base. ... (check-in: 2dda151c user: florian tags: trunk)
2024-12-17
06:56
Sync with trunk. ... (Leaf check-in: 5fbb14f7 user: florian tags: diff-word-wrap)
06:36
Sync with trunk. ... (Leaf check-in: 361fc767 user: florian tags: diff-keyboard-navigation)
06:32
Consistent naming of the "Hide Diff" links to skip server-side diff generation. Note the naming conflict with the scripted link to show and hide the generated diffs. ... (check-in: aa7ddd80 user: florian tags: diff-keyboard-navigation)
06:26
Sync with trunk. ... (Leaf check-in: 215fc593 user: florian tags: timeline-keyboard-navigation)
06:24
Take note of possibly useful shortcuts. ... (check-in: 88cba5fb user: florian tags: timeline-keyboard-navigation)
06:12
On the new /ckout UI page, output the page footer only once. ... (check-in: 92372ce9 user: florian tags: trunk)
2024-12-13
17:42
Missed help screen update. ... (check-in: e5093a9c user: florian tags: diff-keyboard-navigation)
17:11
Sync with trunk. ... (check-in: 4d727776 user: florian tags: diff-word-wrap)
17:07
Enable keyboard navigation for web UI diffs on the new /ckout page. Restore the "Hide Diff" links (at least temporarily), so the keyboard handler can access the URLs. ... (check-in: 9e216433 user: florian tags: diff-keyboard-navigation)
17:01
Sync with trunk. ... (check-in: edda30c6 user: florian tags: diff-keyboard-navigation)
08:47
Sync with trunk. ... (check-in: a1f60bee user: florian tags: diff-word-wrap)
2024-12-12
17:07
Sync with trunk. ... (check-in: 878a56bc user: florian tags: diff-word-wrap)
17:00
Sync with trunk. ... (check-in: 6599ed91 user: florian tags: diff-keyboard-navigation)
16:58
Sync with trunk. ... (check-in: 611f20e8 user: florian tags: timeline-keyboard-navigation)
2024-11-27
17:07
Wrap the list of attachments displayed on technotes/events, tickets and wiki pages in their own `section' HTML element with CSS class name 'attachlist'. Inspired by forum thread 8da5a5d868. ... (Closed-Leaf check-in: b111adbe user: florian tags: attachlist-html-section)
2024-11-26
05:20
Implement the equivalent to the `inode' SQL function on Windows. ... (check-in: 52333641 user: florian tags: trunk)
05:17
Fix a crash if the test-file-environment command is called from outside a check-out (introduced with [106de276ee]). ... (check-in: 38930fba user: florian tags: trunk)
2024-11-13
07:20
Amend the previous commit not to break (test) builds with SSL/TLS disabled. ... (check-in: aa0b696e user: florian tags: trunk)
2024-11-01
17:06
Mention the `fossil status -b|--brief' option in the change log. ... (check-in: 0cf722b5 user: florian tags: trunk)
2024-10-20
04:24
Fix an oversight in [fe6ef89f5f]. ... (check-in: 95c1490c user: florian tags: trunk)
2024-10-19
14:10
Resolve accidental fork. ... (check-in: 6041e258 user: florian tags: trunk)
14:03
Another update for[9919dfbbaa]: Make sure reallocated buffers always grow, guard all buffer writes by overflow checks (next time use blobs), make sure the `case-sensitive' setting and command-line option are followed, and use brute force to achieve binary (vs.linguistic) file name comparison (only on older versions of Windows). ... (check-in: fe6ef89f user: florian tags: trunk)
2024-10-16
05:16
Amend [9919dfbbaa], again: Include an optional directory separator in buffer size calculation, guard against the unlikely (impossible?) case that a case-adjusted filename component round-tripping from UTF-8 to UTF-16 and back get longer, plus some unrelated white space fix. ... (check-in: 49262642 user: florian tags: trunk)
2024-10-15
05:36
Amend [9919dfbbaa]: fix a comment typo and rename a variable. ... (check-in: d7d10622 user: florian tags: trunk)
05:25
Fix a crash if the test-file-environment command is called from outside a check-out. ... (check-in: 3bb9cbe8 user: florian tags: trunk)