Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TIP #344 implementation: Bring TCP_NODELAY and SO_KEEPALIVE to socket options | jan.nijtmans | 2022-10-12 | 1 | -53/+27 |
|\ | |||||
| * | Adapt implementation to TIP: -nagle -> -nodelay (and invert some logic) | jan.nijtmans | 2022-09-26 | 1 | -7/+7 |
| * | rebase to latest 8.7 | jan.nijtmans | 2022-09-22 | 1 | -51/+25 |
| |\ | |||||
| | * | Merge 8.7 | jan.nijtmans | 2022-09-08 | 1 | -11/+4 |
| | |\ | |||||
| | * \ | Merge 8.7 | jan.nijtmans | 2022-09-07 | 2 | -113/+119 |
| | |\ \ | |||||
| | * | | | TIP #344 implementation | jan.nijtmans | 2022-09-03 | 1 | -54/+28 |
* | | | | | TIP #640: Remove Tcl_SaveResult (in Tcl 8.7 it's only removed when compiled w... | jan.nijtmans | 2022-10-06 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2022-09-08 | 1 | -11/+4 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Combine flags and testFlags in TcpState. That should unbreak socket testcase ... | jan.nijtmans | 2022-09-08 | 1 | -11/+4 |
| | |/ | |/| | |||||
* | | | Merge 8.7 | jan.nijtmans | 2022-09-07 | 2 | -116/+122 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2022-09-07 | 1 | -114/+113 |
| |\ \ | |||||
| | * | | code cleanup (backported from 8.7) | jan.nijtmans | 2022-09-07 | 1 | -308/+458 |
| * | | | Merge 8.6. Primarily ticket [55a02f20ec] | apnadkarni | 2022-09-05 | 2 | -5/+12 |
| |\ \ \ | | |/ / | | | / | | |/ | |/| | |||||
| | * | Ticket [55a02f20ec] - fallback to USERPROFILE when setting HOME env on Windows | apnadkarni | 2022-09-05 | 1 | -1/+8 |
| | * | typo's | jan.nijtmans | 2022-09-03 | 1 | -3/+3 |
* | | | Fix build issues. | griffin | 2022-08-31 | 1 | -0/+1 |
* | | | Move ArithSeries code to its own files. More bug fixes. | griffin | 2022-08-28 | 1 | -0/+1 |
|/ / | |||||
* | | Add two missing locks. Enable read-ahead if read fileevent registered even | apnadkarni | 2022-08-22 | 1 | -22/+30 |
* | | TIP #630 implementation: TclOO commands > 2^31 | jan.nijtmans | 2022-08-21 | 1 | -1/+1 |
|\ \ | |||||
| * | | TclOO version -> 1.3.0 | jan.nijtmans | 2022-07-01 | 1 | -1/+1 |
* | | | Added test for bug [baa51423c2] | apnadkarni | 2022-08-20 | 1 | -1/+2 |
* | | | Really closes [baa51423c28a3baf] | apnadkarni | 2022-08-20 | 1 | -5/+12 |
* | | | closes [baa51423c28a3baf]: needEvent must be initialized in cycle (for each w... | sebres | 2022-08-20 | 1 | -13/+17 |
* | | | Merge 8.6 | jan.nijtmans | 2022-07-22 | 1 | -2/+2 |
|\ \ \ | | |/ | |/| | |||||
| * | | tcltest 2.5.4 -> 2.5.5 | jan.nijtmans | 2022-07-22 | 1 | -2/+2 |
* | | | Make sure that tclAppInit.c is never built with -DUSE_TCL_STUBS, so we don't ... | jan.nijtmans | 2022-07-19 | 1 | -10/+15 |
|\ \ \ | |||||
| * | | | Updste stdlib.h (add missing functions). Restructure tclAppInit.c | jan.nijtmans | 2022-07-18 | 1 | -12/+14 |
| * | | | Merge 8.7 | jan.nijtmans | 2022-07-17 | 40 | -4277/+5870 |
| |\ \ \ | |||||
| * | | | | tclAppInit.c should be built without BUILD_tcl/USE_TCL_STUBS always. All buil... | jan.nijtmans | 2019-10-24 | 1 | -2/+5 |
* | | | | | Make a start converting -1 -> TCL_INDEX_NONE where appropriate | jan.nijtmans | 2022-07-19 | 8 | -44/+44 |
| |/ / / |/| | | | |||||
* | | | | Merge 8.7. Clean-up tclWinConsole.c the same way | jan.nijtmans | 2022-07-12 | 4 | -60/+39 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Code cleanup (use {} in if/else statemenets) | jan.nijtmans | 2022-07-12 | 2 | -4/+5 |
* | | | | Minor simplification: Use RingBufferHasFreeSpace() instead of RingBufferFreeS... | jan.nijtmans | 2022-07-10 | 1 | -4/+4 |
* | | | | Blech. Remove unused variable | apnadkarni | 2022-07-10 | 1 | -1/+0 |
* | | | | Merged core-8-branch | apnadkarni | 2022-07-10 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * \ \ \ | Merge 8.6 | jan.nijtmans | 2022-07-07 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| | | |||||
| | * | | Unnecessary quotes in win/rules.vc | jan.nijtmans | 2022-07-07 | 1 | -1/+1 |
* | | | | Bypass reader thread for blocking reads. | apnadkarni | 2022-07-10 | 1 | -23/+106 |
* | | | | Fix channel close on thread exit if other threads exist. Add winconsole tests. | apnadkarni | 2022-07-05 | 1 | -7/+26 |
* | | | | Permit direct console writes for synchronous output calls | apnadkarni | 2022-07-04 | 1 | -20/+63 |
* | | | | Merge core-8-branch | apnadkarni | 2022-07-04 | 1 | -6/+0 |
* | | | | Rework reader thread to not do read-ahead as console stdin mode might change | apnadkarni | 2022-07-04 | 1 | -81/+111 |
* | | | | Remove dead code | jan.nijtmans | 2022-07-03 | 1 | -31/+0 |
* | | | | Fix bug 44bbccdd8c. fconfigure was broken for 8.7 console channel | apnadkarni | 2022-07-03 | 1 | -32/+42 |
* | | | | Fix benign gcc unused code warnings | apnadkarni | 2022-07-03 | 1 | -4/+8 |
* | | | | Eliminate unnecessary thread wakeups. | apnadkarni | 2022-07-03 | 1 | -29/+58 |
* | | | | Merge core-8-branch. Wakeup console reader thread when data read. | apnadkarni | 2022-07-01 | 1 | -6/+13 |
|\ \ \ \ | |/ / / | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2022-06-30 | 4 | -7/+8 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.6 | jan.nijtmans | 2022-06-24 | 1 | -2/+2 |
| |\ \ \ | | |/ / | |||||
| * | | | Merge 8.6 | jan.nijtmans | 2022-06-24 | 1 | -1/+1 |
| |\ \ \ | | |/ / |