| Commit message (Expand) | Author | Age | Files | Lines |
* | * win/tclWinSock.c (CreateSocket): Swap the loops over | rmax | 2010-12-14 | 1 | -5/+5 |
|
|
* | Change first parameter of TclSockMinimumBuffers to ClientData, and TclWin(Get... | nijtmans | 2010-12-10 | 1 | -10/+10 |
|
|
* | * unix/tclUnixSock.c (TcpGetOptionProc): Prevent crash if interp is | dkf | 2010-10-26 | 1 | -2/+3 |
|
|
* | Add support for ::tcl::unsupported::noReverseDNS | rmax | 2010-10-26 | 1 | -4/+9 |
|
|
* | Eliminate many tclWinProcs-> indirect calls, which are no longer needed. | nijtmans | 2010-10-12 | 1 | -3/+3 |
|
|
* | * doc/socket.n: Document the changes to the [socket] and
| rmax | 2010-09-28 | 1 | -171/+317 |
|
|
* | * tclWinsock.c: [Bug 3056775]: Fixed race condition between thread | andreas_kupries | 2010-09-24 | 1 | -1/+47 |
|
|
* | Various clean-ups, converting from tclWinProc->xxxProc directly to Xxx | nijtmans | 2010-09-13 | 1 | -3/+3 |
|
|
* | [Freq 2965056]: Windows build with -DUNICODE | nijtmans | 2010-08-30 | 1 | -2/+2 |
|
|
* | Unnecessary type casts, See Tcl [Patch #2997087] | nijtmans | 2010-05-11 | 1 | -7/+7 |
|
|
* | TCHAR-related fixes, making those files compile fine when TCHAR != char | nijtmans | 2010-05-04 | 1 | -5/+6 |
|
|
* | test that tclOO stubs are present in stub library | nijtmans | 2010-03-07 | 1 | -5/+5 |
|
|
* | Eliminate all internal Tcl_WinUtfToTChar | nijtmans | 2010-02-15 | 1 | -2/+2 |
|
|
* | * win/tclWinDde.c: VC++ 6.0 doesn't have | nijtmans | 2010-01-10 | 1 | -3/+3 |
|
|
* | Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still ... | nijtmans | 2009-12-21 | 1 | -3/+3 |
|
|
* | Fix [Bug 1028264]: WSACleanup() too early. The fix introduces "late exit han... | ferrieux | 2009-01-27 | 1 | -2/+2 |
|
|
* | Fix [Bug 2446662]: resync Win behavior on RST with that of unix (EOF). | ferrieux | 2009-01-26 | 1 | -2/+14 |
|
|
* | TIP #332 IMPLEMENTATION - Half-Close for Bidirectional Channels | ferrieux | 2008-12-18 | 1 | -2/+55 |
|
|
* | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 1 | -4/+4 |
|
|
* | Add a linker hint for msvc to include ws2_32.lib | patthoyts | 2008-02-22 | 1 | -1/+5 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | * win/configure, win/tcl.m4: add ws2_32.lib / -lws2_32 to build. | hobbs | 2007-11-30 | 1 | -281/+80 |
|
|
* | * generic/tclWinSock.c (InitializeHostName): Correct error in | dgp | 2007-11-29 | 1 | -3/+3 |
|
|
* | * win/tclWinSock.c: Add mising encoding conversion of the [info | dgp | 2007-11-27 | 1 | -5/+10 |
|
|
* | various "const" additions, in line with TIP #27 | nijtmans | 2007-02-20 | 1 | -14/+14 |
|
|
* | Minor updates (convert comment-outs to #ifdef outs, clean up comments/indents) | dkf | 2007-01-02 | 1 | -106/+120 |
|
|
* | * win/tclWinSock.c: Correct un-initialized Tcl_DString. Thanks | dgp | 2006-07-24 | 1 | -15/+17 |
|
|
* | * win/tclWinInit.c: More careful calls to Tcl_DStringSetLength() | dgp | 2006-04-05 | 1 | -1/+3 |
|
|
* | * doc/CrtChannel.3: Added TCL_CHANNEL_VERSION_5, made it | andreas_kupries | 2006-03-27 | 1 | -2/+3 |
|
|
* | Finalization of the sockets/pipes | vasiljevic | 2006-03-10 | 1 | -55/+68 |
|
|
* | Export stubs for libtommath; fix mingw compiler warnings | Kevin B Kenny | 2005-12-13 | 1 | -9/+9 |
|
|
* | ANSIfy | dkf | 2005-11-04 | 1 | -112/+123 |
|
|
* | Applied patch #1096916 to support building with MSVC 8. | patthoyts | 2005-11-03 | 1 | -2/+2 |
|
|
* | Getting more systematic about style | dkf | 2005-07-24 | 1 | -703/+688 |
|
|
* | * unix/tclUnixSock.c: Use a ProcessGlobalValue to store the | dgp | 2005-07-13 | 1 | -47/+56 |
|
|
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | TIP#218 IMPLEMENTATION | andreas_kupries | 2005-01-27 | 1 | -124/+72 |
|
|
* | Style fixes | dkf | 2004-10-06 | 1 | -5/+11 |
|
|
* | (SocketEventProc) : connect errors should fire both the readable and | davygrvy | 2004-05-05 | 1 | -2/+6 |
|
|
* | (SocketThreadExitHandler): Don't call TerminateThread when | davygrvy | 2004-02-21 | 1 | -14/+5 |
|
|
* | All uses of 'panic' (the macro) changed | davygrvy | 2003-12-24 | 1 | -2/+2 |
|
|
* | (SocketThreadExitHandler) : added a TerminateThread fallback just in case | davygrvy | 2003-12-12 | 1 | -2/+12 |
|
|
* | * win/tclWinSock.c (TcpWatchProc): Watch for FD_CLOSE too when | andreas_kupries | 2003-10-23 | 1 | -3/+3 |
|
|
* | Changed comment to note that OpenWatcom suffers the same missing LPFN_* | davygrvy | 2003-08-27 | 1 | -2/+2 |
|
|
* | * The changes below fix SF bugs [593810], and [718045]. | andreas_kupries | 2003-04-22 | 1 | -1/+132 |
|
|
* | * win/tclWin32Dll.c (squelch_warnings): Squelch | mdejong | 2003-01-16 | 1 | -18/+20 |
|
|
* | * win/configure: Regen. | mdejong | 2003-01-13 | 1 | -1/+59 |
|
|
* | * win/tclWinSock.c (SocketThreadExitHandler, InitSockets): Check | davygrvy | 2002-12-08 | 1 | -15/+17 |
|
|
* | * win/tclWinSock.c: WSAStartup() loaded version comparison | davygrvy | 2002-11-27 | 1 | -7/+25 |
|
|
* | * win/tclWinSock.c: Removed shutdown() from the function | davygrvy | 2002-11-27 | 1 | -12/+7 |
|
|