summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixSock.c
Commit message (Expand)AuthorAgeFilesLines
* Fix indentation/brace usage style issuesdkf2024-03-191-1/+0
* Merge 8.7jan.nijtmans2023-10-121-4/+4
|\
| * Merge 8.6jan.nijtmans2023-10-121-4/+4
| |\
| | * Fix [bf899d6d6d]: tclUnixSock.c: remove unnecessary castjan.nijtmans2023-10-121-8/+8
| | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-10/+10
* | | Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-10/+10
|\ \ \ | |/ /
| * | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-10/+10
* | | 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
* | | Merge 8.7jan.nijtmans2023-03-071-4/+4
|\ \ \ | |/ /
| * | [b4af93cd9f] Proposed fix from apnadkarni. It works!dgp2023-03-061-4/+4
| * | Deprecate TclpHasSockets(): Every system nowadays has socketsjan.nijtmans2022-11-071-25/+2
* | | Remove TclpHasSockets(): Every system nowadays has socketsjan.nijtmans2022-11-061-23/+0
* | | Merge 8.7jan.nijtmans2022-10-271-1/+5
|\ \ \ | |/ /
| * | TIP #468: Support Passing TCP listen Backlog Size Option to TCP Socket Creationjan.nijtmans2022-10-271-1/+5
| |\ \
| | * \ rebase to 8.7. Add documentationjan.nijtmans2022-10-131-1/+5
| | |\ \
| | | * \ Merge 8.7jan.nijtmans2019-11-171-7/+10
| | | |\ \
| | | * \ \ Merge tip-468 branchjan.nijtmans2018-10-281-28/+78
| | | |\ \ \
| | | | * \ \ Merge 8.7jan.nijtmans2018-10-281-28/+78
| | | | |\ \ \
| | | * | \ \ \ Merge "tip-468" branch. Add new function Tcl_OpenTcpClientEx() with same chan...jan.nijtmans2017-04-101-119/+169
| | | |\ \ \ \ \ | | | | |/ / / /
| | | | * | | | merge (minor style issues from) trunkjan.nijtmans2017-04-101-115/+161
| | | | |\ \ \ \
| | | | * | | | | TIP 468 implementation from Shannon Noe.dkf2017-04-091-1/+5
| | | * | | | | | Further experimental follow-up: Add internal function TclOpenTcpClientEx(), a...jan.nijtmans2017-01-101-9/+20
| | | * | | | | | Experimental follow-up: Change internal TclCreateSocketAddress() signature, f...jan.nijtmans2017-01-101-3/+7
* | | | | | | | | Merge 8.7jan.nijtmans2022-10-161-4/+8
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Prevent warning: tclUnixSock.c:1079:19: warning: unused variable 'size' [-Wun...jan.nijtmans2022-10-161-4/+8
| |/ / / / / / /
* | | | | | | | Merge 8.7jan.nijtmans2022-10-121-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | TIP #344 bugfix: on some platforms, <netinet/tcp.h> needs <stdint.h> to be in...jan.nijtmans2022-10-121-1/+1
* | | | | | | | Merge 8.7jan.nijtmans2022-10-121-5/+128
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Adapt implementation to TIP: -nagle -> -nodelay (and invert some logic)jan.nijtmans2022-09-261-7/+5
| * | | | | | | Merge 8.7jan.nijtmans2022-09-081-10/+3
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-09-071-4/+4
| |\ \ \ \ \ \ \ \
| * | | | | | | | | TIP #344 implementationjan.nijtmans2022-09-031-7/+132
* | | | | | | | | | Merge 8.7jan.nijtmans2022-09-081-10/+3
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | Combine flags and testFlags in TcpState. That should unbreak socket testcase ...jan.nijtmans2022-09-081-10/+3
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge 8.7jan.nijtmans2022-09-071-4/+4
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge 8.6jan.nijtmans2022-09-071-4/+4
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| | * | | | | | | code cleanup (backported from 8.7)jan.nijtmans2022-09-071-39/+39
* | | | | | | | | Merge 8.7. Primarily ticket [55a02f20ec]apnadkarni2022-09-051-2/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge 8.6. Primarily ticket [55a02f20ec]apnadkarni2022-09-051-2/+2
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | / / / / / / | | |/ / / / / / | |/| | | | | |
| | * | | | | | typo'sjan.nijtmans2022-09-031-2/+2
* | | | | | | | Merge 8.7jan.nijtmans2022-07-191-5/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Make a start converting -1 -> TCL_INDEX_NONE where appropriatejan.nijtmans2022-07-191-5/+5
* | | | | | | | Merge 8.7jan.nijtmans2022-06-021-5/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge 8.6. Eliminate some (long) typecastsjan.nijtmans2022-06-021-5/+5
| |\ \ \ \ \ \ \ | | |/ / / / / /
* | | | | | | | 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.7jan.nijtmans2020-09-171-4/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Change version number of http package from 2.9.5 -> 2.10.0a1, since it's diff...jan.nijtmans2020-09-171-4/+4
| |\ \ \ \ \ \ \ | | |/ / / / / /