summaryrefslogtreecommitdiffstats
path: root/win/tclWinSock.c
Commit message (Expand)AuthorAgeFilesLines
* better solution for bug-510001bug_510001jan.nijtmans2012-03-291-2/+2
* [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-3/+2
* Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
* * tclWinsock.c: [Bug 3056775]: Fixed race condition between threadandreas_kupries2010-09-241-1/+47
* Backport fix for [Bug 1028264]: WSACleanup() too early. The fix introduces "l...ferrieux2009-04-271-2/+2
* Backport fix for [Bug 2446662]: resync Win behavior on RST with that of unix ...ferrieux2009-04-271-2/+14
* * win/tclWinSock.c (Tcl_GetHostName): update to previous fix tohobbs2007-11-291-40/+16
* * win/tclWinSock.c: Add missing encoding conversion of thedgp2007-11-271-5/+16
* * win/makefile.vc: Updated MSVC build to properly deal withpatthoyts2006-09-261-2/+2
* Finalization of the sockets is now solely done invasiljevic2006-03-101-62/+72
* Apply [Patch 1353853] to prevent UMR randomness.dkf2005-11-281-2/+2
* TIP#218 IMPLEMENTATIONandreas_kupries2005-01-271-22/+101
* * win/tclWinSock.c:davygrvy2004-05-061-4/+9
* * win/tclWinSock.c (TcpWatchProc): Watch for FD_CLOSE too whenandreas_kupries2003-10-231-3/+3
* * 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