Fossil

Timeline
Login

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

20 most recent check-ins by user drh

2025-07-13
20:57
Update the (undocumented) test-filezip command so that the ZIP archvie it creates has correct timestamps. ... (Leaf check-in: 6368fce274 user: drh tags: trunk)
2025-07-09
14:16
Update the change log for version 2.27 ... (check-in: a403e11b6f user: drh tags: trunk)
13:52
Update the built-in SQLite to a version that fixes a possible UAF following OOM. ← This is me! ... (check-in: a6d506ecc4 user: drh tags: trunk)
13:46
Do not give unnecessary clues to user anonymous (which is the login used by most attack robots) that something has gone wrong inside of Fossil. ... (check-in: c66b038cae user: drh tags: trunk)
13:01
Fix the non-standard %q format specifier in Fossil's custom printf() implementation so that the precision refers to the number of input characters, not the number of output characters. ... (check-in: 0971536165 user: drh tags: trunk)
2025-07-08
20:35
Update the built-in SQLite to the latest trunk version for testing. ... (check-in: d62593b787 user: drh tags: trunk)
2025-07-04
22:21
Use an experimental SQLite (the latest from the empty-table-optimizations branch that includes the EXISTS-to-JOIN optimization), to see how the new SQLite performs under real-world load. ... (Closed-Leaf check-in: ec10b57f0a user: drh tags: experimental-sqlite)
2025-06-30
17:00
Merge the latest SQLite enhancements from upstream, for testing. ... (check-in: bcbf150dc2 user: drh tags: trunk)
2025-06-28
23:59
Update the built-in SQLite to the latest trunk version. ... (check-in: cdaec3a431 user: drh tags: trunk)
20:58
Require at least an "anonymous" login in order to access the /blame and similar pages. Rationale: Those pages can be expensive to compute, depending on parameters. And lately we've had millions of robot requests to /blame. By requiring at least an "anonymous" login, that should reduce the number of robots. Any nobody really needs to see /blame with a one-click. If they are interested in that level of detail, they can take the time to log in. ... (check-in: f51e8d36cb user: drh tags: trunk)
2025-06-24
16:46
Update the built-in SQLite to the latest from upstream. ... (check-in: 07a16b7933 user: drh tags: trunk)
2025-06-23
16:54
Update the built-in SQLite to the latest trunk version. ... (check-in: 746a9636ab user: drh tags: trunk)
13:53
Add SQL errors as a new logfile message category. ... (check-in: e3c6e011be user: drh tags: trunk)
2025-06-20
23:16
Add new link-tester cases. ... (check-in: 96c0fc9e88 user: drh tags: trunk)
2025-06-19
20:24
Update the built-in SQLite to the latest trunk version. ... (check-in: b10fbd8047 user: drh tags: trunk)
2025-06-17
16:42
When walking the filesystem in order to construct a repository list, avoid walking into any directory name "proc". See forum thread d9553c52fc for rationale. ... (check-in: a8c96a64c4 user: drh tags: trunk)
2025-06-05
13:07
Add SQLITE_ENABLE_SETLK_TIMEOUT to the default SQLite configuration. ... (check-in: c953e01c9e user: drh tags: trunk)
2025-06-03
15:14
Update the built-in SQLite to the latest trunk version for testing and to make bug fixes available to Fossil. ... (check-in: 92cdafddbb user: drh tags: trunk)
15:11
Always include nodes identified by sel1= and sel2= query parameters in the /timeline display. ... (check-in: f7af223e1a user: drh tags: trunk)
2025-05-29
14:21
Update the built-in SQLite to the 3.50.0 release. ... (check-in: ce65d09a56 user: drh tags: trunk)