Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2022-10-14 | 10 | -318/+10 |
|\ | |||||
| * | Merge 8.6 | jan.nijtmans | 2022-10-14 | 10 | -318/+10 |
| |\ | |||||
| | * | Merge 8.5 | jan.nijtmans | 2022-10-14 | 10 | -318/+10 |
| | |\ | |||||
| | | * | Update tzdata to 2022e | jan.nijtmans | 2022-10-14 | 10 | -318/+10 |
| | | | | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2022-10-11 | 1 | -7/+30 |
|\ \ \ \ | |/ / / | |||||
| * | | | Bugfix library/http/http.tcl for connection request header - ↵ | kjnash | 2022-10-10 | 1 | -7/+30 |
| | | | | | | | | | | | | | | | | tcllib/websocket ticket [d01de3281f]. Revise header order in 3 tests. | ||||
* | | | | Merge 8.7 | jan.nijtmans | 2022-09-26 | 4 | -813/+316 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.6 | jan.nijtmans | 2022-09-26 | 4 | -813/+316 |
| |\ \ \ | | |/ / | |||||
| | * | | Update tzdata to 2022d. Add one more unused stub entry | jan.nijtmans | 2022-09-26 | 4 | -813/+316 |
| | |\ \ | | | |/ | |||||
| | | * | Update tzdata to 2022d | jan.nijtmans | 2022-09-26 | 4 | -813/+316 |
| | | | | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2022-09-21 | 1 | -2/+0 |
|\ \ \ \ | |/ / / | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2022-09-16 | 1 | -108/+584 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.7 | kjnash | 2022-09-15 | 1 | -4/+4 |
| |\ \ \ | |||||
| * | | | | Minor bugfixes and refactoring of new code. Handle more errors in ↵ | kjnash | 2022-09-15 | 1 | -89/+111 |
| | | | | | | | | | | | | | | | | | | | | OpenSocket. Rename some keys of dict returned by ::http::responseInfo, and add more keys. Improve error reporting from ::http::OpenSocket and ::http::socket, especially when using threads. Adapt http(n) to emphasize using http::* commands rather than peeking at internal state array. | ||||
| * | | | | In namespace ::http, add new commands postError, responseInfo. Rename (the ↵ | kjnash | 2022-09-13 | 1 | -32/+128 |
| | | | | | | | | | | | | | | | | | | | | unreleased public API) reason to reasonPhrase. Rename private commands make-transformation-chunked to MakeTransformationChunked, getTextLine to GetTextLine. Rename mapReply to quoteString (and reverse the aliasing). Update namespace exports. Conventional use of fully-qualified command names. Initialise some members of state array. | ||||
| * | | | | Add new commands http::requestLine, requestHeaders, requestHeaderValue. Add ↵ | kjnash | 2022-09-12 | 1 | -12/+41 |
| | | | | | | | | | | | | | | | | | | | | aliases http::responseBody -> http::data, responseLine -> code, responseCode -> ncode, responseHeaders -> meta, responseHeaderValue -> metaValue. | ||||
| * | | | | 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 ↵ | kjnash | 2022-09-11 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | | | | | test. REVIEW REQUESTED! Also fix -zip 0 so it sends "Accept-Encoding: identity". | ||||
| * | | | | 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 ↵ | kjnash | 2022-09-10 | 1 | -1/+83 |
| | | | | | | | | | | | | | | | | | | | | no content-type. Fix for bugs [2998307] and [3165071]. | ||||
| * | | | | 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 ↵ | kjnash | 2022-09-09 | 1 | -3/+38 |
| | | | | | | | | | | | | | | | | | | | | are case-insensitive so convert to lower case. | ||||
| * | | | | Fix bug [2841176]. Evaluate all callbacks (and urlTypes commands) in global ↵ | kjnash | 2022-09-08 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | namespace. | ||||
| * | | | | Add command http::reason to return the recommended reason phrase for a HTTP ↵ | kjnash | 2022-09-08 | 1 | -0/+93 |
| | | | | | | | | | | | | | | | | | | | | server status code (bug [1214322]). | ||||
* | | | | | TIP #602: Remove tilde expansion in file paths | jan.nijtmans | 2022-09-14 | 3 | -5/+13 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge 9.0 | jan.nijtmans | 2022-08-29 | 38 | -2310/+353 |
| |\ \ \ \ \ | |||||
| * | | | | | | Do tilde expansion when initializing from TCLLIBPATH and TM env vars | apnadkarni | 2022-08-19 | 2 | -2/+13 |
| | | | | | | | |||||
| * | | | | | | Remove code that was ifdef'ed out | apnadkarni | 2022-08-07 | 1 | -5/+0 |
| | | | | | | | |||||
| * | | | | | | Merged trunk. | apnadkarni | 2022-07-31 | 3 | -4/+4 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Start on TIP-602 implementation. Work in progress | apnadkarni | 2022-07-08 | 1 | -0/+2 |
| | | | | | | | | |||||
* | | | | | | | | Merge 8.7 | jan.nijtmans | 2022-09-12 | 1 | -4/+4 |
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | |||||
| * | | | | | | | Merge 8.6 | jan.nijtmans | 2022-09-12 | 1 | -4/+4 |
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | / / | | | |_|_|/ / | | |/| | | | | |||||
* | | | | | | | Merge 8.7 | jan.nijtmans | 2022-09-09 | 1 | -327/+1129 |
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | / / | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | Bugfixes - treat a disappearing socket as eof; do not open a (second) socket ↵ | kjnash | 2022-09-08 | 1 | -24/+62 |
| | | | | | | | | | | | | | | | | | | | | | | | | for a request that is already queued; cancel idletasks when no longer needed. This commit passes all tests. | ||||
| * | | | | | (Still buggy.) Add the ::socket replacement ::http::socket and its ↵ | kjnash | 2022-09-06 | 1 | -7/+293 |
| | | | | | | | | | | | | | | | | | | | | | | | | dependencies as a workaround to bug 824251. Integrate with tls. Allow configuration -threadlevel for socket creation (package Thread may not be available and by default it is not used). Revise tests http-1.1, http-1.4, http-1.5 for new option -threadlevel. Run tests for each value of -threadlevel. | ||||
| * | | | | | Revise http::geturl to open its socket in an idletask coroutine. This is ↵ | kjnash | 2022-09-06 | 1 | -234/+661 |
| | | | | | | | | | | | | | | | | | | | | | | | | preparation for a workaround to bug 824251. Revise test http-4.15 because error message has changed. This commit passes all tests. | ||||
| * | | | | | 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.7 | jan.nijtmans | 2022-08-23 | 38 | -2310/+353 |
|\ \ \ \ \ \ | |/ / / / / | | | | / / | |_|_|/ / |/| | | | | |||||
| * | | | | Merge 8.6 | jan.nijtmans | 2022-08-23 | 1 | -0/+251 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Add Europe/Kyiv to tzdata (missing from previous commit) | jan.nijtmans | 2022-08-23 | 1 | -0/+251 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | | * | | Add Europe/Kyiv to tzdata (missing from previous commit) | jan.nijtmans | 2022-08-23 | 1 | -0/+251 |
| | | | | | |||||
| * | | | | Merge 8.6 | jan.nijtmans | 2022-08-23 | 37 | -2310/+102 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Update tzdata to 2022c | jan.nijtmans | 2022-08-23 | 37 | -2310/+102 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Update tzdata to 2022c | jan.nijtmans | 2022-08-23 | 37 | -2310/+102 |
| | | | | | |||||
* | | | | | Merge 8.7 | jan.nijtmans | 2022-07-22 | 3 | -4/+4 |
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | | |||||
| * | | | Merge 8.6 | jan.nijtmans | 2022-07-22 | 3 | -4/+4 |
| |\ \ \ | | |/ / | |||||
| | * | | tcltest 2.5.4 -> 2.5.5 | jan.nijtmans | 2022-07-22 | 2 | -2/+2 |
| | | | |