summaryrefslogtreecommitdiffstats
path: root/win/tclWinSock.c
Commit message (Expand)AuthorAgeFilesLines
* 3574493 Avoid hanging on exit due to use of synchronization calls indgp2012-11-071-8/+7
|\
| * 3574493 Avoid hanging on exit due to use of synchronization calls indgp2012-11-071-6/+7
* | Remove wrapper macro for ntohs(): unnecessary, because it doesn't require an ...jan.nijtmans2012-08-201-20/+2
* | * win/tclWinSock.c (InitializeHostName): Corrected logic thatdkf2012-07-101-10/+6
* | and don't forget the %jan.nijtmans2012-07-081-4/+4
* | add TCL_I_MODIFIER and use it in the correct placesjan.nijtmans2012-07-081-4/+4
* | Revert most of [fcc5957e59], since when we let cygwin share the win32 stub ta...jan.nijtmans2012-05-221-6/+22
|\ \ | |/
| * Revert most of [ae92de6078], since when we let cygwin share the win32 stub ta...jan.nijtmans2012-05-221-6/+23
* | [Bug 510001]: TclSockMinimumBuffers needs plat impjan.nijtmans2012-04-041-13/+5
|\ \ | |/
| * [Bug 510001]: TclSockMinimumBuffers needs plat impjan.nijtmans2012-04-041-3/+3
| |\
| | * better solution for bug-510001bug_510001jan.nijtmans2012-03-291-2/+2
| |/
* | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-301-4/+4
|\ \ | |/
* | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-1/+1
|\ \ | |/
* | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-1/+3
|\ \ | |/
| * [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-021-2/+0
|\ \ | |/
| * 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
* | * tclWinsock.c: [Bug 3056775]: Fixed race condition between threadandreas_kupries2010-09-241-1/+47
* | Various CYGWIN-related fixesnijtmans2010-01-311-3/+3
* | Backport fix for [Bug 1028264]: WSACleanup() too early. The fix introduces "...ferrieux2009-04-271-2/+2
* | Backport fix for [Bug 2446662]: resync Win behavior on RST with that of unix ...ferrieux2009-04-271-2/+14
* | 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