summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* TIP #468: Support Passing TCP listen Backlog Size Option to TCP Socket Creationjan.nijtmans2022-10-271-1/+6
|\
| * rebase to 8.7. Add documentationjan.nijtmans2022-10-131-1/+6
| |\
| | * Merge 8.7jan.nijtmans2019-12-037-146/+94
| | |\
| | * \ Merge 8.7jan.nijtmans2019-11-1732-1306/+2727
| | |\ \
| | * \ \ Merge tip-468 branchjan.nijtmans2018-10-2836-2405/+4090
| | |\ \ \
| | | * \ \ Merge 8.7jan.nijtmans2018-10-2836-2405/+4090
| | | |\ \ \
| | * | \ \ \ Merge "tip-468" branch. Add new function Tcl_OpenTcpClientEx() with same chan...jan.nijtmans2017-04-108-836/+422
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | merge (minor style issues from) trunkjan.nijtmans2017-04-101-211/+367
| | | |\ \ \ \
| | | * | | | | TIP 468 implementation from Shannon Noe.dkf2017-04-091-1/+6
| | * | | | | | Further experimental follow-up: Add internal function TclOpenTcpClientEx(), a...jan.nijtmans2017-01-101-6/+20
| | * | | | | | Experimental follow-up: Change internal TclCreateSocketAddress() signature, f...jan.nijtmans2017-01-101-3/+8
* | | | | | | | TIP #646: Change -eofchar handling (Tcl 8.7 part)jan.nijtmans2022-10-264-5/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / /
* | | | | | | | Some more int -> Tcl_Size conversions, making the diff with the Tcl 9.0 heade...jan.nijtmans2022-10-251-0/+3
* | | | | | | | Merge 8.6. Bug in rules.vc (visible in Tk: handle TK_MAJOR_VERSION the same a...jan.nijtmans2022-10-251-1/+1
|\ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-10-231-2/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Add support for macOS Venturajan.nijtmans2022-10-231-2/+2
* | | | | | | | | Update rules.vc to version 11 (with TIP #628 support)jan.nijtmans2022-10-231-3/+31
* | | | | | | | | TIP #641: Let Tcl_GetBoolean(FromObj) handle (C99) booljan.nijtmans2022-10-231-8/+6
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Rebase to 8.7jan.nijtmans2022-10-121-8/+6
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| | * | | | | | | | Merge 8.7jan.nijtmans2022-10-091-12/+6
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | TIP #641 implementation: Let Tcl_GetBoolean(FromObj) handle (C99) booljan.nijtmans2022-10-041-12/+6
* | | | | | | | | | | Don't bother _MSC_VER < 1900 any morejan.nijtmans2022-10-211-7/+7
|/ / / / / / / / / /
* | | | | | | | | | TIP #344 implementation: Bring TCP_NODELAY and SO_KEEPALIVE to socket optionsjan.nijtmans2022-10-121-53/+27
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Adapt implementation to TIP: -nagle -> -nodelay (and invert some logic)jan.nijtmans2022-09-261-7/+7
| * | | | | | | | | rebase to latest 8.7jan.nijtmans2022-09-221-51/+25
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | Merge 8.7jan.nijtmans2022-09-081-11/+4
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-09-072-113/+119
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | TIP #344 implementationjan.nijtmans2022-09-031-54/+28
* | | | | | | | | | | | TIP #640: Remove Tcl_SaveResult (in Tcl 8.7 it's only removed when compiled w...jan.nijtmans2022-10-061-1/+1
|/ / / / / / / / / / /
* | | | | | | | | | | Merge 8.7jan.nijtmans2022-09-081-11/+4
|\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Combine flags and testFlags in TcpState. That should unbreak socket testcase ...jan.nijtmans2022-09-081-11/+4
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge 8.7jan.nijtmans2022-09-072-116/+122
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Merge 8.6jan.nijtmans2022-09-071-114/+113
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | code cleanup (backported from 8.7)jan.nijtmans2022-09-071-308/+458
| * | | | | | | | | Merge 8.6. Primarily ticket [55a02f20ec]apnadkarni2022-09-052-5/+12
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | / / / / / / / | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Ticket [55a02f20ec] - fallback to USERPROFILE when setting HOME env on Windowsapnadkarni2022-09-051-1/+8
| | * | | | | | | typo'sjan.nijtmans2022-09-031-3/+3
* | | | | | | | | Fix build issues.griffin2022-08-311-0/+1
* | | | | | | | | Move ArithSeries code to its own files. More bug fixes.griffin2022-08-281-0/+1
|/ / / / / / / /
* | | | | | | | Add two missing locks. Enable read-ahead if read fileevent registered evenapnadkarni2022-08-221-22/+30
* | | | | | | | TIP #630 implementation: TclOO commands > 2^31jan.nijtmans2022-08-211-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | TclOO version -> 1.3.0jan.nijtmans2022-07-011-1/+1
* | | | | | | | | Added test for bug [baa51423c2]apnadkarni2022-08-201-1/+2
* | | | | | | | | Really closes [baa51423c28a3baf]apnadkarni2022-08-201-5/+12
* | | | | | | | | closes [baa51423c28a3baf]: needEvent must be initialized in cycle (for each w...sebres2022-08-201-13/+17
* | | | | | | | | Merge 8.6jan.nijtmans2022-07-221-2/+2
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | tcltest 2.5.4 -> 2.5.5jan.nijtmans2022-07-221-2/+2
* | | | | | | | | Make sure that tclAppInit.c is never built with -DUSE_TCL_STUBS, so we don't ...jan.nijtmans2022-07-191-10/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Updste stdlib.h (add missing functions). Restructure tclAppInit.cjan.nijtmans2022-07-181-12/+14
| * | | | | | | | | Merge 8.7jan.nijtmans2022-07-1740-4277/+5870
| |\ \ \ \ \ \ \ \ \