summaryrefslogtreecommitdiffstats
path: root/win/tclWinSock.c
Commit message (Expand)AuthorAgeFilesLines
* Simpler commenting of Tcl_ChannelType instances; make zip channel type constdkf2024-06-091-16/+16
* Space before tab is an extremely unlikely to be correct indentation patterndkf2024-06-041-2/+2
* Fix [e589d9bdab]apnadkarni2024-05-241-1/+1
* Fix [3fc3287497]: TclGetProcessGlobalValue encodes information twice on Windowsjan.nijtmans2024-05-231-16/+15
|\
| * Fix [3fc3287497]: TclGetProcessGlobalValue encodes information twice on Windowsjan.nijtmans2024-05-231-16/+14
| |\
| | * Possible fix for [3fc3287497]: TclGetProcessGlobalValue encodes information t...jan.nijtmans2024-05-231-14/+11
| | * TCL_INTEGER_SPACE + 4 could be too small for a channelName on win32. Backport...jan.nijtmans2024-02-191-1/+1
| | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-16/+16
* | | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-2/+2
* | | Clean up a lot of small whitespace issues dkf2024-05-131-2/+2
* | | Merge 8.7jan.nijtmans2024-05-081-5/+5
|\ \ \ | |/ /
| * | Add some typecasts, remove duplicate "memset", remove some spacing.jan.nijtmans2024-05-081-5/+5
| * | Backport [e0bdc14669] "Cleaning up tclWinSock.c"oehhar2024-05-081-144/+168
| |\ \ | |/ / |/| |
* | | Cleaning up tclWinSock.cdkf2024-05-081-145/+169
* | | Few more spacing/formatting tweaksjan.nijtmans2024-03-201-1/+1
|\ \ \ | |/ /
| * | (backport) more spacing/formatting tweaks. For now, macosx/unix/win only.jan.nijtmans2024-03-201-2/+2
| * | Backport fix for [bda99f2393]: gets stdin problem when non-blocking - Windowsjan.nijtmans2024-03-191-3/+3
| * | (Cherry-pick): Derpfix...jan.nijtmans2024-02-161-3/+2
| * | (cherry-pick) Reduce the number of warnings on Windows: channel names generat...jan.nijtmans2024-02-161-9/+8
* | | more spacing/formatting tweaksdkf2024-03-191-2/+2
* | | Fix indentation/brace usage style issuesdkf2024-03-191-3/+3
* | | Derpfix...dkf2024-02-161-3/+2
* | | Reduce the number of warnings on Windows: channel names generated in one placedkf2024-02-161-10/+9
* | | Merge 8.7 - Bug [31fc36fe47] - socket crash with multiple threads.apnadkarni2023-10-211-68/+67
|\ \ \ | |/ /
| * | Proposed fixapnadkarni2023-10-211-68/+67
* | | Merge 8.7jan.nijtmans2023-10-101-1/+1
|\ \ \ | |/ /
* | | 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