Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
20 check-ins using file src/main.c version 01761ecef0
|
2024-07-21
| ||
| 16:20 | Update config.guess and config.sub to make it possible to compile Fossil for LoongArch check-in: 09c91cd5e9 user: js tags: loongarch | |
|
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. check-in: 9c40ddbcd1 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:8a26dd5610|forum post 8a26dd5610]). check-in: 3828746b57 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:12ac403fd29cfc89|forum post 12ac403fd29cfc89]. check-in: 586dc75f49 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: 6a571f88cc 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: c62e25ab05 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: 78e63995be 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: a9fa7d3cfa 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: f1f7e27e0c 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: 5bb323ff9e 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: 08df33aa4c 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: e9d8c04c94 user: drh tags: trunk | |
|
2024-04-06
| ||
| 19:08 | Update the change log with information about the GoogleOther robot detection. check-in: 00b6b2f4dc user: drh tags: trunk | |
| 19:01 | Improved robot detection logic. check-in: 61a8b0ecad user: drh tags: trunk | |
|
2024-04-04
| ||
| 21:07 | Cherry-pick SQLite changes intended for trunk. check-in: 92f2a04d37 user: danield tags: trunk | |
| 20:16 | Update the built-in SQLite in order to beta-test recently added query planner improvements. Leaf check-in: 755bebae80 user: drh tags: cmd-tag-list-values | |
| 13:57 | Add options to the 'tag' command to list tag values, as suggested by [forum:d4fb9400f9|forum post d4fb9400f9]. check-in: d0dc62a4b8 user: danield tags: cmd-tag-list-values | |
| 13:17 | Put 'tag' command arguments in canonical order. check-in: 72add40964 user: danield tags: trunk | |
|
2024-03-30
| ||
| 20:48 | Removed all references to "Fossil 2.1x" from the docs, excepting the changelog and the hashpolicy doc. The bulk of these were for 2.14 or older — *ten* versions back now! — and there is no reason to suppose such old versions are still in use any more. These notes were justified when they informed users about surprising changes and feature add... check-in: ad47a447c8 user: wyoung tags: trunk | |
| 09:19 | Add MANIFEST_VERSION to the panic log for the case where HAVE_BACKTRACE is false. check-in: f3cac52593 user: stephan tags: trunk | |