summaryrefslogtreecommitdiffstats
path: root/win/tclWinSock.c
Commit message (Expand)AuthorAgeFilesLines
* * unix/tclUnixSock.c: Use a ProcessGlobalValue to store thedgp2005-07-131-47/+56
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* TIP#218 IMPLEMENTATIONandreas_kupries2005-01-271-124/+72
* Style fixesdkf2004-10-061-5/+11
* (SocketEventProc) : connect errors should fire both the readable anddavygrvy2004-05-051-2/+6
* (SocketThreadExitHandler): Don't call TerminateThread whendavygrvy2004-02-211-14/+5
* All uses of 'panic' (the macro) changeddavygrvy2003-12-241-2/+2
* (SocketThreadExitHandler) : added a TerminateThread fallback just in casedavygrvy2003-12-121-2/+12
* * win/tclWinSock.c (TcpWatchProc): Watch for FD_CLOSE too whenandreas_kupries2003-10-231-3/+3
* Changed comment to note that OpenWatcom suffers the same missing LPFN_*davygrvy2003-08-271-2/+2
* * The changes below fix SF bugs [593810], and [718045].andreas_kupries2003-04-221-1/+132
* * win/tclWin32Dll.c (squelch_warnings): Squelchmdejong2003-01-161-18/+20
* * win/configure: Regen.mdejong2003-01-131-1/+59
* * win/tclWinSock.c (SocketThreadExitHandler, InitSockets): Checkdavygrvy2002-12-081-15/+17
* * win/tclWinSock.c: WSAStartup() loaded version comparisondavygrvy2002-11-271-7/+25
* * win/tclWinSock.c: Removed shutdown() from the functiondavygrvy2002-11-271-12/+7
* Missed a couple left-overs from my TcpAccept hack. Now fixed. Sorry for thedavygrvy2002-11-271-33/+16
* adjusted some commentary to be more accurate.davygrvy2002-11-271-5/+6
* Incorrect local edit of this file was previously committed that included adavygrvy2002-11-271-108/+61
* * win/tclWinPort.h:davygrvy2002-11-271-402/+580
* * win/tclWinConsole.c:davygrvy2002-11-261-2/+2
* * win/tclWinSock.c (TcpWatchProc): Fixed SF Tcl Bug #557878. Weandreas_kupries2002-05-241-18/+21
* Corrections to earlier TIP 27 changes.dgp2002-01-241-2/+2
* * Updated socket interfaces according to TIP 27. Updated callers.dgp2002-01-231-11/+11
* * Updated APIs in the file generic/tclIO.c according to the guidelinesdgp2002-01-151-5/+5
* * win/tclWinSock.c (TcpGetOptionProc): Fix for tcl bug itemandreas_kupries2001-12-131-7/+16
* win/tclWinSock.c (SocketThread): corrected pointer cast for _WIN64.hobbs2001-09-201-2/+2
* * win/tclWinSock.c (SocketEventProc): Fixed race condition inhobbs2001-03-311-2/+2
* up-port of the stacked channel implementation rewrite in 8.3.2 tohobbs2000-09-281-11/+15
* * win/tclWin32Dll.c:hobbs1999-12-091-31/+16
* * win/tclWinSock.c: Added comment block to SocketThread()redman1999-08-011-8/+27
* * win/tclWinPipe.c:redman1999-07-311-3/+4
* win/tclWinSock.c: free Win32 Event handles when destroying socketredman1999-07-291-1/+6
* Bug fixes for threaded Tcl on NT with single and dual CPUs. Still someredman1999-07-271-1/+10
* Fix hange with socket code (win32) with threads enabled, fixedredman1999-07-221-14/+26
* * win/tclWinSock.c: Modified 8.1.0 version of the Win32 socketredman1999-07-211-2279/+2421
* * win/tclWinSock.c: Rolled back to the 8.1.0 implementationstanton1999-06-081-2674/+2279
* generic/tclThreadTest.c: Fix race condition in testthread code.redman1999-05-261-10/+21
* Improved socket driver, use WSAEventSelect on NTredman1999-04-221-122/+506
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-276/+395
* * Merge 8.0.5 changes:stanton1999-04-151-1/+9
* Merged stubs changes into mainline for 8.0stanton1999-03-101-7/+7
* * unix/tclUnixChan.c:stanton1999-02-031-3/+21
* * tclWinSock.c (CreateSocket, TcpAccept): Windows NT createsstanton1998-12-041-1/+15
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
* fixed bug in socket code: use of FIONREAD is not supported on Windowsstanton1998-05-271-93/+100
* Initial revisionrjohnson1998-03-261-0/+2113