summaryrefslogtreecommitdiffstats
path: root/win/tclWinSock.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | * doc/socket.n: Document the changes to the [socket] and rmax2010-09-281-171/+317
* | | * tclWinsock.c: [Bug 3056775]: Fixed race condition between threadandreas_kupries2010-09-241-1/+47
* | | Various clean-ups, converting from tclWinProc->xxxProc directly to Xxxnijtmans2010-09-131-3/+3
* | | [Freq 2965056]: Windows build with -DUNICODEnijtmans2010-08-301-2/+2
* | | Unnecessary type casts, See Tcl [Patch #2997087]nijtmans2010-05-111-7/+7
* | | TCHAR-related fixes, making those files compile fine when TCHAR != charnijtmans2010-05-041-5/+6
* | | test that tclOO stubs are present in stub librarynijtmans2010-03-071-5/+5
* | | Eliminate all internal Tcl_WinUtfToTCharnijtmans2010-02-151-2/+2
* | | * win/tclWinDde.c: VC++ 6.0 doesn't havenijtmans2010-01-101-3/+3
* | | Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still ...nijtmans2009-12-211-3/+3
* | | Fix [Bug 1028264]: WSACleanup() too early. The fix introduces "late exit han...ferrieux2009-01-271-2/+2
* | | Fix [Bug 2446662]: resync Win behavior on RST with that of unix (EOF).ferrieux2009-01-261-2/+14
* | | TIP #332 IMPLEMENTATION - Half-Close for Bidirectional Channelsferrieux2008-12-181-2/+55
* | | Style improvements - invoking callbacks without visual junk.dkf2008-10-261-4/+4
|/ /
* | 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