Fossil

Timeline
Login

Timeline

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

14 check-ins

2024-04-18
17:14
Update the built-in SQLite to the latest pre-release of version 3.46.0, including the bug fix for the use of VALUES-as-coroutine with an OUTER JOIN. ... (Leaf check-in: 8be14e39 user: drh tags: trunk)
17:00
Typo fix and add specific Apache version number to the notes about the Content-Length change. ... (check-in: d0f42889 user: stephan tags: trunk)
2024-04-17
17:59
Change log updates. ... (check-in: 8b805013 user: drh tags: trunk)
14:02
Output a warning if a client sync or clone gets back a keep-alive HTTP reply that lacks a content-length header. ... (check-in: f4ffefe7 user: drh tags: trunk)
13:27
Only process HTTP replies that lack a Content-Length header if the connection is set to be closed. Suggested by https://bz.apache.org/bugzilla/show_bug.cgi?id=68905. ... (check-in: 71919ad1 user: drh tags: trunk)
13:21
Update the change log in order to mention the Apache mod_cgi/Content-Length fix. ... (check-in: 670c886e user: drh tags: trunk)
13:14
Update Apache mod_cgi/Content-Length documentation. ... (check-in: 05181e4e user: drh tags: trunk)
12:58
Fix the HTTP-reply parser so that it is able to deal with replies that lack a Content-Length header field. This resolves the issue reported by forum post 12ac403fd29cfc89. Also in this merge: (1) Add the --xverbose option to "fossil clone". (2) Improved error messages when web servers misbehave. See also my misguided and incorrect Apache bug 68905. Special thanks to Apache devs for setting me straight. ... (check-in: a8e33fb1 user: drh tags: trunk)
12:49
Fix ssh: clones, broken by the previous check-in. ... (Closed-Leaf check-in: de647e86 user: drh tags: content-length-errors)
12:18
Arrange for the HTTP reply parser to be able to deal with a missing Content-Length header. Add the --xverbose option to the "fossil clone" command. ... (check-in: dfefd069 user: drh tags: content-length-errors)
2024-04-16
22:55
Attempt to provide more useful error messages when an intermediate server (such as Apache) does something wrong and messes up an HTTP request. ... (check-in: 131ba0fa user: drh tags: content-length-errors)
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: 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)