Fossil

Timeline
Login

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

25 most recent events that include changes to files matching 'src/*'

2024-05-18
14:12
Relax constraints on PATHINFO names such that the "fossil ui /" command can be used if some repositories have non-ASCII filenames. Response to [forum:/forumpost/ec3ab5b1f5|forum post ec3ab5b1f5]. ... (Leaf check-in: 362a7b7c9d user: drh tags: trunk)
2024-05-15
21:11
In /chat, add a config option to audibly notify only for the first message received when the tab is not visible, and then remain silent until chat is visited again. ... (check-in: df86fa3357 user: stephan tags: trunk)
14:54
Add options to the 'tag' command to list tag values, as suggested by [forum:d4fb9400f9|forum post d4fb9400f9]. ... (check-in: ea1b76bc9a user: danield tags: trunk)
2024-05-10
10:02
Fix an uninitialized variable bug introduced by [a080751e5c370833]. ... (check-in: de8f8ceb93 user: drh tags: trunk)
2024-05-09
20:55
Fix an uninitialized variable in the previous check-in. ... (check-in: 6e68958586 user: drh tags: trunk)
20:52
Change the name of the "cherry-pick" command to "cherrypick", though retain "cherry-pick" as an alias. Extend the "cherrypick" and "merge" commands so that they will accept multiple check-ins to be merged in all in one go. ... (check-in: 67fe38c4fe user: drh tags: trunk)
2024-05-08
12:27
Add the d2=, p2=, and dp2= query parameters to /timeline. ... (check-in: a080751e5c user: drh tags: trunk)
2024-05-04
11:26
file_directory_size() now unconditionally skips the magic "." and ".." entries. This does not affect current uses of the routine but a proposed patch provided in [forum:383838fbd0b6c881|forum post 383838fbd0b6c881] would be awkwardly affected by them. ... (check-in: 3cb7d39e12 user: stephan tags: trunk)
2024-05-02
17:22
Improvements to the tracing output in the find_filename_changes() routine. ... (check-in: 40086b74ba user: drh tags: trunk)
10:03
When (stash save) is given no valid file names, fail loudly rather than silently, as the latter emits only a message about an uncommitted transaction. Reported in [forum:747f0c32aa]. ... (check-in: 85a7d82e94 user: stephan tags: trunk)
2024-04-30
10:17
Remove an unused parameter and bring the code more in line with [dd72a96111]. ... (check-in: 89da205267 user: danield tags: trunk)
2024-04-29
23:42
Remove options for rendering the tree hierarchy using ASCII-art for the "fossil tree" command and similar. Always use only Unicode box-drawing characters. This works on newer Win10 and Win11. Maybe it doesn't work on older Windows, but the "fossil tree" command is not essential for anything - it is only a convenience - so if it doesn't work on an older platform, that really doesn't really matter. ... (check-in: 7045859339 user: drh tags: trunk)
21:33
Code cleaning after the previous check-in. No functional changes. ... (check-in: b705d756cf user: danield tags: trunk)
15:25
Add options for drawing the file tree with Unicode symbols or ASCII characters (Windows defaults to the latter, all others to the former). ... (check-in: 635fa090d1 user: danield tags: trunk)
03:04
Add the "fossil tree" command and the --tree option to "fossil ls" and "fossil extras". ... (check-in: dd72a96111 user: drh tags: trunk)
2024-04-27
11:46
Add markdown paragraphs special styling. See [forum:/forumpost/6e7e2f68b6|forum thread 6e7e2f68b6]. ... (Leaf check-in: ebf6e79e42 user: juef tags: markdown-admonitions)
10:45
Use the preferred case for the destination name in the "fossil mv" command. ... (check-in: 859b00b776 user: drh tags: trunk)
2024-04-25
19:44
Add to markdown task list inapplicable variant. ... (Leaf check-in: b3da5f144c user: juef tags: markdown-task-list)
19:29
Add markdown task list. See [forum:/forumpost/bb6016bc44|forum thread bb6016bc44]. ... (check-in: 9583811be4 user: juef tags: markdown-task-list)
19:29
Add markdown extra emphasis chars. See [forum:/forumpost/3618539728|forum thread 3618539728]. ... (Leaf check-in: bade58d579 user: juef tags: markdown-extra-emph-chars)
2024-04-23
18:22
Further improvement to rail selection in the /timeline graph layout algorithm: Move merge lines that go into the branch rail that is on the left, over toward the left when using the r=BRANCH query parameter. ... (check-in: b71363e5c5 user: drh tags: trunk)
14:43
Adjustments to timeline graph layout to try to improve the appearance a little. ... (check-in: 797f1813f8 user: drh tags: trunk)
2024-04-21
18:46
Improvements to comments in graph.c. No changes to actual code. ... (check-in: 40320f6584 user: drh tags: trunk)
16:20
Fix parsing of the argument to the "Connection:" header of HTTP reply messages to deal with unusual arguments added by Apache mod_cgi. See [forum:/forumpost/ca6fc85c80f4704f|forum thread ca6fc85c80f4704f]. ... (check-in: 5f47bb59a7 user: drh tags: trunk)
15:37
Simplify parsing of the Connection: header in HTTP replies. ... (Closed-Leaf check-in: 77f25829d2 user: drh tags: connection-http-header)