| Commit message (Expand) | Author | Age | Files | Lines |
* | Tcl_SetVar -> Tcl_SetVar2 and comparable replacements, eliminating functions ... | jan.nijtmans | 2016-06-29 | 1 | -1/+1 |
|
|
* | Merge trunk | oehhar | 2014-12-17 | 1 | -25/+25 |
|\ |
|
| * | Remove a number of eol-spaces. No change in functionality. | jan.nijtmans | 2014-11-14 | 1 | -25/+25 |
|
|
| * | fconfigure -peername and -sockname return empty string while async connect ru... | oehhar | 2014-10-17 | 1 | -6/+26 |
| |\
| |/
|/| |
|
* | | Implemented tip-427: socket fconfigure option -connecting plus no -peername,-... | oehhar | 2014-09-26 | 1 | -7/+27 |
|/ |
|
* | [1758a0b603] socket_*-2.13 : Workaround the broken select() in some Linux | dgp | 2014-06-16 | 1 | -2/+56 |
|\ |
|
* | | Valgrind doesn't like use of uninitialized variables. | dgp | 2014-06-04 | 1 | -1/+1 |
|
|
* | | These edits make the tests socket-14.11.[01] stop hanging, but also introduce | dgp | 2014-06-02 | 1 | -5/+3 |
|
|
* | | * Give clearer names to some of the state flags and sync them with Windows...bug_13d3af3ad5 | max | 2014-04-08 | 1 | -41/+90 |
|
|
* | | Rename error to connectError in struct TcpState. | max | 2014-04-07 | 1 | -11/+11 |
|
|
* | | Rename CreateClientSocket to TcpConnect | max | 2014-04-07 | 1 | -8/+8 |
|
|
* | | * Rework WaitForConnect() to fix synchronous completion of asynchronous co... | max | 2014-04-04 | 1 | -30/+24 |
|
|
* | | Make the naming of TcpState variables consistent | max | 2014-04-04 | 1 | -49/+53 |
|
|
* | | * More test improvements for async sockets. | max | 2014-03-14 | 1 | -7/+21 |
|
|
* | | * Hide transient errors of the internal iterations of [socket -async] from... | max | 2014-03-11 | 1 | -41/+34 |
|
|
* | | WaitForConnect may only call back to CreateClientSocket when the socket is wr... | max | 2014-03-10 | 1 | -1/+3 |
|
|
* | | * tclUnixSock.c: Fix WaitForConnect() for client sockets that have to try ... | max | 2014-03-10 | 1 | -9/+11 |
|
|
* | | Broken intermediate state. | max | 2014-02-28 | 1 | -0/+15 |
|
|
* | | Revert [3c0b0bbda6]. If this really is a problem, it needs to get fixed by ot... | max | 2013-11-18 | 1 | -3/+2 |
|
|
* | | Fix [5425f2c082]: [fconfigure -error] breaks the background processing of a p... | max | 2013-11-12 | 1 | -5/+14 |
|
|
* | | Fix 3 trivial (possible) errors, discovered by covertity.com | jan.nijtmans | 2013-09-04 | 1 | -0/+2 |
|
|
* | | Fix compiler warning when compiling Itcl 4.0: | jan.nijtmans | 2013-07-03 | 1 | -2/+3 |
|
|
* | | [Bug 3598300]: unix: tcl.h does not include sys/stat.h | jan.nijtmans | 2013-01-15 | 1 | -3/+3 |
|
|
* | | Factor out creation of the -sockname and -peername lists from | max | 2012-11-26 | 1 | -48/+70 |
|
|
* | | Final part of result generation conversion (modulo any minor blunders) | dkf | 2012-08-05 | 1 | -68/+78 |
|
|
* | | Use EAI_SYSTEM only if it exists. | max | 2012-06-26 | 1 | -6/+1 |
|
|
* | | Rework the error message generation of [socket], so that the error | max | 2012-06-22 | 1 | -10/+13 |
|
|
* | | Avoid calling close() on a bogus fd when an attempt to open a client socket | dgp | 2012-05-22 | 1 | -0/+3 |
|
|
* | | don't try to run the cpuid test when cpuid is not available | jan.nijtmans | 2012-05-03 | 1 | -0/+2 |
|\ \
| |/ |
|
* | | 3428753 Fix [socket -async] connections that manage to connect synchronously. | dgp | 2012-05-03 | 1 | -2/+2 |
|
|
* | | * Use the values returned by getaddrinfo() for all three arguments to sock... | max | 2012-03-19 | 1 | -1/+22 |
|
|
* | | [Bug 3401422] Cache script-level changes to the nonblocking flag of an async ... | ferrieux | 2011-09-01 | 1 | -1/+7 |
|
|
* | | Put back the check for server sockets (bug #3394732). | max | 2011-08-29 | 1 | -0/+9 |
|
|
* | | 3364777 Stop segfault caused by reading from struct after it had been freed. | dgp | 2011-07-12 | 1 | -1/+4 |
|
|
* | | * unix/tclUnixSock.c (CreateClientSocket): Fix and simplify posting of the... | max | 2011-06-28 | 1 | -19/+56 |
|
|
* | | * doc/socket.n: Document the fact that the event loop is now needed for [s... | max | 2011-06-16 | 1 | -1/+2 |
|
|
* | | Simplify file descriptor handling for client sockets and derived | max | 2011-06-07 | 1 | -42/+38 |
|
|
* | | Fix bug#3084338, a memleak when a [socket -async] was closed before the conne... | max | 2011-06-07 | 1 | -29/+22 |
|
|
* | | * Don't use port 0 for test 14.2 as it fails in different ways on Linux an... | max | 2011-06-06 | 1 | -30/+29 |
|
|
* | | * Improve socket.test by checking the latency on the loopback address and ... | max | 2011-06-01 | 1 | -33/+33 |
|
|
* | | * Fix setting up of [fileevent] while an async socket is still in progress
| max | 2011-05-30 | 1 | -42/+59 |
|
|
* | | Fix [socket -async] for DNS names with more than one address | max | 2011-05-27 | 1 | -98/+133 |
|
|
* | | * unix/tclUnixSock.c (TcpWatchProc): No need to check for server sockets h... | max | 2011-05-11 | 1 | -18/+9 |
|
|
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -15/+13 |
|
|
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | Removed unused variables | vasiljevic | 2006-09-07 | 1 | -6/+1 |
|
|
| | * | Rewritten MT-safe wrappers to return ptrs to TSD storage | vasiljevic | 2006-09-07 | 1 | -12/+3 |
|
|
| | * | Added MT-safe implementation of some library calls. | vasiljevic | 2006-09-06 | 1 | -1/+15 |
|
|