about summary refs log tree commit diff
path: root/Src/Modules/tcp.c
Commit message (Collapse)AuthorAgeFilesLines
* 17582: Improved option argument handling.Peter Stephenson2002-08-271-9/+9
| | | | unposted: Updated version to 4.1.0-dev-6 because of interface change.
* remove builtin when tcp module is unloaded.Peter Stephenson2002-06-051-3/+1
|
* 17253: ztcp -L gives parseable information on tcp sessionPeter Stephenson2002-05-301-9/+24
|
* 17249: fix user output from ztcpPeter Stephenson2002-05-291-4/+4
|
* 17220: Src/Modules/tcp.c: bugs using ztcp to list connections.Peter Stephenson2002-05-241-3/+3
|
* 17171: Src/Modules/tcp.c: ztcp didn't return failurePeter Stephenson2002-05-161-0/+2
| | | | when a connect() failed.
* 17162: Src/Modules/tcp.c: prevent warning onPeter Stephenson2002-05-141-2/+2
| | | | gethostbyaddr() arguments.
* 17161: Src/Modules/tcp.c: length parameter to accept()Peter Stephenson2002-05-141-0/+1
| | | | wasn't initialised, causing random failures.
* 17102: looking up TCP sessions by fd returned the wrong pointerPeter Stephenson2002-05-081-1/+1
|
* 17097: closing all TCP sessions referenced freed memory.Peter Stephenson2002-05-081-2/+4
|
* 17040: Src/Modules/tcp.c: AF_INET6 wasn't copied into thePeter Stephenson2002-04-251-1/+2
| | | | | | socket structure for IPv6. 17041: Src/Modules/zftp.c: Minor but fatal typos creating a data connection for zftp using IPv6.
* 17011: Src/Modules/tcp.c, Src/Modules/zftp.c: restorePeter Stephenson2002-04-181-1/+1
| | | | freehostent() incorrectly removed in 16172.
* 16176: Src/Modules/tcp.c, Src/Modules/zftp.c: after fdclose(),Peter Stephenson2001-10-261-6/+8
| | | | | TCP control fd is no longer valid, but we still need to remove the session cleanly.
* 16172: freehostent -> zfreehostent to avoid name clashPeter Stephenson2001-10-261-1/+1
|
* Remove <arpa/telnet.h> from tcp.c.Bart Schaefer2001-10-141-14/+16
|
* remove duplicated includes which caused problems on IRIX 5 (15987)Oliver Kiddle2001-10-081-16/+0
|
* 15964: use SOCKLEN_TAndrey Borzenkov2001-10-081-1/+2
|
* 15919: use LinkLists in place of somewhat equivalent codeClint Adams2001-10-021-58/+33
|
* 15886: use select if poll is not available, or complain if neither are availableClint Adams2001-09-271-2/+25
|
* 15780: rename **arg to **dargsClint Adams2001-09-101-18/+20
|
* 15779: ztcp -dClint Adams2001-09-101-22/+57
|
* stupid bugfixesClint Adams2001-09-101-5/+8
|
* unposted: stupid -a bugClint Adams2001-09-101-4/+3
|
* 15771: ztcp -tClint Adams2001-09-101-5/+22
|
* 15769: ztcp -aClint Adams2001-09-091-19/+50
|
* 1576x: take service names, stuff fd numbers into $REPLYClint Adams2001-09-091-14/+27
|
* 15766: ztcp -lClint Adams2001-09-091-40/+119
|
* 1596x: ztcp -vClint Adams2001-09-081-2/+8
|
* 15762: introduce ztcp builtinClint Adams2001-09-081-48/+260
|
* 14931: fix socket/address length calculationAndrey Borzenkov2001-06-151-1/+4
|
* 14863: tcp_connectClint Adams2001-06-121-2/+28
|
* 14843: tcp_closeClint Adams2001-06-111-2/+10
|
* 14770: tcp module from zftpClint Adams2001-06-061-0/+271