summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixSock.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix some more indentingjan.nijtmans2024-06-181-300/+299
|\
| * Merge 8.6jan.nijtmans2024-06-181-318/+317
| |\
| | * Backport some code cleanup from 8.7/9.0. Fix indentingjan.nijtmans2024-06-181-301/+298
| | |
| * | Backport fix for [bda99f2393]: gets stdin problem when non-blocking - Windowsjan.nijtmans2024-03-191-1/+0
| | | | | | | | | (cherry-pick): Fix indentation/brace usage style issues
* | | 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-5/+5
| | |
* | | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-325/+325
| | | | | | | | | JN: Many of those changes are actually good, but there are too many changes to be able to search for a bug somewhere. Feel free to re-apply, after assuring it's really only whitespace changes. (my advise: do that after 9.0b2)
* | | Clean up a lot of small whitespace issues dkf2024-05-131-325/+325
| | | | | | | | | This is the dullest commit ever. Sorry.
* | | 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
| | | | | | | | | corrections in history.tcl and tcltest.test.
* | | Correct spelling errors in comments and documentation, but also a ↵pooryorick2023-04-121-10/+10
|\ \ \ | |/ / | | | | | | non-comment corrections in history.tcl and tcltest.test.
| * | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-10/+10
| | | | | | | | | corrections in history.tcl and tcltest.test.
* | | 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 ↵jan.nijtmans2023-03-301-4/+4
| | | | | | | | | | | | on other platforms either.
* | | 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 ↵jan.nijtmans2017-04-101-119/+169
| | | |\ \ \ \ \ | | | | |/ / / / | | | | | | | | | | | | | | | | change as Tcl_OpenTcpServerEx(): in stead of a port number, supplie a "service" string.
| | | | * | | | 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(), ↵jan.nijtmans2017-01-101-9/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | as companion to Tcl_OpenTcpServerEx(). Should be exported through new TIP.
| | | * | | | | | Experimental follow-up: Change internal TclCreateSocketAddress() signature, ↵jan.nijtmans2017-01-101-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from using "int port" to "const char *service".
* | | | | | | | | Merge 8.7jan.nijtmans2022-10-161-4/+8
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Prevent warning: tclUnixSock.c:1079:19: warning: unused variable 'size' ↵jan.nijtmans2022-10-161-4/+8
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | [-Wunused-variable]
* | | | | | | | Merge 8.7jan.nijtmans2022-10-121-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | TIP #344 bugfix: on some platforms, <netinet/tcp.h> needs <stdint.h> to be ↵jan.nijtmans2022-10-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | included first
* | | | | | | | 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
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | failure
* | | | | | | | | 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
| | | | | | | |