summaryrefslogtreecommitdiffstats
path: root/library/http
Commit message (Expand)AuthorAgeFilesLines
* Use tabs for indenting in stead of 8 spaces. Unbreak clang buildjan.nijtmans2024-06-131-409/+408
|\
| * Merge 8.7jan.nijtmans2024-06-131-409/+408
| |\
| | * Use tabs for indenting in stead of 8 spacesjan.nijtmans2024-06-131-19/+18
* | | More of the same: Space before tab is extremely unlikely to be correct indent...jan.nijtmans2024-06-051-4/+4
* | | b2 -> b3, as preparation for next releasejan.nijtmans2024-05-212-2/+2
* | | Merge 8.7jan.nijtmans2024-02-162-2/+2
|\ \ \ | |/ /
| * | Merge 8.6. http -> 2.10b2jan.nijtmans2024-02-162-2/+2
| |\ \ | | |/
| | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-4/+4
* | | Merge 8.7jan.nijtmans2023-12-201-3/+3
|\ \ \ | |/ /
| * | Reverse the 2.8.9- fix for an apparent bug in Thread on Windows - the "bug" v...kjnash2023-12-181-3/+3
* | | Merge 8.7jan.nijtmans2023-12-121-45/+103
|\ \ \ | |/ /
| * | When http.tcl uses Thread, require Thread 2.8.9- to avoid failure of r/w oper...kjnash2023-12-121-3/+5
| * | Rename commands http::socketForTls -> http::socketAsCallback, http::socket ->...kjnash2023-12-061-29/+30
| * | Generalise http::register etc and revise recent changes that were tls-only.kjnash2023-12-051-17/+67
| * | Define http(usingThread) more preciselykjnash2023-12-051-1/+6
* | | Rebase to 9.0jan.nijtmans2023-07-041-6/+6
|\ \ \ | |/ / |/| |
| * | Merge 9.0jan.nijtmans2023-04-121-3/+3
| |\ \ | |/ / |/| |
| * | Merge 9.0jan.nijtmans2023-03-281-1/+1
| |\ \
| * \ \ Merge 9.0. Backout previous commitjan.nijtmans2023-03-191-1/+14
| |\ \ \
| * | | | See if less "-profile replace" sufficesjan.nijtmans2023-03-181-14/+1
| * | | | Merge 9.0jan.nijtmans2023-03-181-1/+1
| |\ \ \ \
| * | | | | Implement new function Tcl_InputEncodingError()jan.nijtmans2023-03-101-3/+24
| * | | | | Merge tip-657-tcl9. Add "-profile tcl8" to http.tcljan.nijtmans2023-03-081-3/+3
* | | | | | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-3/+3
| |_|_|/ / |/| | | |
* | | | | Merge 8.7. Go back to lowercase for POSIX err-messagesjan.nijtmans2023-03-271-4/+4
|\ \ \ \ \ | | |_|/ / | |/| | |
* | | | | Experimental fix for [fa128568a5]: EOVERFLOW does not necessarily mean "file ...jan.nijtmans2023-03-251-4/+4
|/ / / /
* | | | Remove unneeded backslashjan.nijtmans2023-03-191-3/+3
| |/ / |/| |
* | | one too much "-profile tcl8"jan.nijtmans2023-03-181-1/+1
* | | Make http package use "-profile tcl8", irrespective of the default profile in...jan.nijtmans2023-03-181-3/+24
|/ /
* | http 2.10a4 -> 2.10b1, for upcoming releasejan.nijtmans2022-11-162-2/+2
* | Bugfix to socketPhQueue. Add some Log commands for debugging.kjnash2022-11-091-2/+9
* | library/http/http.tcl - bugfix OpenSocket to replay any requests in the socke...kjnash2022-11-071-1/+14
* | library/http/http.tcl - define http::socketProxyId and use it to record the p...kjnash2022-11-071-2/+45
* | library/http/http.tcl - in http::SecureProxyConnect, bugfix state(proxyUsed) ...kjnash2022-11-071-3/+13
* | library/http/http.tcl - in http::SecureProxyConnect and its caller, bugfix cl...kjnash2022-11-071-44/+132
* | library/http/http.tcl - replace lremove with lreplace for compatibility with ...kjnash2022-11-071-1/+1
* | Fix bug 1173760 (proxy server for https). Add http::config options -proxynot...kjnash2022-10-251-33/+302
* | Bugfix library/http/http.tcl for connection request header - tcllib/websocket...kjnash2022-10-101-7/+30
* | Merge 8.7kjnash2022-09-151-4/+4
|\ \
| * \ Merge 8.6jan.nijtmans2022-09-121-4/+4
| |\ \ | | |/
* | | Minor bugfixes and refactoring of new code. Handle more errors in OpenSocket...kjnash2022-09-151-89/+111
* | | In namespace ::http, add new commands postError, responseInfo. Rename (the un...kjnash2022-09-131-32/+128
* | | Add new commands http::requestLine, requestHeaders, requestHeaderValue. Add a...kjnash2022-09-121-12/+41
* | | Record HTTP request line and request headers for debugging purposes.kjnash2022-09-121-15/+46
* | | Fix bug [3610253] - apply the patch supplied with the ticket, and add a test....kjnash2022-09-111-1/+9
* | | Fix bug [a13b9d0ce1] on HTTP compression: remove "compress", amend "deflate".kjnash2022-09-111-6/+56
* | | Add option to detect XML files and their encoding when the server supplies no...kjnash2022-09-101-1/+83
* | | Fix bug [338d979f5b] - default content-type is application/octet-streamkjnash2022-09-091-1/+1
* | | Add missing "else" clauses to "if" commands in http::Event.kjnash2022-09-091-1/+31
* | | Fix bug [2927221] - revised http::meta, new http::metaValue, header names are...kjnash2022-09-091-3/+38