about summary refs log tree commit diff
path: root/Src/Modules/tcp.c
Commit message (Collapse)AuthorAgeFilesLines
* 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