summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixSock.c
Commit message (Expand)AuthorAgeFilesLines
* Prevent warning: tclUnixSock.c:1079:19: warning: unused variable 'size' [-Wun...jan.nijtmans2022-10-161-4/+8
* TIP #344 bugfix: on some platforms, <netinet/tcp.h> needs <stdint.h> to be in...jan.nijtmans2022-10-121-1/+1
* Adapt implementation to TIP: -nagle -> -nodelay (and invert some logic)jan.nijtmans2022-09-261-7/+5
* 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.6. Primarily ticket [55a02f20ec]apnadkarni2022-09-051-2/+2
| |\ \ | | |/
| | * typo'sjan.nijtmans2022-09-031-2/+2
* | | TIP #344 implementationjan.nijtmans2022-09-031-7/+132
|/ /
* | Make a start converting -1 -> TCL_INDEX_NONE where appropriatejan.nijtmans2022-07-191-5/+5
* | Merge 8.6. Eliminate some (long) typecastsjan.nijtmans2022-06-021-5/+5
|\ \ | |/
* | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
* | Change version number of http package from 2.9.5 -> 2.10.0a1, since it's diff...jan.nijtmans2020-09-171-4/+4
|\ \ | |/
| * Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-111-1/+1
| * Merge-mark 8.5. Remove some ARGSUSED usage.jan.nijtmans2020-04-171-5/+0
| |\
* | \ Merge 8.6jan.nijtmans2020-04-151-1/+1
|\ \ \ | |/ /
| * | Merge 8.5jan.nijtmans2020-04-151-1/+1
| |\ \ | | |/
* | | merge 8.6dgp2020-04-011-1/+48
|\ \ \ | |/ /
| * | fixes [f583715154] - tclUnixSock.c: introduced ThreadActionProc considering a...sebres2020-03-311-1/+48
* | | TIP 569 - remove lint commentsdgp2020-03-171-5/+0
* | | TCL_UNUSED in the unix sources.dgp2020-03-091-16/+6
* | | Merge 8.6jan.nijtmans2020-03-051-13/+6
|\ \ \ | |/ /
| * | Move setting of interpreter error-message from tclUnixSock.c to tclIO.c, sinc...jan.nijtmans2020-03-051-31/+30
* | | merge 8.6dgp2020-03-041-3/+11
|\ \ \ | |/ /
| * | The close routines of the "tcp" channel type were failing to record errordgp2020-03-041-1/+10
* | | 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-131-20/+10
|\ \ \ \ | |/ / /
| * | | 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-17/+6
| |\ \ \ | | |/ /
| | * | According to the [https://core.tcl-lang.org/tcl/artifact?udc=1&ln=469-471&nam...jan.nijtmans2020-01-301-17/+6
* | | | Mark more unused parametersjan.nijtmans2019-09-031-2/+9
* | | | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-45/+45
|/ / /
* | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-1/+1
* | | merge 8.7dgp2018-10-181-3/+3
|\ \ \
| * \ \ merge 8.6jan.nijtmans2018-06-251-3/+3
| |\ \ \ | | |/ /
| | * | Simplify ToUtf(), expecially for TCL_UTF_MAX>3 (with correct surrogate handli...jan.nijtmans2018-06-251-3/+3
* | | | merge 8.7dgp2017-12-191-1/+1
|\ \ \ \ | |/ / /
| * | | Revert a few more (int -> size_t) transitions, which could effect extensions ...jan.nijtmans2017-12-151-1/+1
* | | | merge trunkdgp2017-09-011-1/+5
|\ \ \ \ | |/ / /
| * | | merge core-8-6-branchjan.nijtmans2017-08-221-1/+5
| |\ \ \ | | |/ /
| | * | Fix [d2612a2fa193196787aab33bb57f69b1eef9e30c|d2612a2fa1]: Build breaks becau...jan.nijtmans2017-08-221-123/+170
| | * | [f2336c116b] Move pragmas to make gcc happy; it is pickier than clang.dgp2017-08-141-3/+3
* | | | merge trunkdgp2017-06-161-3/+3
|\ \ \ \ | |/ / /
| * | | [f2336c116b] Move pragmas to make gcc happy; it is pickier than clang.dkf2017-06-141-3/+3
* | | | merge trunkdgp2017-05-081-1/+1
|\ \ \ \ | |/ / /
| * | | merge core-8-6-branchjan.nijtmans2017-04-281-1/+1
| |\ \ \ | | |/ /