| Commit message (Expand) | Author | Age | Files | Lines |
* | Add option to detect XML files and their encoding when the server supplies no... | kjnash | 2022-09-10 | 1 | -1/+1 |
|
|
* | Fix bug [2927221] - revised http::meta, new http::metaValue, header names are... | kjnash | 2022-09-09 | 1 | -4/+4 |
|
|
* | (Still buggy.) Add the ::socket replacement ::http::socket and its dependenci... | kjnash | 2022-09-06 | 1 | -17/+32 |
|
|
* | Revise http::geturl to open its socket in an idletask coroutine. This is pre... | kjnash | 2022-09-06 | 1 | -2/+4 |
|
|
* | Merge 8.6 | jan.nijtmans | 2022-06-20 | 1 | -3/+6 |
|\ |
|
| * | Minor bugfixes to library/http/http.tcl and tests/http.test | kjnash | 2022-06-15 | 1 | -3/+6 |
|
|
* | | Merge 8.6. Tcl_RegisterCommandTypeName/Tcl_GetCommandTypeName don't exist either | jan.nijtmans | 2022-05-31 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | Remove [https://core.tcl-lang.org/tcl/info/1fe8ca8d3eb87b65|Horrible Hack] to... | jan.nijtmans | 2022-05-13 | 1 | -3/+4 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2022-05-11 | 1 | -0/+21 |
|\ \
| |/ |
|
| * | Fix [6898f9cb71]: shiftjis is presumably misspelled in http 2.7.7. Also add m... | jan.nijtmans | 2022-05-11 | 1 | -0/+21 |
|
|
* | | Add proper cleanup to testcases | jan.nijtmans | 2022-03-18 | 1 | -0/+1 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2022-02-07 | 1 | -3/+1 |
|\ \ |
|
* | | | Add experimental "-nothrow" option to encoding convertfrom|convertto. If com... | jan.nijtmans | 2021-04-01 | 1 | -1/+3 |
|/ / |
|
* | | Thanks to TIP #587, convert many escapes in the testcases into the actual (UT... | jan.nijtmans | 2021-03-30 | 1 | -25/+25 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-12-14 | 1 | -7/+4 |
|\ \
| |/ |
|
| * | Fix [fe57ad096d97623e]: Fix test http-4.14 for tcl-8.6.11rc0 | jan.nijtmans | 2020-12-14 | 1 | -7/+6 |
|
|
* | | More ©-sign consolidation | jan.nijtmans | 2020-11-23 | 1 | -1/+1 |
|
|
* | | Now that all Tcl source files are UTF-8 by default, we can use the ©-sign wh... | jan.nijtmans | 2020-11-23 | 1 | -3/+3 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-10-30 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Add "{}" around many "expr" commands in testcases. Also in doc/expr.n | jan.nijtmans | 2020-10-30 | 1 | -1/+1 |
|
|
| * | (slightly) better error-message for invalid http -headers option. This works ... | jan.nijtmans | 2020-09-30 | 1 | -1/+1 |
|
|
* | | Ticket [0063cbcada]: From tcl 8.7 on, use "string is dict" instead "string is... | oehhar | 2020-09-30 | 1 | -1/+1 |
|
|
* | | Ticket [0063cbcada]: check http::geturl -headers parameter to be a dict | oehhar | 2020-09-29 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Remove wrong copy of test case http-3.2 | oehhar | 2020-09-29 | 1 | -3/+0 |
|
|
| * | Ticket [0063cbcada]: check http::geturl -headers parameter to be a dict. | oehhar | 2020-09-29 | 1 | -0/+6 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-09-04 | 1 | -2/+4 |
|\ \
| |/ |
|
| * | Let all test-cases load the "tcltest" package the same way. Depend on tcltest... | jan.nijtmans | 2020-09-04 | 1 | -2/+4 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-09-01 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Many more internal master/slave -> parent/child renamings | jan.nijtmans | 2020-09-01 | 1 | -1/+1 |
|
|
* | | Fix one failing testcase (thanks, Travis!) | jan.nijtmans | 2019-11-29 | 1 | -1/+1 |
|
|
* | | Give cookiejar en tcl::idna a 3-part version number. Use 0.2.0 for cookiejar ... | jan.nijtmans | 2019-11-28 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | Merge 8.6 | jan.nijtmans | 2019-08-04 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Increase some timeout's a little, hoping this reduces the chance on Travis te... | jan.nijtmans | 2019-08-03 | 1 | -4/+4 |
|
|
* | | merge core-8-branch | dkf | 2018-10-14 | 1 | -24/+63 |
|\ \ |
|
| * \ | Merge 8.6 | jan.nijtmans | 2018-09-22 | 1 | -3/+3 |
| |\ \
| | |/ |
|
| | * | Update http version number, and fix some related test-cases | jan.nijtmans | 2018-09-22 | 1 | -3/+3 |
|
|
| * | | merge 8.6 | dgp | 2017-08-04 | 1 | -15/+28 |
| |\ \
| | |/ |
|
| | * | Improved test http-4.16. | dgp | 2017-08-03 | 1 | -4/+10 |
|
|
| | * | Fix weird hangs in macOS Sierra on some networks. Name resolution timeouts no... | dkf | 2017-08-02 | 1 | -11/+18 |
|
|
| * | | merge core-8-6-branch | jan.nijtmans | 2017-05-18 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Fix test-case numbering | jan.nijtmans | 2017-05-18 | 1 | -1/+1 |
|
|
| * | | merge core-8-6-branch | jan.nijtmans | 2017-05-09 | 1 | -0/+8 |
| |\ \
| | |/ |
|
| | * | fix chan leak with http keepalive vs close (bug [6ca52aec14]) | aspect | 2017-02-12 | 1 | -0/+8 |
|
|
| * | | Use a random unused port for the dummy http server to avoid conflicts | max | 2017-04-05 | 1 | -6/+2 |
| |/ |
|
| * | [838e99a76d] Ensure that encodings are handled with application/xml and friends. | dkf | 2016-10-08 | 1 | -0/+8 |
| |\ |
|
| | * | [838e99a76d] Ensure that encodings are handled with application/xml and friends. | dkf | 2016-10-08 | 1 | -0/+7 |
|
|
| | * | Use joinable threads to avoid thread finalization crashes. | dgp | 2015-04-29 | 1 | -1/+2 |
|
|
| * | | [c11a51c482] Stop race condition with -accept config option, and allow overri... | dkf | 2015-05-18 | 1 | -5/+19 |
|
|
* | | | merge trunk | dkf | 2014-04-20 | 1 | -8/+4 |
|\ \ \
| |/ / |
|
| * | | Remove all win95-specific test-cases, since Windows 95 is not supported any m... | jan.nijtmans | 2014-04-17 | 1 | -8/+4 |
|
|