summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixSock.c
Commit message (Expand)AuthorAgeFilesLines
* 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.5jan.nijtmans2020-04-151-1/+1
|\ \ | |/
* | fixes [f583715154] - tclUnixSock.c: introduced ThreadActionProc considering a...sebres2020-03-311-1/+48
* | Move setting of interpreter error-message from tclUnixSock.c to tclIO.c, sinc...jan.nijtmans2020-03-051-31/+30
* | The close routines of the "tcp" channel type were failing to record errordgp2020-03-041-1/+10
* | Reset WSAGetLastError()/errno always, even when this error is not reported du...jan.nijtmans2020-01-301-5/+6
* | According to the [https://core.tcl-lang.org/tcl/artifact?udc=1&ln=469-471&nam...jan.nijtmans2020-01-301-17/+6
* | Simplify ToUtf(), expecially for TCL_UTF_MAX>3 (with correct surrogate handli...jan.nijtmans2018-06-251-3/+3
* | 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
* | (cherry-pick from "fix-1997007" branch): fix typo- resp. copy-paste-bug (usin...jan.nijtmans2017-04-281-1/+1
* | Deal with a couple of obscure causes of warnings on some versions of OSX.dkf2017-04-251-7/+28
* | [4d5ae7d88a] Stop crashes with asynchronous connects to hosts without addresses.dkf2016-10-041-1/+1
* | Merge trunkoehhar2014-12-171-25/+25
|\ \
| * | Remove a number of eol-spaces. No change in functionality.jan.nijtmans2014-11-141-25/+25
| * | fconfigure -peername and -sockname return empty string while async connect ru...oehhar2014-10-171-6/+26
| |\ \ | |/ / |/| |
* | | Implemented tip-427: socket fconfigure option -connecting plus no -peername,-...oehhar2014-09-261-7/+27
|/ /
* | [1758a0b603] socket_*-2.13 : Workaround the broken select() in some Linuxdgp2014-06-161-2/+56
|\ \ | |/
* | Valgrind doesn't like use of uninitialized variables.dgp2014-06-041-1/+1
* | These edits make the tests socket-14.11.[01] stop hanging, but also introducedgp2014-06-021-5/+3
* | * Give clearer names to some of the state flags and sync them with Windows...max2014-04-081-41/+90
* | Rename error to connectError in struct TcpState.max2014-04-071-11/+11
* | Rename CreateClientSocket to TcpConnectmax2014-04-071-8/+8
* | * Rework WaitForConnect() to fix synchronous completion of asynchronous co...max2014-04-041-30/+24
* | Make the naming of TcpState variables consistentmax2014-04-041-49/+53
* | * More test improvements for async sockets.max2014-03-141-7/+21
* | * Hide transient errors of the internal iterations of [socket -async] from...max2014-03-111-41/+34
* | WaitForConnect may only call back to CreateClientSocket when the socket is wr...max2014-03-101-1/+3
* | * tclUnixSock.c: Fix WaitForConnect() for client sockets that have to try ...max2014-03-101-9/+11
* | Broken intermediate state.max2014-02-281-0/+15
* | Revert [3c0b0bbda6]. If this really is a problem, it needs to get fixed by ot...max2013-11-181-3/+2
* | Fix [5425f2c082]: [fconfigure -error] breaks the background processing of a p...max2013-11-121-5/+14
* | Fix 3 trivial (possible) errors, discovered by covertity.comjan.nijtmans2013-09-041-0/+2
* | Fix compiler warning when compiling Itcl 4.0:jan.nijtmans2013-07-031-2/+3
* | [Bug 3598300]: unix: tcl.h does not include sys/stat.hjan.nijtmans2013-01-151-3/+3
* | Factor out creation of the -sockname and -peername lists frommax2012-11-261-48/+70
* | Final part of result generation conversion (modulo any minor blunders)dkf2012-08-051-68/+78
* | Use EAI_SYSTEM only if it exists.max2012-06-261-6/+1
* | Rework the error message generation of [socket], so that the errormax2012-06-221-10/+13
* | Avoid calling close() on a bogus fd when an attempt to open a client socketdgp2012-05-221-0/+3
* | don't try to run the cpuid test when cpuid is not availablejan.nijtmans2012-05-031-0/+2
|\ \ | |/
* | 3428753 Fix [socket -async] connections that manage to connect synchronously.dgp2012-05-031-2/+2
* | * Use the values returned by getaddrinfo() for all three arguments to sock...max2012-03-191-1/+22
* | [Bug 3401422] Cache script-level changes to the nonblocking flag of an async ...ferrieux2011-09-011-1/+7
* | Put back the check for server sockets (bug #3394732).max2011-08-291-0/+9
* | 3364777 Stop segfault caused by reading from struct after it had been freed.dgp2011-07-121-1/+4
* | * unix/tclUnixSock.c (CreateClientSocket): Fix and simplify posting of the...max2011-06-281-19/+56
* | * doc/socket.n: Document the fact that the event loop is now needed for [s...max2011-06-161-1/+2
* | Simplify file descriptor handling for client sockets and derivedmax2011-06-071-42/+38