Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
|
2026-06-15
| ||
| 07:44 |
Replace read timeout with non-blocking poll, and add TCP_NODELAY
clone and sync often hang or appear to hang on links with highly variable latency, sometimes doing so many retries the transfer rate is infeasibly slow and at others spinning on reads that never complete. Both git and mercurial cope well with the same network doing very similar trans... Leaf check-in: e418043744 user: danshearer tags: client-timeout-fixes | |
|
2026-06-14
| ||
| 22:05 |
Apply timeouts and retries to network read/write waits to avoid hangs.
A clone or sync over HTTP/HTTPS could block when the peer stopped sending without closing the connection. The client sat in a blocking read on the socket with no timeout. The trick was to fix it without breaking the TLS handshake. http_socket.c: set SO_RCVTIMEO and SO_SNDTIMEO... check-in: 8da6e3590a user: danshearer tags: client-timeout-fixes | |
| 13:29 | Update a legacy reference to how page headers are created in a skins, as reported by [forum:d8e2afdfd1|forum post d8e2afdfd1]. Leaf check-in: 922ec24c99 user: stephan tags: trunk | |
| 08:47 | Ensure that the legacy /attachadd form redirects back to the page for the attachment's target unless it's told otherwise via ?from=X. Leaf check-in: dab3d6817f user: stephan tags: forum-editor-2026 | |
| 06:24 | Remove a dead form field. Consolidate two partially-duplicated CSS rules. check-in: 9ea044d982 user: stephan tags: forum-editor-2026 | |
|
2026-06-13
| ||
| 19:34 | Mention the systemd sandboxing in the CGI documentation. check-in: 69d43cc15e user: danield tags: trunk | |
| 16:01 | Fix the broken Delete Post page, caused by now-outdated/removed goings-on in this branch. check-in: 01f6259455 user: stephan tags: forum-editor-2026 | |
| 15:33 | Remove the new Stash button from /forumnew, where it is unhelpful. check-in: e9e4c4fabe user: stephan tags: forum-editor-2026 | |
| 13:48 | CSS docs and remove some extraneous empty lines. check-in: 378b3c30c1 user: stephan tags: forum-editor-2026 | |
| 13:21 | Only show the forum editor's Stash button when saving of drafts is enabled (it currently always is). check-in: b45242d8fd user: stephan tags: forum-editor-2026 | |
| 13:18 | CSS animation consistency tweaks in the attachment widget and when shifting about-to-edit/reply posts to the left. Remove some dead CSS. check-in: 157f5a4c69 user: stephan tags: forum-editor-2026 | |
| 13:01 | Restore the Discard button which was inadvertently displaced in the previous checkin. check-in: a93764552a user: stephan tags: forum-editor-2026 | |
| 13:00 | Minor internal cleanups. Add some tooltip help. Add a Stash button which closes a forum editor widget but retains any local edits and stays on the page. It cannot be called Close because there's a very different Close button already associated with posts. check-in: 2e788c488b user: stephan tags: forum-editor-2026 | |
| 12:35 | Remove dead captcha-rendering code from the forum editor. Minor internal cleanups. check-in: 0313a31ed1 user: stephan tags: forum-editor-2026 | |
| 10:41 | Slight forum editor animation tweaks. Add some arguably superfluous "just in case" error handling. check-in: 77b92673aa user: stephan tags: forum-editor-2026 | |
| 09:58 |
http.c: Complete the HTTP 1.1 chunked reply decoder
Fix error conditions and exceptions when Transfer-Encoding chunked, partly from drh's Claude: * Premature EOF was accepted as a valid EOF. * strtol --> strtoll with checking, to avoid casting errors * Per RFC 7230, match "chunked" at the end of the Transfer-Encoding value rather than a substri... Leaf check-in: 441a35ce2a user: danshearer tags: http1-1-chunked | |
| 09:18 | Add notes about forked forum posts to www/forum.wiki so that future us will be reminded at some point to return to that topic. check-in: 22648d1832 user: stephan tags: forum-editor-2026 | |
| 08:41 | Fix a null deref which would trigger if the XHR to fetch a forum post fails. check-in: 8da3b3f796 user: stephan tags: forum-editor-2026 | |
| 08:37 | When opening the forum editor, instead of disabling various controls simply hide them, giving the effect that the editor replaces them. This gives us more screen space. check-in: 86dc0502db user: stephan tags: forum-editor-2026 | |
| 07:55 | While the forum editor is open, also disable the post's Close, Delete, and Attach buttons because those will change the current page. Presumably nobody wants to close or delete during an edit, and attachment can be done via the editor form. check-in: 778b397274 user: stephan tags: forum-editor-2026 | |
| 01:42 | Small tweak on /chat single-line input field: everything was transparent when focused, let's put a small border at least. check-in: 935bd936ac user: mgagnon tags: forum-editor-2026 | |
|
2026-06-12
| ||
| 15:30 | Fix a null deref in pre-Web Locks browsers. (Edit: no, it doesn't. The object the guard is around on is an age-old JS-ism.) Closed-Leaf check-in: 1c932836f2 user: stephan tags: mistake | |
| 15:22 | Bug fixes: /attachadd?legacyArgName=X was (A) having its form pulled out from underneath it by JS and (B) not handling ticket IDs properly. check-in: fd327fd261 user: stephan tags: forum-editor-2026 | |
| 14:24 | Minor cleanups. Add a 'Post as USERNAME' label to the forum editor, per suggestion in the forum. check-in: 73c5b76df7 user: stephan tags: forum-editor-2026 | |
|
2026-06-11
| ||
| 17:48 | Typo fix reported by Dan Shearer. Mention the forum overhaul in the change log. check-in: 4b1962b97f user: stephan tags: forum-editor-2026 | |
| 12:14 | Chnage all buttons on Blitz skin to be as they were originally (transparent) instead of dark-aqua'ish like some exceptions. Use body background color instead of transparent so on selected forum, they don't looks disabled. check-in: 15782c0049 user: mgagnon tags: forum-editor-2026 | |
| 10:55 | Doc updates. Fix the (harmless but annoying) warning in the file attachment about the attachment being too large if the attachment-size-limit is not set or is set to 0. check-in: f6785741d9 user: stephan tags: forum-editor-2026 | |
| 09:17 | Use a JS-disabling browser plugin to fix the legacy-form fallback in the forum editor, reply, and attachment-adding pages. check-in: 77c3ce12e9 user: stephan tags: forum-editor-2026 | |
| 07:51 | Fix moderation approval in the forum broken by recent refactoring. check-in: 888383791d user: stephan tags: forum-editor-2026 | |
| 06:31 | Do not display Attach button in the forum if the user lacks attach permissions. Problem reported in [forum:e0072028f7|forum post e0072028f7]. check-in: ee59442ab3 user: stephan tags: forum-editor-2026 | |
|
2026-06-10
| ||
| 23:15 | Yet another button fix on Blitz skin. check-in: 23b69d340b user: mgagnon tags: forum-editor-2026 | |
| 21:26 | Update some docs for the current reality. check-in: 91a6d48a93 user: stephan tags: forum-editor-2026 | |
| 20:48 | Modify the purging of stale forum post drafts to happen on only one visit per 24 hours instead of a random chance on each visit, and make it async so it does not block the still-initializing page. Fix a 'this' mis-reference in fossil.storage.keys() uncovered by that change. check-in: 0db7eccd47 user: stephan tags: forum-editor-2026 | |
| 20:26 | Docs and generic non-functional cleanups. check-in: 9af97ebf35 user: stephan tags: forum-editor-2026 | |
| 19:40 | In browsers which support Web Locks, do not allow the Edit or Reply buttons to function if an Edit resp. Reply is open for that same post in another tab. Instead, display an error to the user describing the problem. The Edit/Reply buttons will start working once the locking tab is closed. This lock is per draft, not per tab, so it is legal to edit ... check-in: e48fe702ca user: stephan tags: forum-editor-2026 | |
| 17:32 | Document the caveat of editing or replying to the same forum post in multiple tabs, as pointed out in [forum:9a6a82c160|forum post 9a6a82c160]. check-in: 32539a2c0b user: stephan tags: forum-editor-2026 | |
| 16:56 | Fix another button quirk in the Blitz skin. Reported by Martin G. check-in: 750a963dea user: stephan tags: forum-editor-2026 | |
| 11:08 |
Minimal client implementation of HTTP version 1.1 with chunked transfer-encoding.
Some egress filters drop all HTTP version 1.0 traffic at the Web Application Firewalls (WAF). WAFs commonly provided by CDN (Content Distribution Networks) such as CloudFlare and AWS to their customers have such controls on them, and there are understandable policy r... check-in: 0f8a7d6095 user: danshearer tags: http1-1-chunked | |
| 10:24 | Add ?nojs URL flag check to the new forum JS, /forumnew, and /forumedit. In JS it supresses plugging-in of the JS and in C it suppresses the new-in-this-branch NOSCRIPT tags so that the legacy forms get rendered. We should probably remove the NOSCRIPT tag altogether and have JS remove that form if it exists, which would allow /forumnew and /forumed... check-in: 133387b19d user: stephan tags: forum-editor-2026 | |
| 10:00 | Increase min-height on the forum editor textareas a tick. check-in: a15427ea99 user: stephan tags: forum-editor-2026 | |
| 09:46 | Merge trunk enhancements and fixes into the forum-editor-2026 branch. check-in: 5e71becc09 user: drh tags: forum-editor-2026 | |
| 09:44 | Improved error reporting when encountering a malformed delta. check-in: cb5edcab07 user: drh tags: trunk | |
| 09:02 | Harden delta processing against malicious delta inputs. check-in: 60c7b5f423 user: drh tags: trunk | |
| 09:02 | An an explanation of the extra body padding to www/forum.wiki so that we don't later mistake it for a bug. check-in: 5d770fe291 user: stephan tags: forum-editor-2026 | |
| 08:48 | Increase the dummy padding after some testing showed it to help when adding multiple attachments to a bottom-most post. check-in: 6bcfdf15f7 user: stephan tags: forum-editor-2026 | |
| 08:38 | Remove an unnecessary part of the previous checkin. check-in: d6f86204fe user: stephan tags: forum-editor-2026 | |
| 08:36 | Add some dummy padding to the bottom of the page while a forum editor is open to help reduce jumping-around of the UI when previewing, especially for the bottom-most post in a thread. This is a workaround, not a fix. Fix an order-of-operations bug which caused the Reply button state to get out of sync if the content to preview was empty. check-in: cb1e0213b3 user: stephan tags: forum-editor-2026 | |
|
2026-06-09
| ||
| 22:53 | Document the draft behavior when neither localStorage nor sessionStorage are available. check-in: 411a3c5da2 user: stephan tags: forum-editor-2026 | |
| 22:49 | Document draft edits in www/forum.wiki. check-in: 341751e569 user: stephan tags: forum-editor-2026 | |
| 22:39 | Teach the Edit and Reply buttons in the forum to clearly show when a corresponding local draft edit is available. check-in: 04e8708769 user: stephan tags: forum-editor-2026 | |