summaryrefslogtreecommitdiffstats
path: root/doc/socket.n
Commit message (Collapse)AuthorAgeFilesLines
* * doc/socket.n: Document the changes to the [socket] and rmax2010-09-281-50/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | [fconfiguyre] commands. * generic/tclInt.h: Introduce TclCreateSocketAddress() as a * generic/tclIOSock.c: replacement for the platform-dependent * unix/tclUnixSock.c: TclpCreateSocketAddress() functions. * unix/tclUnixChan.c: Extend the [socket] and [fconfigure] * unix/tclUnixPort.h: commands to behave as proposed in * win/tclWinSock.c: TIP #162. * win/tclWinPort.h: * compat/fake-rfc2553.c: A compat implementation of the APIs * compat/fake-rfc2553.h: defined in RFC-2553 (getaddrinfo() and friends) on top of the existing gethostbyname() etc. * unix/configure.in: Test whether the fake-implementation is * unix/tcl.m4: needed. * unix/Makefile.in: Add a compile target for fake-rfc2553. * win/configure.in: Allow cross-compilation by default * tests/socket.test: Improve the test suite to make more use of * tests/remote.tcl: randomized ports to reduce interference with tests running in parallel or other services on the machine.
* [Bug 2957688]: clarified [socket -server] docsdkf2010-02-241-7/+13
|
* Use a consistent indentation of 4 for code examples.dkf2010-01-201-4/+7
|
* Improve choice of keywordsdkf2010-01-131-2/+2
|
* Fix parameter name confusion for server sockets.ferrieux2010-01-121-2/+2
|
* Improve clarity of formatting.dkf2008-10-171-4/+13
|
* merge stable branch onto HEADdgp2007-12-131-1/+1
|
* Next stage of doing GOOBE improvements to documentation now that the html ↵dkf2007-10-291-2/+2
| | | | generation works
* Improved documentation on topic of asynch sockets in response to queries ondkf2005-12-071-2/+11
| | | | the Tcler's Chat.
* More minor doc fixesdkf2004-10-271-13/+7
|
* Grammar and spelling fixes. [Patch 1018486]dkf2004-08-311-2/+2
|
* Added example from [Patch 936245] from David Welton.dkf2004-04-161-3/+29
| | | | Also some other minor bits of doc cleanup.
* * doc/socket.n: nroff font handling correction.hobbs2003-05-151-2/+2
|
* If you deal with network sockets, you should care about encodings. Tcl cannotdkf2003-04-161-2/+9
| | | | guess it for you. Updated socket docs to remind people about this. [Bug 630621]
* Mentioned that [socket] takes service names as well as port numbers.dkf2002-10-011-4/+10
| | | | It always did, but some people didn't know.
* Socket documentation improvement.dkf2001-09-191-3/+7
|
* 1999-08-20 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-211-2/+2
| | | | * doc/*: fixed various nroff bugs in man pages [Bug: 2503 2588]
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-3/+3
|
* * unix/tclUnixChan.c:stanton1999-02-031-2/+11
| | | | | | | * win/tclWinSock.c: * doc/socket.n: Applied Gordon Chaffee's patch to handle failures during asynchronous socket connection operations. This adds a new "-error" fconfgure option to socket channels. [Bug: 893]
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-03-261-0/+125