summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update to TZDATA 2023djan.nijtmans2023-12-246-162/+177
|\
| * update to TZDATA 2023djan.nijtmans2023-12-246-162/+177
| |\
| | * update to TZDATA 2023djan.nijtmans2023-12-246-162/+177
| | |
* | | Document "string is unicode". More documentation fixes.jan.nijtmans2023-12-223-4/+5
|\ \ \ | |/ /
| * | Document "string is unicode"jan.nijtmans2023-12-221-0/+2
| | |
* | | off-by-one doc errorjan.nijtmans2023-12-211-1/+1
| | |
* | | Merge-markjan.nijtmans2023-12-210-0/+0
|\ \ \ | |/ /
| * | spacingjan.nijtmans2023-12-201-1/+1
| | |
| * | Convert tests/twapiTlsPlus.tcl from CRLF -> LFjan.nijtmans2023-12-201-48/+48
| | |
* | | Remove many (8.6-compatibility)-stub entries which are not in use any more.jan.nijtmans2023-12-211-14/+14
| | |
* | | Fix superfluous ';'jan.nijtmans2023-12-211-1/+1
| | |
* | | Merge 8.7jan.nijtmans2023-12-207-217/+506
|\ \ \ | |/ /
| * | Merge bugs-http-8c3de50-bbaf69ckjnash2023-12-207-217/+506
| |\ \
| | * \ Merge 8.7kjnash2023-12-203-4/+6
| | |\ \ | | |/ / | |/| |
| | * | Improve tests/http.test, tests/http11.test, tests/httpPipeline.test. Catch ↵kjnash2023-12-194-115/+157
| | | | | | | | | | | | | | | | unimportant cleanup errors. Print full-file summary by default (not per-ThreadLevel).
| | * | Improve tests/httpProxy.test. Use constraints and print a message on their ↵kjnash2023-12-183-106/+353
| | | | | | | | | | | | | | | | usage. Catch unimportant cleanup errors. Use knownBug to control test failures. Print full-file summary by default (not per-ThreadLevel). Pause between tests to avoid flooding the server. Add module twapiTlsPlus and load it when needed. Add example configuration files for Diladele Squid on Windows.
| | * | Reverse the 2.8.9- fix for an apparent bug in Thread on Windows - the "bug" ↵kjnash2023-12-182-4/+4
| | | | | | | | | | | | | | | | vanished after a Windows reboot.
* | | | Spacingjan.nijtmans2023-12-206-36/+36
| | | |
* | | | Merge 8.7jan.nijtmans2023-12-191-3/+3
|\ \ \ \ | |/ / /
| * | | GITHUB upload-artifact @3 -> @4jan.nijtmans2023-12-191-3/+3
| | | |
* | | | merge-markdgp2023-12-180-0/+0
|\ \ \ \ | |/ / /
| * | | merge 8.6dgp2023-12-181-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | Restore [removeFile script]. It is needed in this branch.dgp2023-12-181-1/+1
| | | |
* | | | Merge-markjan.nijtmans2023-12-160-0/+0
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2023-12-160-0/+0
| |\ \ \ | | |/ /
| | * | (cherry-pick) test suite debuggingjan.nijtmans2023-12-152-287/+287
| | | |
| * | | Merge 8.6jan.nijtmans2023-12-152-2/+2
| | | |
* | | | test suite debuggingdgp2023-12-152-2/+2
| | | |
* | | | merge 8.7dgp2023-12-131-0/+2
|\ \ \ \ | |/ / /
| * | | [f6f93c3b39] Missing refcount decrement to cleanup read space on io error.dgp2023-12-131-0/+2
| | | |
* | | | twice ClientData -> void * (for consistancy)jan.nijtmans2023-12-132-3/+3
| | | |
* | | | Merge 8.7jan.nijtmans2023-12-125-121/+264
|\ \ \ \ | |/ / /
| * | | Merge bugs-http-8c3de50-bbaf69ckjnash2023-12-125-121/+264
| |\ \ \ | | | |/ | | |/|
| | * | Merge 8.7 core-8-branchkjnash2023-12-1210-11/+22
| | |\ \ | | |/ / | |/| |
| | * | When http.tcl uses Thread, require Thread 2.8.9- to avoid failure of r/w ↵kjnash2023-12-122-61/+101
| | | | | | | | | | | | | | | | operations on 2.8.8 thread::transfer socket on Windows.
| | * | Rename commands http::socketForTls -> http::socketAsCallback, http::socket ↵kjnash2023-12-061-29/+30
| | | | | | | | | | | | | | | | -> http::AltSocket.
| | * | Generalise http::register etc and revise recent changes that were tls-only.kjnash2023-12-055-28/+109
| | | |
| | * | Define http(usingThread) more preciselykjnash2023-12-051-1/+6
| | | |
| | * | Fix for ticket [bbaf69c3dd] (test http-4.15.*). Do not rely on tk TLD. ↵kjnash2023-12-031-7/+23
| | | | | | | | | | | | | | | | Increase timeout to 30s. More precise comments.
| | * | Create new branch named "bugs-http-8c3de50-bbaf69c"kjnash2023-12-030-0/+0
| | | |
* | | | Shuffle typedef's/#defined aroundjan.nijtmans2023-12-121-11/+14
| | | |
* | | | Fix compiler error in TIP #677 implementationjan.nijtmans2023-12-121-3/+3
| | | |
* | | | TIP 677: Constant Variablesdkf2023-12-1112-23/+1466
|\ \ \ \
| * | | | Fix introspection with TclOO resolution of constsdkf2023-12-063-14/+254
| | | | |
| * | | | Bytecode implementationdkf2023-12-057-4/+165
| | | | |
| * | | | Prepping to work on compilationdkf2023-12-051-41/+260
| | | | |
| * | | | Added introspectiondkf2023-12-055-5/+329
| | | | |
| * | | | Much more testing, semantic tweakdkf2023-12-043-16/+147
| | | | |
| * | | | Implementation of reasonable set of testsdkf2023-12-022-15/+111
| | | | |
| * | | | We're doing TDD here!dkf2023-12-012-1/+73
| | | | |