Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
47 check-ins
|
2026-03-05
| ||
| 09:14 | Fix [fca8937eb1]: www::websocket crash on broken pipe during automatic pong. Bump www::websocket version to 1.3. Leaf check-in: d38c46776f user: schelte tags: trunk | |
|
2026-02-16
| ||
| 10:50 | Some servers (like ESP8266WebServer) want to see a terminating \r\n after the final boundary of a multipart request, even though RFC 2046 doesn't require it. check-in: 93f08bc59e user: schelte tags: trunk | |
|
2026-02-13
| ||
| 09:57 | Small doc fix check-in: 81f476bc70 user: schelte tags: trunk, www-2.9 | |
| 09:51 | Add an option to specify a filename for a multipart/form-data argument. check-in: eb330137d9 user: schelte tags: trunk | |
|
2026-02-10
| ||
| 13:33 | Handle errors thrown by the websocket callback handler. check-in: e82c407c77 user: schelte tags: trunk | |
| 13:30 | Remove debugging output. check-in: 01fa318e00 user: schelte tags: trunk | |
| 13:19 | Websocket message fragments could be missed when multiple fragments have been received before processing is done. Fix handling of control messages in the middle of a fragmented message. check-in: 05f023d8bb user: schelte tags: trunk | |
| 13:14 | Correct the documentation regarding the argument order for the post command. check-in: de6388109e user: schelte tags: trunk | |
| 13:05 | Treat 302 redirect the same as most other user agent implementations. Fix missing path separator when redirecting to a relative url. check-in: 156d235624 user: schelte tags: trunk | |
| 11:44 | Use a local alternative for the libwebsockets.org site, which is found to be off-line for extended periods of time. check-in: 87e9ca7568 user: schelte tags: trunk | |
| 11:37 | The basic authentication page of the jigsaw site was put behind a cloudflare verify-human check, making it unusable for automated testing. check-in: d82702ccfa user: schelte tags: trunk | |
|
2026-02-07
| ||
| 12:02 | Hidden deep in RFC 6455 there is a requirement that Sec-WebSocket-Key must be based on a 16-byte value. check-in: 4a0c79e9cd user: schelte tags: trunk | |
|
2025-08-06
| ||
| 14:55 | Support the SHA-256 algorithm for digest authentication. check-in: 9233f4c6cf user: schelte tags: trunk, www-2.8 | |
| 14:52 | The uri used for digest authentication must include the query string, if present. check-in: 2393c049fb user: schelte tags: trunk | |
|
2025-06-01
| ||
| 21:20 | Fix: Certificate failures don't always immediately abort the connection; it times out instead. check-in: fb9e51de35 user: schelte tags: trunk, www-2.7 | |
| 11:43 | Update version numbers in the documentation. check-in: d2168aa0ca user: schelte tags: trunk | |
| 11:39 | Fix "too many attempts" when used with tls 1.7. Simplify on-demand loading of tls. check-in: b2955b8911 user: schelte tags: trunk | |
|
2024-10-29
| ||
| 15:10 | When changing the certification strategy, do not reuse existing https connections that may not conform to the new strategy. check-in: 25647ead1e user: schelte tags: trunk, www-2.6 | |
| 14:49 | Changes needed for Tcl 9.0 and tls 1.8 plus some bug fixes. check-in: 4e760761f7 user: schelte tags: trunk | |
|
2024-09-18
| ||
| 20:03 | Tls 1.8 adds more callback types. Handle those, but also be prepared for any future additions. Don't treat all errors as being fatal. check-in: c804e20508 user: schelte tags: trunk | |
| 19:54 | Fix the certify command. check-in: cdbe15a73b user: schelte tags: trunk | |
|
2024-04-27
| ||
| 20:17 | Add a method to access information about an http request while it is still in progress. check-in: c99daedb75 user: schelte tags: trunk | |
|
2024-02-07
| ||
| 20:55 | Make the -handler option actually work. check-in: ca7050aa57 user: schelte tags: trunk, www-2.5 | |
| 20:53 | Implement some resource limits. Bump version to 2.5. check-in: 0da8b524fd user: schelte tags: trunk | |
|
2023-10-20
| ||
| 09:01 | Fix typo. check-in: 231fb275ee user: schelte tags: trunk | |
|
2023-10-05
| ||
| 10:57 | Improve the implementation of the myIpAddress javascript function. check-in: 94a0222380 user: schelte tags: trunk | |
|
2023-08-17
| ||
| 14:48 | Use the tcl-duktape package, if available, to interpret the pac file. check-in: 3f4cd6c93b user: schelte tags: trunk | |
|
2023-07-23
| ||
| 10:12 | Set a default for -maxredir, and document the option. check-in: 633b9d86c9 user: schelte tags: trunk, www-2.4 | |
|
2023-07-22
| ||
| 13:39 | Even when a channel is configured as non-blocking, close can still throw an error, apparently. check-in: 51690c4c51 user: schelte tags: trunk | |
|
2023-07-21
| ||
| 15:49 | Fix certificate verification. check-in: fd39df81da user: schelte tags: trunk | |
| 13:37 | Always pass a callback handler to tls sockets so errors can be caught instead of being reported through the background error handler. check-in: 98a2b07897 user: schelte tags: trunk | |
|
2023-07-19
| ||
| 20:23 | Provide a cookie management subcommand Bump version to 2.4 check-in: 3af665980d user: schelte tags: trunk | |
| 20:03 | The httpbin.org web site is unreliable. Switch to my private site for testing. check-in: eaf023f2f1 user: schelte tags: trunk | |
|
2023-04-18
| ||
| 08:01 | Fix 303 redirect. check-in: 6a834de69e user: schelte tags: trunk | |
|
2023-01-13
| ||
| 23:00 | Fix bug: Second call for a URL on an unreachable host from the same coroutine never completes. check-in: 8e2c1641c6 user: schelte tags: trunk, www-2.3 | |
|
2022-06-17
| ||
| 13:21 | Need to set up an HTTP tunnel for https targets behind a proxy. This fixes issue [0347a874ba]. Bump version to 2.2 check-in: c1b18f04a9 user: schelte tags: trunk, www-2.2 | |
|
2022-06-14
| ||
| 10:43 | Process "connection: close" before redirections, otherwise retrieving the new url may be attempted on the connection that was supposed to be closed. Bump version to 2.1 check-in: 9011eeae95 user: schelte tags: trunk, www-2.1 | |
|
2022-04-09
| ||
| 11:36 | Fix incorrect payload length for large data packets (> 64kb) check-in: a95f35f0aa user: schelte tags: trunk | |
|
2021-10-20
| ||
| 13:19 | Second step to resolve symbolic links issues on Windows. check-in: 46db17151b user: schelte tags: trunk, www-2.0 | |
| 13:16 | Symbolic links cause issues on Windows. check-in: 58f0b28257 user: schelte tags: trunk | |
| 12:45 | Add a configuration option for using an alternative command for setting up a TCP connection. check-in: 78e293c478 user: schelte tags: trunk | |
|
2021-10-02
| ||
| 14:29 | Better handle some cases where the server returns garbage check-in: f477fc6a83 user: schelte tags: trunk | |
| 14:21 | Symbolic links don't work very well on Windows. check-in: c06a1a2754 user: schelte tags: trunk | |
|
2021-09-09
| ||
| 22:32 | Non-persistent connections throw an error: invalid command name "my". check-in: 6f29727131 user: schelte tags: trunk | |
| 22:17 | Canceling the time out after a request completed successfully did not work correctly. check-in: 79bdf32c75 user: schelte tags: trunk | |
|
2021-09-07
| ||
| 18:07 | Check in version 2.0 (first public release) check-in: 8ec2f7f619 user: schelte tags: trunk | |
|
2021-09-02
| ||
| 18:18 | initial empty check-in check-in: 6973facba5 user: schelte tags: trunk | |