summaryrefslogtreecommitdiffstats
path: root/doc/socket.n
Commit message (Collapse)AuthorAgeFilesLines
* Windows support and minor touchups to the documentation.limeboy2016-11-251-1/+1
|
* Minor documentation touchups.limeboy2016-11-251-3/+3
|
* First round of documentation update.limeboy2016-11-241-0/+10
|
* Eliminate exess spacings in many doc pages.jan.nijtmans2016-03-021-2/+2
|
* .RS/.RE balancedgp2015-03-061-1/+0
|
* Documented "fconfigure $h -connecting" on socket man pagetip_427oehhar2014-12-171-0/+9
|
* Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵jan.nijtmans2013-11-051-1/+1
|\ | | | | | | and possibly others.
| * Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵jan.nijtmans2013-11-051-1/+1
| | | | | | | | and possibly others.
| * [Bug 3472316] Document the destructive semantics of [fconfigure -error] on ↵ferrieux2012-01-121-0/+3
| | | | | | | | sockets.
* | More small bits of doc mending.dkf2012-03-081-10/+12
| |
* | [Bug 3472316] Document the destructive semantics of [fconfigure -error] on ↵ferrieux2012-01-121-0/+3
| | | | | | | | sockets.
* | More small documentation improvements.dkf2011-07-181-2/+2
| |
* | Documentation improvements (small; some revision to parsing script) to improvedkf2011-07-171-1/+1
| | | | | | the quality of HTML doc builds.
* | * doc/socket.n: Document the fact that the event loop is now needed for ↵max2011-06-161-6/+17
| | | | | | | | | | | | [socket -async] * unix/tclUnixSock.c: Set up the file handler for async sockets to fire on exceptions in addition to writable state. * tests/socket.test: Improve error reporting when socket-14.2 times out.
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-1/+0
|\ \ | |/ | | cause more harm than good. Purged them (except in zlib files).
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-1/+0
| |\ | | | | | | more harm than good. Purged them.
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-1/+0
| | | | | | | | | more harm than good. Purged them.
| | * Yet more doc update backportingdkf2004-10-271-7/+27
| | |
| | * * 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]
| * | * doc/socket.n: [Bug 3007442]: Server sockets never took a hostdkf2010-05-261-2/+2
| | | | | | | | | | | | argument, so the list of options must precede the port argument.
* | | * 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