| Commit message (Expand) | Author | Age | Files | Lines |
* | 3574493 Avoid hanging on exit due to use of synchronization calls in | dgp | 2012-11-07 | 1 | -8/+7 |
|\ |
|
| * | 3574493 Avoid hanging on exit due to use of synchronization calls in | dgp | 2012-11-07 | 1 | -6/+7 |
|
|
* | | Remove wrapper macro for ntohs(): unnecessary, because it doesn't require an ... | jan.nijtmans | 2012-08-20 | 1 | -20/+2 |
|
|
* | | * win/tclWinSock.c (InitializeHostName): Corrected logic that | dkf | 2012-07-10 | 1 | -10/+6 |
|
|
* | | and don't forget the % | jan.nijtmans | 2012-07-08 | 1 | -4/+4 |
|
|
* | | add TCL_I_MODIFIER and use it in the correct places | jan.nijtmans | 2012-07-08 | 1 | -4/+4 |
|
|
* | | Revert most of [fcc5957e59], since when we let cygwin share the win32 stub ta... | jan.nijtmans | 2012-05-22 | 1 | -6/+22 |
|\ \
| |/ |
|
| * | Revert most of [ae92de6078], since when we let cygwin share the win32 stub ta... | jan.nijtmans | 2012-05-22 | 1 | -6/+23 |
|
|
* | | [Bug 510001]: TclSockMinimumBuffers needs plat imp | jan.nijtmans | 2012-04-04 | 1 | -13/+5 |
|\ \
| |/ |
|
| * | [Bug 510001]: TclSockMinimumBuffers needs plat imp | jan.nijtmans | 2012-04-04 | 1 | -3/+3 |
| |\ |
|
| | * | better solution for bug-510001bug_510001 | jan.nijtmans | 2012-03-29 | 1 | -2/+2 |
| |/ |
|
* | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-30 | 1 | -4/+4 |
|\ \
| |/ |
|
* | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 1 | -3/+2 |
|
|
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| * | * tclWinsock.c: [Bug 3056775]: Fixed race condition between thread | andreas_kupries | 2010-09-24 | 1 | -1/+47 |
|
|
| * | Backport fix for [Bug 1028264]: WSACleanup() too early. The fix introduces "l... | ferrieux | 2009-04-27 | 1 | -2/+2 |
|
|
| * | Backport fix for [Bug 2446662]: resync Win behavior on RST with that of unix ... | ferrieux | 2009-04-27 | 1 | -2/+14 |
|
|
| * | * win/tclWinSock.c (Tcl_GetHostName): update to previous fix to | hobbs | 2007-11-29 | 1 | -40/+16 |
|
|
| * | * win/tclWinSock.c: Add missing encoding conversion of the | dgp | 2007-11-27 | 1 | -5/+16 |
|
|
| * | * win/makefile.vc: Updated MSVC build to properly deal with | patthoyts | 2006-09-26 | 1 | -2/+2 |
|
|
| * | Finalization of the sockets is now solely done in | vasiljevic | 2006-03-10 | 1 | -62/+72 |
|
|
| * | Apply [Patch 1353853] to prevent UMR randomness. | dkf | 2005-11-28 | 1 | -2/+2 |
|
|
| * | TIP#218 IMPLEMENTATION | andreas_kupries | 2005-01-27 | 1 | -22/+101 |
|
|
| * | * win/tclWinSock.c: | davygrvy | 2004-05-06 | 1 | -4/+9 |
|
|
| * | * win/tclWinSock.c (TcpWatchProc): Watch for FD_CLOSE too when | andreas_kupries | 2003-10-23 | 1 | -3/+3 |
|
|
* | | * tclWinsock.c: [Bug 3056775]: Fixed race condition between thread | andreas_kupries | 2010-09-24 | 1 | -1/+47 |
|
|
* | | Various CYGWIN-related fixes | nijtmans | 2010-01-31 | 1 | -3/+3 |
|
|
* | | Backport fix for [Bug 1028264]: WSACleanup() too early. The fix introduces "... | ferrieux | 2009-04-27 | 1 | -2/+2 |
|
|
* | | Backport fix for [Bug 2446662]: resync Win behavior on RST with that of unix ... | ferrieux | 2009-04-27 | 1 | -2/+14 |
|
|
* | | 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 |
|
|