| Commit message (Expand) | Author | Age | Files | Lines |
* | nonportable -> nonPortable | jan.nijtmans | 2015-09-02 | 1 | -5/+5 |
|
|
* | test for bug [c6ed4acfd8]: running async socket connect with other connect es... | oehhar | 2014-12-07 | 1 | -0/+18 |
|
|
* | update changes; more test suite polishing. | dgp | 2014-11-07 | 1 | -1/+1 |
|
|
* | New tests: 14.16: -peername empty while async connect running, 14.17: -sockname | oehhar | 2014-10-17 | 1 | -0/+22 |
|
|
* | makeFile / removeFile balance | dgp | 2014-07-10 | 1 | -0/+8 |
|
|
* | [f652ae79ed] Close sockets used in tests, so as not to corrupt other | dgp | 2014-07-10 | 1 | -0/+1 |
|
|
* | merge socket test from 8.5 | dgp | 2014-06-16 | 1 | -0/+42 |
|\ |
|
| * | Draft test for [1758a0b603]. | dgp | 2014-06-13 | 1 | -0/+41 |
|
|
* | | Tests socket*-2.12 test for DiscardOutput() updates. | dgp | 2014-06-05 | 1 | -1/+39 |
|\ \
| |/ |
|
| * | Test socket-2.12 covers the DiscardOutput() update. | dgp | 2014-06-05 | 1 | -1/+39 |
|
|
| * | Moved tests socket-8.2 and socket-8.3 to socket-14.3 and socket-14.4 and made... | oehhar | 2014-04-04 | 1 | -29/+31 |
| |\ |
|
| * \ | Fix bug [581937ab1e]: fire readable event on async socket connect failurebug_581937ab1e | oehhar | 2014-04-02 | 1 | -0/+17 |
| |\ \ |
|
| * | | | Test to demonstrate bug [336441ed59]. Depends on timing and will not always f... | oehhar | 2014-04-02 | 1 | -0/+16 |
|
|
* | | | | These edits make the tests socket-14.11.[01] stop hanging, but also introduce | dgp | 2014-06-02 | 1 | -1/+1 |
|
|
* | | | | Improve robustness of the socket tests against systems that support IPv6, but... | max | 2014-06-02 | 1 | -60/+75 |
|
|
* | | | | Fix c&p errors in test descriptions | max | 2014-05-21 | 1 | -4/+4 |
|
|
* | | | | * Give clearer names to some of the state flags and sync them with Windows...bug_13d3af3ad5 | max | 2014-04-08 | 1 | -0/+34 |
|
|
* | | | | Changed error report logic, that an async connect error is only reported by '... | oehhar | 2014-04-08 | 1 | -6/+6 |
| |_|/
|/| | |
|
* | | | Move tests 8.2 and 8.3 out of the IPv4/IPv6 loop to 14.13 and 14.14. | max | 2014-04-04 | 1 | -31/+32 |
|
|
* | | | Fix/improve tests. | max | 2014-04-04 | 1 | -37/+30 |
|
|
* | | | Add tests for bugs [336441ed59] and [581937ab1e] from core-8-5-branch. | max | 2014-04-04 | 1 | -0/+29 |
|
|
* | | | * Rework WaitForConnect() to fix synchronous completion of asynchronous co... | max | 2014-04-04 | 1 | -5/+8 |
| |/
|/| |
|
* | | * More test improvements for async sockets. | max | 2014-03-14 | 1 | -19/+26 |
|
|
* | | * Hide transient errors of the internal iterations of [socket -async] from... | max | 2014-03-11 | 1 | -5/+155 |
|
|
* | | WaitForConnect may only call back to CreateClientSocket when the socket is wr... | max | 2014-03-10 | 1 | -2/+2 |
|
|
* | | * tclUnixSock.c: Fix WaitForConnect() for client sockets that have to try ... | max | 2014-03-10 | 1 | -20/+179 |
|
|
* | | More debug to chase different fd in struct than in callback | oehhar | 2014-03-06 | 1 | -0/+6 |
|
|
* | | socket-14.6 only makes sense where both, IPv4 and IPv6 are supported. | max | 2013-11-12 | 1 | -1/+1 |
|
|
* | | Fix [5425f2c082]: [fconfigure -error] breaks the background processing of a p... | max | 2013-11-12 | 1 | -0/+28 |
|
|
* | | Let all test-cases which require Thread, at least require Thread 2.7 | jan.nijtmans | 2012-11-16 | 1 | -1/+1 |
|
|
* | | Prevented intermittent test failure due to race condition. | dkf | 2012-05-31 | 1 | -0/+1 |
|
|
* | | Update requirements to avoid old buggy Thread releases. | dgp | 2012-05-21 | 1 | -1/+1 |
|
|
* | | 3428754 Test socket-14.2 tolerate [socket -async] connection that connects | dgp | 2012-05-03 | 1 | -9/+12 |
|
|
* | | Made test socket-14.1 more robust to stop failure on OS X (Snow Leopard) | dgp | 2011-09-16 | 1 | -0/+1 |
|
|
* | | 3390699 Convert [testthread] use to Thread package use in socket_*-13.1. | dgp | 2011-09-11 | 1 | -19/+10 |
|
|
* | | Rework constraint detection and add constraints that cater for the fact, that... | max | 2011-06-28 | 1 | -9/+22 |
|
|
* | | replace socket-14.3 with a test that is more useful and less likely to random... | max | 2011-06-28 | 1 | -12/+17 |
|
|
* | | * unix/tclUnixSock.c (CreateClientSocket): Fix and simplify posting of the... | max | 2011-06-28 | 1 | -7/+60 |
|
|
* | | Merge fixes for [socket -async] and other improvements to the unix socket code | max | 2011-06-22 | 1 | -1/+85 |
|\ \ |
|
| * | | complete a comment in socket.testrmax_ipv6_branch | max | 2011-06-22 | 1 | -1/+2 |
|
|
| * | | * doc/socket.n: Document the fact that the event loop is now needed for [s... | max | 2011-06-16 | 1 | -0/+3 |
|
|
| * | | * Don't use port 0 for test 14.2 as it fails in different ways on Linux an... | max | 2011-06-06 | 1 | -2/+2 |
|
|
| * | | * Improve socket.test by checking the latency on the loopback address and ... | max | 2011-06-01 | 1 | -7/+30 |
|
|
| * | | * Fix setting up of [fileevent] while an async socket is still in progress
| max | 2011-05-30 | 1 | -2/+37 |
|
|
| * | | Fix [socket -async] for DNS names with more than one address | max | 2011-05-27 | 1 | -0/+22 |
|
|
* | | | Add test constraint, so 6.2 and 6.3 don't fail when the machine does not have... | jan.nijtmans | 2011-06-06 | 1 | -2/+2 |
|/ / |
|
* | | fix a timing issue in socket-12.3 | max | 2011-05-27 | 1 | -1/+2 |
|
|
* | | * unix/tclUnixSock.c (TcpWatchProc): No need to check for server sockets h... | max | 2011-05-11 | 1 | -0/+18 |
|
|
* | | 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 |
| |\ |
|