summaryrefslogtreecommitdiffstats
path: root/win/tclWinSock.c
Commit message (Expand)AuthorAgeFilesLines
* [Bug 510001]: TclSockMinimumBuffers needs plat impjan.nijtmans2012-04-041-14/+6
|\
| * [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-04-021-21/+21
|\ \ \ | |/ /
| * | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-301-4/+4
| |\ \ | | |/
* | | Revert some cygwin-related signature changes from [835f8e1e9d] (2010-01-22).jan.nijtmans2012-03-231-3/+3
|\ \ \ | |/ /
| * | [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
* | | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-091-1/+3
|\ \ \ | |/ /
* | | More generation of error codes (most platform-specific parts not already usingdkf2011-04-061-50/+40
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-8/+6
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /
| * | 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
* | | Fix various gcc-4.5.2 64-bit warning messages,nijtmans2011-01-251-31/+31
* | | * win/tclWinSock.c (CreateSocket): Swap the loops overrmax2010-12-141-5/+5
* | | Change first parameter of TclSockMinimumBuffers to ClientData, and TclWin(Get...nijtmans2010-12-101-10/+10
* | | * unix/tclUnixSock.c (TcpGetOptionProc): Prevent crash if interp isdkf2010-10-261-2/+3
* | | Add support for ::tcl::unsupported::noReverseDNSrmax2010-10-261-4/+9
* | | Eliminate many tclWinProcs-> indirect calls, which are no longer needed.nijtmans2010-10-121-3/+3
* | | * 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