summaryrefslogtreecommitdiffstats
path: root/win/tclWinSock.c
Commit message (Expand)AuthorAgeFilesLines
* Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-16/+16
|\
| * Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-16/+16
* | Merge 8.7jan.nijtmans2023-03-301-4/+4
|\ \ | |/
| * Merge 8.6jan.nijtmans2023-03-301-4/+4
| |\
| | * Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-4/+4
* | | Compiles and runs. Tests still to be ported.apnadkarni2023-02-251-2/+2
* | | Merge 8.7jan.nijtmans2022-11-241-4/+4
|\ \ \ | |/ /
| * | Use some more TCL_INDEX_NONE and Tcl_Sizejan.nijtmans2022-11-241-4/+4
| * | Deprecate TclpHasSockets(): Every system nowadays has socketsjan.nijtmans2022-11-071-175/+41
* | | Remove TclpHasSockets(): Every system nowadays has socketsjan.nijtmans2022-11-061-175/+41
* | | Merge 8.7jan.nijtmans2022-10-271-1/+6
|\ \ \ | |/ /
| * | 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-11-171-15/+15
| | | |\ \
| | | * \ \ Merge tip-468 branchjan.nijtmans2018-10-281-82/+107
| | | |\ \ \
| | | | * \ \ Merge 8.7jan.nijtmans2018-10-281-82/+107
| | | | |\ \ \
| | | * | \ \ \ Merge "tip-468" branch. Add new function Tcl_OpenTcpClientEx() with same chan...jan.nijtmans2017-04-101-215/+378
| | | |\ \ \ \ \ | | | | |/ / / /
| | | | * | | | 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
* | | | | | | | | Merge 8.7jan.nijtmans2022-10-231-8/+6
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Rebase to 8.7jan.nijtmans2022-10-121-8/+6
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | TIP #641 implementation: Let Tcl_GetBoolean(FromObj) handle (C99) booljan.nijtmans2022-10-041-12/+6
* | | | | | | | | Merge 8.7jan.nijtmans2022-10-121-53/+27
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Adapt implementation to TIP: -nagle -> -nodelay (and invert some logic)jan.nijtmans2022-09-261-7/+7
| * | | | | | | | Merge 8.7jan.nijtmans2022-09-081-11/+4
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| * | | | | | | | Merge 8.7jan.nijtmans2022-09-071-112/+111
| |\ \ \ \ \ \ \ \
| * | | | | | | | | TIP #344 implementationjan.nijtmans2022-09-031-54/+28
* | | | | | | | | | 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-071-93/+92
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge 8.6jan.nijtmans2022-09-071-114/+113
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| | * | | | | | | code cleanup (backported from 8.7)jan.nijtmans2022-09-071-308/+458
* | | | | | | | | Merge 8.7. Primarily ticket [55a02f20ec]apnadkarni2022-09-051-4/+4
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge 8.6. Primarily ticket [55a02f20ec]apnadkarni2022-09-051-4/+4
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | / / / / / / | | |/ / / / / / | |/| | | | | |
| | * | | | | | typo'sjan.nijtmans2022-09-031-3/+3
| | * | | | | | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-111-1/+1
* | | | | | | | Some more (internal) ClientData -> void * changesjan.nijtmans2022-09-021-19/+19
* | | | | | | | Merge 8.7jan.nijtmans2022-07-191-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Make a start converting -1 -> TCL_INDEX_NONE where appropriatejan.nijtmans2022-07-191-2/+2
* | | | | | | | Fix compiler warnings, due to the use of macro'sjan.nijtmans2022-03-211-2/+2
* | | | | | | | Merge 8.7jan.nijtmans2021-04-081-18/+18
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | TclWinConvertError -> Tcl_WinConvertErrorjan.nijtmans2021-03-091-18/+18
* | | | | | | | Merge 8.7jan.nijtmans2020-12-081-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
* | | | | | | | merge 8.7dgp2020-04-301-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | merge 8.6dgp2020-04-301-1/+1
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Win: use physical host DNS name instead cluster name. Ticket [da235271f1]oehhar2020-04-301-1/+1
| | * | | | | | Merge-mark 8.5. Remove some ARGSUSED usage.jan.nijtmans2020-04-171-7/+0
| | |\ \ \ \ \ \