Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Corrected out of date comment | dgp | 2001-04-04 | 1 | -3/+3 |
| | |||||
* | 2000-04-23 Jim Ingham <jingham@cygnus.com> These changes make ↵ | jingham | 2000-04-24 | 1 | -25/+130 |
| | | | | some error handling marginally better for Mac sockets. It is still somewhat flakey, however. * mac/tclMacSock.c (TcpClose): Add timeouts to the close - these don't seem to be honored, however. * Use a separate PB for the release, since an async connect socket will still be using the original buffer. * Make sure TCPRelease returns noErr before freeing the recvBuff. If the call returns an error, then the buffer is not right. * mac/tclMacSocket.c (CreateSocket): Add timeouts to the async create. These don't seem to trigger, however. Sigh... * mac/tclMacSocket.c (WaitForSocketEvent): If an TCP_ASYNC_CONNECT socket errors out, then return EWOULDBLOCK & error out. * mac/tclMacSock.c: (NotifyRoutine) Added a NotifyRoutine for experimenting with MacTCP. | ||||
* | Don't panic when you can't close an async socket on error. It seems to be ↵ | jingham | 2000-02-10 | 1 | -11/+7 |
| | | | | benign to just pass out the error, which is a better solution in the long term. | ||||
* | Move Mark Roseman's fix for slow connections from Tcl 8.0 to Tcl 8.2. | jingham | 1999-08-10 | 1 | -2/+30 |
| | |||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -111/+105 |
| | |||||
* | * Merge 8.0.5 changes: | stanton | 1999-04-15 | 1 | -2/+30 |
| | | | | | | | | | - Mac changes for final release - Minor fixes to tools configure file * win/tclWinSock.c: Apply patch to allow write access to a socket if FD_WRITE is sent but FD_CONNECT is not. Some strange problem with either Win32 or a socket driver. [Bug: 1664 1776] | ||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+2615 |