Fossil

Timeline
Login

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

50 most recent check-ins by user drh

2024-07-26
17:49
Add the complex-requests-from-robots limiter. ... (Leaf check-in: 1a0b304307 user: drh tags: trunk)
10:49
When doing a "fossil open URL" such that the repository is first cloned and then opened, leaving the repository as a file in the check-out, make sure the repository pathname in VVAR is relative, so that the entire check-out can be moved without breaking the link to the repository. See [forum:/forumpost/f2f5ff2e35031612|forum thread f2f5ff2e35031612]. ... (check-in: 6e04d9cbd4 user: drh tags: trunk)
2024-07-24
14:47
Update the built-in SQLite to the latest 3.47.0 alpha, including the percentile() and median() extensions in the CLI. Update to the latest Pikchr version. ... (check-in: 4a26cb95d5 user: drh tags: trunk)
2024-07-20
10:34
Revise a query associated with /tree so that it runs a little faster. ... (check-in: 0e2930f8e5 user: drh tags: trunk)
2024-07-19
12:53
Add the --nosync option to commands "commit", "merge", and "branch create". See [forum:/forumpost/592513119fdae69c|forum thread 592513119fdae69c]. ... (check-in: e8a21ab43c user: drh tags: trunk)
2024-07-18
10:22
Wider columns on the /help page, so that longer command names do not overflow the available column width. ... (check-in: b919738dc5 user: drh tags: trunk)
2024-07-04
00:05
Update the built-in SQLite to the latest trunk version for testing. ... (check-in: cd50820410 user: drh tags: trunk)
2024-07-02
11:10
Merge the latest trunk enhancements into the fts5-chat-search branch. ... (check-in: b35b293def user: drh tags: fts5-chat-search)
2024-06-25
06:30
Update to the latest pikchr in order to fix the bug in "with .start at ..." positioning. ... (check-in: 390e00134e user: drh tags: trunk)
2024-06-24
06:09
Ensure that the pattern string for search is all lower-case, so that FTS5 keywords like NOT and AND cannot cause confusion and errors. ... (check-in: ec68aaf425 user: drh tags: trunk)
02:40
Correct the FDD acronym to be FPP, as it should be. ... (check-in: ce73819d0e user: drh tags: fpp)
2024-06-23
08:31
Capture the idea of "Fossil Push Policy" proposal in a document so that it can be debated and discussed. ... (check-in: 344fd46df0 user: drh tags: fpp)
2024-06-19
18:26
Fix a bug in git-export in which the \n at the end of manifest.uuid is omitted. ... (check-in: fc8d476aca user: drh tags: trunk)
2024-06-14
00:06
Temporary fix for a bad query plan caused by issues in SQLite. See [forum:/forumpost/6900455c28dcd3da|forum post 6900455c28dcd3da]. ... (check-in: 9866c97b35 user: drh tags: trunk)
2024-06-11
18:44
Update the built-in SQLite to a version from the exists-to-join branch in the SQLite source tree, in order to beta-test the exists-to-join optimization. Fossil uses EXISTS operators in the WHERE clause of queries in many places and is therefore a good test case. ... (check-in: b58b30512e user: drh tags: trunk)
2024-05-30
17:24
Update the built-in SQLite to the latest pre-release trunk 3.47.0 for testing. ... (check-in: 44f067d2ad user: drh tags: trunk)
2024-05-27
13:06
Add the --ii option to the "fossil bisect run" command. ... (check-in: 93c918b6dd user: drh tags: trunk)
12:32
Fix the REGEXP operator in SQL so that it returns false if the RHS is not a valid regular expression, rather than raising an error. This prevents strange error pages from being returned if a hacker submits a request that includes an invalid regular expression. ... (check-in: c50da2eaa4 user: drh tags: trunk)
10:33
Add the "Hacks" and "Non-hacks" log filters. Accessible by admins only. ... (check-in: d700ebff8e user: drh tags: trunk)
09:56
Add robustness to decoding of query parameters on the /wdiff page. ... (check-in: 8839378fb0 user: drh tags: trunk)
2024-05-23
14:52
Add mention of recent enhancements to the change log. ... (check-in: 1bbb0b1316 user: drh tags: trunk)
14:26
Update the built-in SQLite to the 3.46.0 release. ... (check-in: 253fc1df76 user: drh tags: trunk)
2024-05-21
11:18
Update the built-in SQLite to the first 3.46.0 release candidate. ... (check-in: 2ba99c273b user: drh tags: trunk)
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]. ... (check-in: 362a7b7c9d user: drh 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)
11:59
Import SQLite 3.46.0-beta-1 for testing. ... (check-in: c09fea3299 user: drh 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)
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)
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
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
15:37
Updates to the "hints and tricks" document. ... (check-in: 50a8a1bb70 user: drh tags: trunk)
10:51
Merge test case fixes from branch-2.24 back into trunk. ... (check-in: 6d067c4f4d user: drh tags: trunk)
10:44
Comment out UTF tests 1179, 1586, and 1587 as they give different results on different platforms, for reasons unknown. ... (check-in: fb4e90b662 user: drh tags: branch-2.24)
2024-04-24
21:25
Fix or disable brittle test cases that were broken by changes in 2.23. ... (check-in: 5ad708085a user: drh tags: branch-2.24)
21:19
Fix or disable brittle test cases that were broken by changes in 2.23. ... (check-in: e198bfd185 user: drh tags: trunk)
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:46
Fix one of the hyperlinks on the homepage. ... (check-in: 19b7f15ba4 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)
13:48
Fix the date on the 2.24 release on the homepage. ... (check-in: 5e761ec608 user: drh tags: trunk)
13:43
Update the homepage for the 2.24 release. ... (check-in: dee02ab642 user: drh tags: trunk)
13:25
Version 2.24 ... (check-in: 8be0372c10 user: drh tags: trunk, release, version-2.24)
2024-04-21
18:51
Merge the update to zLib-1.3.1. ... (check-in: 64ce68d590 user: drh tags: trunk)
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)
2024-04-19
16:08
Fix a minor problem in graph layout for timelines that made use of the offset-merge-riser enhancement. Problem originally seen on the bottom node of [/timeline?p=6da255034b30b4b4&bt=47362306a7dd7c6f]. ... (check-in: 33fe72ca75 user: drh tags: trunk)
13:11
More change-log enhancements: More details about the work-around for the Apache mod_cgi breakage, and put that work-around first on the change log since it seems to be important to people. ... (check-in: d15c62b891 user: drh tags: trunk)