Fossil

Timeline
Login

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

50 most recent check-ins

2026-01-27
11:21
Fix frame number computations in the timestamp VFS. Leaf check-in: 7e63541cdd user: drh tags: timestamp-vfs
2026-01-26
21:26
Update the tmstmpvfs.c extension module to the latest version. check-in: 2a1a9c357e user: drh tags: timestamp-vfs
21:24
Merge the latest trunk enhancements into the timestamp-vfs branch. check-in: 69d7454515 user: drh tags: timestamp-vfs
11:52
Update the built-in SQLite to the latest trunk version, in order to beta-test the latest SQLite changes. Leaf check-in: 13c221af37 user: drh tags: trunk
2026-01-23
14:38
Add options -t/-T to 'blame'/'praise' to display for each tracked file the last modifying check-in, its author, and (with -T) a comment snippet. check-in: 644134097e user: danield tags: trunk
14:29
Fix an incorrect comment in terms of content. check-in: d83de4a2d3 user: danield tags: trunk
2026-01-14
12:57
Revisit [b0188ce122] to improve compatibility with web browsers lacking support for `overflow-y: clip'. It's a bit strange that `overflow-y: hidden' still truncates the box shadows, so this fallback style is only applied temporarily during the accordion panel animations. check-in: 490ddadcfa user: florian tags: trunk
2026-01-13
23:57
Fix the "fossil get" command so that it sets the mtime on extracted files. [forum:/forumpost/7239e92e0f59e407|Forum post 7239e92e0f59e407]. check-in: 2a387c970d user: drh tags: trunk
19:53
Merge the Markdown label enhancement from trunk. check-in: ef15cfce30 user: drh tags: timestamp-vfs
19:52
Tag labels in Markdown with IDs that are compatible with GitHub. check-in: f9ead7530c user: drh tags: trunk
19:51
Update the change log. Closed-Leaf check-in: a190fae4a2 user: drh tags: markdown-header-ids
19:50
A more precise implementation of "slugify". check-in: 8c9810e693 user: drh tags: markdown-header-ids
2026-01-12
19:54
Merge the latest trunk changes into the timestamp-vfs branch. check-in: f312c18292 user: drh tags: timestamp-vfs
19:51
Avoid unsigned integer overflow in the delta_apply() function when handed a maliciously malformed input. check-in: e417a5070b user: drh tags: trunk
18:55
Attempt to add IDs to headers in markdown, the same way that GitHub does. Needs additional testing to confirm that unusual characters in headers are handled reasonably. check-in: 21cbb8c467 user: drh tags: markdown-header-ids
2026-01-11
17:04
Modify the accordion panel style to hide only vertical overflow and keep the box shadows of selected and current timeline entries visible in the context section of /info pages. Set the CSS property to `clip' instead of `hidden' to disallow any vertical scrolling (for example, by tabbing through hyperlinks), although this is probably not relevant for accordion panels. check-in: b0188ce122 user: florian tags: trunk
2026-01-10
16:42
Prevent clicks to timeline hash links, which are now enclosed in extra SPAN elements with class name `timelineHash' in some view modes, from activating keyboard navigation focus tracking. Align the list of click-responsive HTML elements with [b09a9b621f] to filter more clicks on timeline entries to be ignored by the keyboard navigation focus manager. Leaf check-in: ed087bf6d7 user: florian tags: timeline-keyboard-navigation
14:17
Sync with trunk. Leaf check-in: ceee00be59 user: florian tags: standard-cli-colors
14:10
Sync with trunk. Leaf check-in: e4556126da user: florian tags: diff-word-wrap
14:05
Sync with trunk. Leaf check-in: facfbbd552 user: florian tags: diff-keyboard-navigation
14:02
Sync with trunk. check-in: c50c8ed9d7 user: florian tags: timeline-keyboard-navigation
11:52
Do not try to use "notepad" as a text editor on non-windows systems. check-in: 9b263d87c1 user: drh tags: trunk
2026-01-09
16:46
Merge the latest trunk enhancements into the timestamp-vfs branch. check-in: b718f73b47 user: drh tags: timestamp-vfs
16:44
Update the built-in SQLite to the latest trunk check-in for testing. check-in: 2b2530dd07 user: drh tags: trunk
16:41
If the reply to an HTTP request omits the content-length, assume that the server wants us to close the connection. [forum:/forumpost/815e4320c8|Forum post 815e4320c8]. check-in: aa7a087726 user: drh tags: trunk
2026-01-08
19:17
New version of tmstmpvfs.c that names log files using ISO8601 names instead of hexadecimal milliseconds since 1970. check-in: eb9f1c6d5a user: drh tags: timestamp-vfs
17:54
Fix an off-by-one error in the log file generated by tmstmpvfs.c. check-in: 8fd8c9e6f6 user: drh tags: timestamp-vfs
15:32
Update the builtin SQLite to the latest trunk check-in, to capture improvements. check-in: 6c3c5bef72 user: drh tags: timestamp-vfs
2026-01-07
20:36
This branch contains a build of Fossil that uses the tmstmpvfs extension. The purpose of this branch is to test the tmstmpvfs extension. There is no intent to ever land this branch nor make it a permanent part of Fossil. check-in: e4685667af user: drh tags: timestamp-vfs
2026-01-06
01:11
Fix a documentation typo. check-in: bd70ec5fda user: drh tags: trunk
2026-01-05
21:00
Add the new "fossil get" command to the 2.28 change log. check-in: f83134bc9d user: drh tags: trunk
13:41
Improved "help" for the new "fossil get" command. No code changes. check-in: 692140d917 user: drh tags: trunk
12:37
Update the built-in SQLite to the latest 3.52.0 alpha version for testing. check-in: 12e4a0f415 user: drh tags: trunk
06:18
Spelling corrections in comments and some help documents. check-in: 97a4f26609 user: andybradford tags: trunk
2026-01-04
19:45
Reduce the amount of indentation on option-lists in the one-line help. check-in: 9432ea9085 user: drh tags: trunk
11:40
Display compilation time in UTC or fall back to the current solution. Leaf check-in: f6f48d09ba user: danield tags: utc-compilation-time
10:59
Fix minor formatting problem in the gdiff documentation. check-in: 77642871e0 user: drh tags: trunk
2026-01-03
21:31
Fix a harmless compiler warning in the previous check-in. check-in: ab72c29d82 user: drh tags: trunk
21:27
If the -s option is used on the "fossil all command" and processing stops due to an error, print a clear error message so that the stop is unambiguous and does not get lost in the clutter of the "fossil all" output. check-in: b582c87727 user: drh tags: trunk
16:51
Minimal fix to "fossil diff" command which outputs a tab after the filenames so that the patch(1) command can figure out how to patch filenames that have spaces in them. check-in: c6715ca6a0 user: andybradford tags: trunk
2026-01-01
19:12
Improved HTML formatting of help pages. check-in: ddd1c320f6 user: drh tags: trunk
2025-12-30
20:41
Add -s and --stop as aliases for --stop-on-error in the "fossil all" command. check-in: 7ec232ab3c user: drh tags: trunk
20:16
Fix a typo in the previous check-in check-in: 8e6c55aca1 user: drh tags: trunk
20:11
Fix "fossil sync" so that it returns non-zero if the sync fails. Add the --ping and --quiet options to "fossil sync". check-in: 8fa8fe8e1d user: drh tags: trunk
13:18
Update the built-in SQLite to the latest trunk version for testing, and especially testing of the enhancements to the CLI. check-in: b9ecacf4a1 user: drh tags: trunk
2025-12-28
23:00
Remove some more duplicates in comments. No functional changes. check-in: d83638e40e user: danield tags: trunk
2025-12-27
14:45
Minor fix to the previous check-in. check-in: c91fd40bea user: drh tags: trunk
14:42
Add a new category of help: help-topics. There is initially just one named "options" which explains the command-line options available for all commands. Other topics can now be easily added simply by inserting the appropriate "TOPIC:" comments into the code. check-in: 6eeb27aab9 user: drh tags: trunk
12:21
Spelling fixes in docs/comments. check-in: 33d3bf3edb user: km tags: trunk
2025-12-26
23:30
Merge mingw-build-error check-in: ee4c762d0d user: andygoth tags: trunk