summaryrefslogtreecommitdiffstats
path: root/win/tclWinSock.c
Commit message (Expand)AuthorAgeFilesLines
* Add a linker hint for msvc to include ws2_32.libpatthoyts2008-02-221-1/+5
* merge stable branch onto HEADdgp2007-12-131-1/+1
* * win/configure, win/tcl.m4: add ws2_32.lib / -lws2_32 to build.hobbs2007-11-301-281/+80
* * generic/tclWinSock.c (InitializeHostName): Correct error indgp2007-11-291-3/+3
* * win/tclWinSock.c: Add mising encoding conversion of the [infodgp2007-11-271-5/+10
* various "const" additions, in line with TIP #27nijtmans2007-02-201-14/+14
* Minor updates (convert comment-outs to #ifdef outs, clean up comments/indents)dkf2007-01-021-106/+120
* * win/tclWinSock.c: Correct un-initialized Tcl_DString. Thanksdgp2006-07-241-15/+17
* * win/tclWinInit.c: More careful calls to Tcl_DStringSetLength()dgp2006-04-051-1/+3
* * doc/CrtChannel.3: Added TCL_CHANNEL_VERSION_5, made itandreas_kupries2006-03-271-2/+3
* Finalization of the sockets/pipesvasiljevic2006-03-101-55/+68
* Export stubs for libtommath; fix mingw compiler warningsKevin B Kenny2005-12-131-9/+9
* ANSIfydkf2005-11-041-112/+123
* Applied patch #1096916 to support building with MSVC 8.patthoyts2005-11-031-2/+2
* Getting more systematic about styledkf2005-07-241-703/+688
* * 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