Fossil

Timeline
Login

Timeline

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

14 check-ins

2024-04-16
13:50
Improvements to the /test_env page that can be used to help diagnose problems such as missing CONTENT_LENGTH CGI parameters. ... (Leaf check-in: 9c40ddbc user: drh tags: trunk)
12:01
For 'fossil bundle import' and 'cat' subcommands, do not create a bundle file if it does not exist (reported in forum post 8a26dd5610). ... (check-in: 3828746b user: danield tags: trunk)
2024-04-15
23:53
Add a note about how to work around the Apache mod_cgi CONTENT_LENGTH behavior change which breaks fossil sync, as covered in forum post 12ac403fd29cfc89. ... (check-in: 586dc75f user: stephan tags: trunk)
2024-04-12
15:24
Update the built-in SQLite to a newer version that fixes the btree overflow page cache bug. ... (check-in: 6a571f88 user: drh tags: trunk)
14:44
Add a null check in cgi_print_all() in the hope of helping to localize an elusive crash. ... (check-in: c62e25ab user: stephan tags: trunk)
2024-04-11
12:38
Adjust the "fossil add" command so that on systems with case-insensitive filenames, the named added to the repository is the operating-systems preferred case for the name. ... (check-in: 78e63995 user: drh tags: trunk)
2024-04-10
20:27
Use fossil_path_free() instead of fossil_free() for names allocated (or not) by fossil_path_to_utf8(). ... (Closed-Leaf check-in: a9fa7d3c user: stephan tags: preserve-case-on-add)
20:09
Adjust the "fossil add" command so that on systems with case-insensitive filenames, the named added to the repository is the operating-systems preferred case for the name. ... (check-in: f1f7e27e user: drh tags: preserve-case-on-add)
11:31
When preparing a pattern for FTS search, if the pattern is empty convert it into a double-quoted empty string, to avoid FTS5 errors. ... (check-in: 5bb323ff user: drh tags: trunk)
2024-04-09
17:38
Defend against undefined values in query parameters in the cgi_check_for_malice() routine. ... (check-in: 08df33aa user: drh tags: trunk)
2024-04-08
12:40
Update the built-in SQLite to the latest version from trunk, for SQLite testing. ... (check-in: e9d8c04c user: drh tags: trunk)
2024-04-06
19:08
Update the change log with information about the GoogleOther robot detection. ... (check-in: 00b6b2f4 user: drh tags: trunk)
19:01
Improved robot detection logic. ... (check-in: 61a8b0ec user: drh tags: trunk)
2024-04-04
21:07
Cherry-pick SQLite changes intended for trunk. ... (check-in: 92f2a04d user: danield tags: trunk)