| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | kjnash | 2022-09-08 | 5 | -141/+143 |
|\ |
|
| * | Combine flags and testFlags in TcpState. That should unbreak socket testcase ... | jan.nijtmans | 2022-09-08 | 3 | -24/+21 |
|
|
| * | Merge 8.6 | jan.nijtmans | 2022-09-07 | 4 | -121/+126 |
| |\ |
|
| | * | code cleanup (backported from 8.7) | jan.nijtmans | 2022-09-07 | 2 | -347/+497 |
|
|
| | * | closes [2641672fff] - resolved timing sensitivity of httpold-4.12 and speed-u... | sebres | 2022-09-06 | 2 | -7/+18 |
| | |\ |
|
| | | * | closes [2641672fff], httpd - don't parse delay argument by error 400 (wrong U... | sebres | 2022-09-05 | 1 | -4/+4 |
|
|
| | | * | amend to [2641672fff], guarantees a delay to cause a timeout definitely + swi... | sebres | 2022-09-02 | 2 | -2/+2 |
|
|
| | | * | really closes [2641672fff] - resolved timing sensitivity of httpold-4.12 and ... | sebres | 2022-09-02 | 2 | -7/+18 |
|
|
| | * | | amend to [55a02f20ec]: fixes test env-9.1 for not windows - USERPROFILE is no... | sebres | 2022-09-06 | 1 | -2/+4 |
|
|
* | | | | 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 | 5 | -26/+398 |
|
|
* | | | | Revise http::geturl to open its socket in an idletask coroutine. This is pre... | kjnash | 2022-09-06 | 2 | -236/+665 |
|
|
* | | | | 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 | kjnash | 2022-09-05 | 21 | -1564/+7475 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 8.6. Primarily ticket [55a02f20ec] | apnadkarni | 2022-09-05 | 4 | -8/+53 |
| |\ \ \
| | |/ / |
|
| | * | | Ticket [55a02f20ec] - fallback to USERPROFILE when setting HOME env on Windows | apnadkarni | 2022-09-05 | 2 | -2/+47 |
|
|
| | * | | typo's | jan.nijtmans | 2022-09-03 | 2 | -5/+5 |
| | |/ |
|
| * | | TIP #627: Some more protection against invalid objc values | jan.nijtmans | 2022-09-02 | 1 | -0/+8 |
|
|
| * | | Merge 8.6 | jan.nijtmans | 2022-09-02 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Mark httpold-4.12 knownBug. See [2641672]: http1.0 failing test: httpold-4.12 | jan.nijtmans | 2022-09-02 | 1 | -1/+1 |
|
|
| | * | Fix [95b6a1747a]: Eval.3 docu fix | jan.nijtmans | 2022-09-02 | 1 | -1/+1 |
|
|
| * | | Bugfix for TIP #627: If only objProc or deleteProc is updated with Tcl_SetCom... | jan.nijtmans | 2022-09-02 | 1 | -9/+15 |
|
|
| * | | -1 -> TCL_INDEX_NONE, where appropriate | jan.nijtmans | 2022-09-02 | 1 | -82/+92 |
|
|
| * | | Merge 8.6 | jan.nijtmans | 2022-09-01 | 2 | -4/+4 |
| |\ \
| | |/ |
|
| | * | Fix [36ec49db6abc3b1a]: Tcl_TraceVar manpage : missing `const` on char* fields | jan.nijtmans | 2022-09-01 | 1 | -2/+2 |
|
|
| * | | Change refCount (in ListStore/ListSpan) to size_t. More ClientData -> void *.... | jan.nijtmans | 2022-09-01 | 2 | -159/+140 |
|
|
| * | | Merge 8.6 | jan.nijtmans | 2022-08-31 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Fix [0aa7638534]: .gitignore ignores library/tcltest.tcl | jan.nijtmans | 2022-08-31 | 1 | -1/+1 |
| | |\ |
|
| | | * | Fix [0aa7638534]: .gitignore ignores library/tcltest.tcl | jan.nijtmans | 2022-08-31 | 1 | -1/+1 |
|
|
| * | | | Apply patch 0006 from [37108037b9]: Code cleanups to support CHERI | jan.nijtmans | 2022-08-30 | 1 | -7/+10 |
|
|
| * | | | More code cleanup, inspired by [37108037b9] | jan.nijtmans | 2022-08-30 | 1 | -39/+39 |
|
|
| * | | | gcc warning (-Wc++-compat) | jan.nijtmans | 2022-08-30 | 1 | -1/+1 |
|
|
| * | | | [37108037b9], patch 0004 | jan.nijtmans | 2022-08-29 | 1 | -9/+9 |
|
|
| * | | | Merge 8.6 (no need for TclUnusedStubEntry here) | jan.nijtmans | 2022-08-29 | 3 | -11/+5 |
| |\ \ \
| | |/ / |
|
| | * | | Add 2 unused (internal) stub entries | jan.nijtmans | 2022-08-29 | 3 | -5/+9 |
| | |\ \
| | | |/ |
|
| | | * | Add 2 unused (internal) stub entries | jan.nijtmans | 2022-08-29 | 3 | -5/+9 |
|
|
| * | | | Remove TODO's already done. Only use ListSizeT for types which are 'size_t' i... | jan.nijtmans | 2022-08-29 | 2 | -23/+13 |
|
|
| * | | | TIP 625 - list reimplementation | apnadkarni | 2022-08-29 | 13 | -1273/+7147 |
| |\ \ \ |
|
| | * \ \ | Merged core-8-branch | apnadkarni | 2022-08-29 | 74 | -2445/+1080 |
| | |\ \ \
| | |/ / /
| |/| | | |
|
| | * | | | Remove knownBug constraint now that apply has been fixed | apnadkarni | 2022-08-06 | 1 | -1/+1 |
|
|
| | * | | | Merge core-8-branch | apnadkarni | 2022-08-06 | 41 | -431/+661 |
| | |\ \ \ |
|
| | * | | | | Garbage collect unreferenced elements in lset implementation. Add tests for | apnadkarni | 2022-07-29 | 2 | -12/+177 |
|
|
| | * | | | | Final prep for TIP625 vote | apnadkarni | 2022-07-27 | 2 | -22/+84 |
|
|
| | * | | | | List rep tests for lappend,lset,lassign,lremove,lrange,lpop | apnadkarni | 2022-07-26 | 2 | -90/+1293 |
|
|
| | * | | | | Tests for spanned lists with shared reps | apnadkarni | 2022-07-25 | 2 | -15/+215 |
|
|
| | * | | | | Missing "package require tcl::test", this causes test failures on Windows wit... | jan.nijtmans | 2022-07-20 | 1 | -0/+1 |
|
|
| | * | | | | merge fork | apnadkarni | 2022-07-20 | 1 | -1/+1 |
| | |\ \ \ \ |
|
| | | * | | | | Mark apply-9.1 as "knownBug", since it's failing in a --enable-symbols=mem bu... | jan.nijtmans | 2022-07-19 | 1 | -1/+1 |
|
|