summaryrefslogtreecommitdiffstats
path: root/win/tclWinSock.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | | | | | | Rebase to 8.7jan.nijtmans2022-10-121-8/+6
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | TIP #641 implementation: Let Tcl_GetBoolean(FromObj) handle (C99) booljan.nijtmans2022-10-041-12/+6
* | | | | | | Adapt implementation to TIP: -nagle -> -nodelay (and invert some logic)jan.nijtmans2022-09-261-7/+7
* | | | | | | 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-112/+111
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | 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-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
* | | | | | | | TIP #344 implementationjan.nijtmans2022-09-031-54/+28
|/ / / / / / /
* | | | | | | Make a start converting -1 -> TCL_INDEX_NONE where appropriatejan.nijtmans2022-07-191-2/+2
* | | | | | | TclWinConvertError -> Tcl_WinConvertErrorjan.nijtmans2021-03-091-18/+18
* | | | | | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-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
| |\ \ \ \ \ \
| | * | | | | | Unbreak shared windows build. Remove some ARGSUSED usage.jan.nijtmans2020-04-171-3/+0
| | * | | | | | win socket -async: do not loose connect notification by temporarily stop conn...oehhar2014-05-301-6/+14
| | |\ \ \ \ \ \
| | | * | | | | | Try not to loose FD_CONNECT by switching monitoring off.oehhar2014-05-291-5/+9
| | |/ / / / / /
* | | | | | | | TIP 569 - remove lint commentsdgp2020-03-171-7/+0
* | | | | | | | TCL_UNUSED for win sources.dgp2020-03-091-13/+6
* | | | | | | | Implement TIP #562: Deprecate channel types 1-4jan.nijtmans2020-02-281-0/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Make Tcl_ChannelCloseProc() deprecated too. Implement close2Proc and wideSeek...jan.nijtmans2020-01-311-0/+4
* | | | | | | | | Merge 8.7jan.nijtmans2020-02-261-3/+3
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2020-02-241-3/+3
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| / / / / / / / | | |/ / / / / / /
| | * | | | | | | Fix [da235271f1]: [info hostname] on Windows is limited to max NetBIOS name l...jan.nijtmans2020-02-211-3/+3
* | | | | | | | | Merge 8.7jan.nijtmans2020-02-131-19/+11
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge 8.6jan.nijtmans2020-01-301-5/+6
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Reset WSAGetLastError()/errno always, even when this error is not reported du...jan.nijtmans2020-01-301-5/+6
| * | | | | | | | Merge 8.6jan.nijtmans2020-01-301-16/+7
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | According to the [https://core.tcl-lang.org/tcl/artifact?udc=1&ln=469-471&nam...jan.nijtmans2020-01-301-16/+7
| * | | | | | | Merge 8.6jan.nijtmans2019-09-201-2/+2
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Let's use GetWindowLongW/SetWindowLongW on Win32 directly. Missed them becaus...jan.nijtmans2019-09-201-2/+2
* | | | | | | | More Win32 API impovals.jan.nijtmans2019-09-201-8/+8
* | | | | | | | Merge 8.7jan.nijtmans2019-09-191-11/+11
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge 8.6jan.nijtmans2019-09-191-2/+2
| |\ \ \ \ \ \ \ | | |/ / / / / /