summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixSock.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * Added MT-safe implementation of some library calls.vasiljevic2006-09-061-1/+15
| | * Added no-op TclpFinalizeSockets()vasiljevic2006-03-101-1/+23
* | | * win/tclWinSock.c (CreateSocket): Swap the loops overrmax2010-12-141-19/+19
* | | Change first parameter of TclSockMinimumBuffers to ClientData, and TclWin(Get...nijtmans2010-12-101-3/+3
* | | * unix/tclUnixSock.c: Prevent calls freeaddrinfo(NULL) which candgp2010-10-281-3/+7
* | | * unix/tclUnixSock.c (TcpGetOptionProc): Prevent crash if interp isdkf2010-10-261-11/+9
* | | Add support for ::tcl::unsupported::noReverseDNSrmax2010-10-261-4/+9
* | | * unix/tclUnixSock.c (CreateClientSocket): Fix a memleak andrmax2010-10-121-16/+6
* | | * doc/socket.n: Document the changes to the [socket] and rmax2010-09-281-362/+385
* | | Eliminate various unnecessary type casts, use function typedefs whenever poss...nijtmans2010-06-211-9/+9
* | | Make the code prettierdkf2010-03-011-5/+10
* | | Refrain from a possibly lengthy reverse-DNS lookup on 0.0.0.0 whenferrieux2010-03-011-4/+10
* | | * win/tclWinDde.c: VC++ 6.0 doesn't havenijtmans2010-01-101-3/+3
* | | * unix/tclUnixPort.h: Move all socket-related code from tclUnixChan.crmax2009-06-151-1/+1151
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-6/+6
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | Whitespace/format cleanupdkf2007-07-311-4/+4
* | Complete the purge of K&R function definitions from manually-written code.dkf2007-04-161-2/+2
* | Rewritten MT-safe wrappers to return ptrs to TSD storage.vasiljevic2006-09-071-17/+3
* | Added fixes for Tcl Bug 999544 (ported from core-8-4-branch).vasiljevic2006-09-061-1/+15
* | Added no-op TclpFinalizeSockets().vasiljevic2006-03-101-1/+23
* | More bits of ANSIfyingdkf2005-11-111-27/+39
* | * unix/tclUnixSock.c (InitializeHostName): Synchronized use ofandreas_kupries2005-09-021-2/+2
* | * unix/tclUnixSock.c: Use a ProcessGlobalValue to store thedgp2005-07-131-56/+62
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* | TIP#218 IMPLEMENTATIONandreas_kupries2005-01-271-47/+1
* | Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+1
* | Include tclInt.h instead of tclPort.h to fix building on Solaris.rmax2004-03-191-2/+2
* | * The changes below fix SF bugs [593810], and [718045].andreas_kupries2003-04-221-1/+47
|/
* * unix/tclUnixSock.c (Tcl_GetHostName): added an extrahobbs2002-02-271-1/+16
* * Updated socket interfaces according to TIP 27. Updated callers.dgp2002-01-231-2/+2
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-13/+25
* Merged stubs changes into mainline for 8.0stanton1999-03-101-1/+24
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
* Initial revisionrjohnson1998-03-261-0/+100