| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct spelling errors in comments and documentation, but also a non-comment
| pooryorick | 2023-04-12 | 1 | -3/+3 |
|
|
* | Merge 8.7. Go back to lowercase for POSIX err-messages | jan.nijtmans | 2023-03-27 | 1 | -4/+4 |
|\ |
|
* | | Experimental fix for [fa128568a5]: EOVERFLOW does not necessarily mean "file ... | jan.nijtmans | 2023-03-25 | 1 | -4/+4 |
|/ |
|
* | Remove unneeded backslash | jan.nijtmans | 2023-03-19 | 1 | -3/+3 |
|
|
* | one too much "-profile tcl8" | jan.nijtmans | 2023-03-18 | 1 | -1/+1 |
|
|
* | Make http package use "-profile tcl8", irrespective of the default profile in... | jan.nijtmans | 2023-03-18 | 1 | -3/+24 |
|
|
* | http 2.10a4 -> 2.10b1, for upcoming release | jan.nijtmans | 2022-11-16 | 2 | -2/+2 |
|
|
* | Bugfix to socketPhQueue. Add some Log commands for debugging. | kjnash | 2022-11-09 | 1 | -2/+9 |
|
|
* | library/http/http.tcl - bugfix OpenSocket to replay any requests in the socke... | kjnash | 2022-11-07 | 1 | -1/+14 |
|
|
* | library/http/http.tcl - define http::socketProxyId and use it to record the p... | kjnash | 2022-11-07 | 1 | -2/+45 |
|
|
* | library/http/http.tcl - in http::SecureProxyConnect, bugfix state(proxyUsed) ... | kjnash | 2022-11-07 | 1 | -3/+13 |
|
|
* | library/http/http.tcl - in http::SecureProxyConnect and its caller, bugfix cl... | kjnash | 2022-11-07 | 1 | -44/+132 |
|
|
* | library/http/http.tcl - replace lremove with lreplace for compatibility with ... | kjnash | 2022-11-07 | 1 | -1/+1 |
|
|
* | Fix bug 1173760 (proxy server for https). Add http::config options -proxynot... | kjnash | 2022-10-25 | 1 | -33/+302 |
|
|
* | Bugfix library/http/http.tcl for connection request header - tcllib/websocket... | kjnash | 2022-10-10 | 1 | -7/+30 |
|
|
* | Merge 8.7 | kjnash | 2022-09-15 | 1 | -4/+4 |
|\ |
|
| * | Merge 8.6 | jan.nijtmans | 2022-09-12 | 1 | -4/+4 |
| |\ |
|
* | | | Minor bugfixes and refactoring of new code. Handle more errors in OpenSocket... | kjnash | 2022-09-15 | 1 | -89/+111 |
|
|
* | | | In namespace ::http, add new commands postError, responseInfo. Rename (the un... | kjnash | 2022-09-13 | 1 | -32/+128 |
|
|
* | | | Add new commands http::requestLine, requestHeaders, requestHeaderValue. Add a... | kjnash | 2022-09-12 | 1 | -12/+41 |
|
|
* | | | Record HTTP request line and request headers for debugging purposes. | kjnash | 2022-09-12 | 1 | -15/+46 |
|
|
* | | | Fix bug [3610253] - apply the patch supplied with the ticket, and add a test.... | kjnash | 2022-09-11 | 1 | -1/+9 |
|
|
* | | | Fix bug [a13b9d0ce1] on HTTP compression: remove "compress", amend "deflate". | kjnash | 2022-09-11 | 1 | -6/+56 |
|
|
* | | | Add option to detect XML files and their encoding when the server supplies no... | kjnash | 2022-09-10 | 1 | -1/+83 |
|
|
* | | | Fix bug [338d979f5b] - default content-type is application/octet-stream | kjnash | 2022-09-09 | 1 | -1/+1 |
|
|
* | | | Add missing "else" clauses to "if" commands in http::Event. | kjnash | 2022-09-09 | 1 | -1/+31 |
|
|
* | | | Fix bug [2927221] - revised http::meta, new http::metaValue, header names are... | kjnash | 2022-09-09 | 1 | -3/+38 |
|
|
* | | | Fix bug [2841176]. Evaluate all callbacks (and urlTypes commands) in global ... | kjnash | 2022-09-08 | 1 | -7/+7 |
|
|
* | | | Add command http::reason to return the recommended reason phrase for a HTTP s... | kjnash | 2022-09-08 | 1 | -0/+93 |
|/ / |
|
* | | Bugfixes - treat a disappearing socket as eof; do not open a (second) socket ... | kjnash | 2022-09-08 | 1 | -24/+62 |
|
|
* | | (Still buggy.) Add the ::socket replacement ::http::socket and its dependenci... | kjnash | 2022-09-06 | 1 | -7/+293 |
|
|
* | | Revise http::geturl to open its socket in an idletask coroutine. This is pre... | kjnash | 2022-09-06 | 1 | -234/+661 |
|
|
* | | Minor bugfixes, improvments to layout, comments, logging. | kjnash | 2022-09-06 | 1 | -19/+46 |
|
|
* | | Refactor some variable, command and coroutine names. | kjnash | 2022-09-06 | 1 | -65/+61 |
|
|
* | | Add explicit return to most commands. | kjnash | 2022-09-06 | 1 | -1/+29 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2022-06-20 | 2 | -67/+100 |
|\ \
| |/ |
|
| * | bump http version to 2.9.8 | jan.nijtmans | 2022-06-20 | 2 | -2/+2 |
|
|
| * | Minor bugfixes to library/http/http.tcl and tests/http.test | kjnash | 2022-06-15 | 1 | -16/+22 |
|
|
| * | Fix Proposal for [55bf73b52b]: http reuses connections after 101 Switching Pr... | jan.nijtmans | 2022-06-14 | 1 | -61/+88 |
|
|
* | | Remove [https://core.tcl-lang.org/tcl/info/1fe8ca8d3eb87b65|Horrible Hack] to... | jan.nijtmans | 2022-05-13 | 1 | -12/+2 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2022-05-11 | 1 | -1/+4 |
|\ \
| |/ |
|
| * | Fix [6898f9cb71]: shiftjis is presumably misspelled in http 2.7.7. Also add m... | jan.nijtmans | 2022-05-11 | 1 | -1/+4 |
|
|
| * | Now we're on it, keep better track with state(host) and state(path). Backport... | jan.nijtmans | 2022-05-10 | 1 | -2/+10 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2022-05-10 | 2 | -4/+55 |
|\ \
| |/ |
|
| * | Fix the bug. Standardise and document protocol upgrades. | kjnash | 2022-05-10 | 2 | -4/+55 |
|
|
* | | http: tolerant again invalid reply header "content-encoding: UTF-8". Ticket [... | oehhar | 2022-05-04 | 1 | -1/+5 |
|\ \
| |/ |
|
| * | http: tolerant again invalid reply header "content-encoding: UTF-8". Ticket [... | oehhar | 2022-05-04 | 1 | -1/+5 |
| |\ |
|
| | * | RFE [eb64b1520] http: be tolerant against invalid content encoding header res... | oehhar | 2021-12-03 | 2 | -3/+7 |
|
|
* | | | Merge 8.6. http -> 2.10a2 | jan.nijtmans | 2022-04-04 | 2 | -4/+3 |
|\ \ \
| |/ / |
|
| * | | Fix [e5ed1bb28b]: Issue if URL contains numeric IPv6 address. http -> 2.9.6 | jan.nijtmans | 2022-04-04 | 2 | -4/+3 |
| |/ |
|