summaryrefslogtreecommitdiff
path: root/Src/Modules/tcp.c
AgeCommit message (Collapse)AuthorFilesLines
2001-10-2616176: Src/Modules/tcp.c, Src/Modules/zftp.c: after fdclose(),Peter Stephenson1-6/+8
TCP control fd is no longer valid, but we still need to remove the session cleanly.
2001-10-2616172: freehostent -> zfreehostent to avoid name clashPeter Stephenson1-1/+1
2001-10-14Remove <arpa/telnet.h> from tcp.c.Bart Schaefer1-14/+16
2001-10-08remove duplicated includes which caused problems on IRIX 5 (15987)Oliver Kiddle1-16/+0
2001-10-0815964: use SOCKLEN_TAndrey Borzenkov1-1/+2
2001-10-0215919: use LinkLists in place of somewhat equivalent codeClint Adams1-58/+33
2001-09-2715886: use select if poll is not available, or complain if neither are availableClint Adams1-2/+25
2001-09-1015780: rename **arg to **dargsClint Adams1-18/+20
2001-09-1015779: ztcp -dClint Adams1-22/+57
2001-09-10stupid bugfixesClint Adams1-5/+8
2001-09-10unposted: stupid -a bugClint Adams1-4/+3
2001-09-1015771: ztcp -tClint Adams1-5/+22
2001-09-0915769: ztcp -aClint Adams1-19/+50
2001-09-091576x: take service names, stuff fd numbers into $REPLYClint Adams1-14/+27
2001-09-0915766: ztcp -lClint Adams1-40/+119
2001-09-081596x: ztcp -vClint Adams1-2/+8
2001-09-0815762: introduce ztcp builtinClint Adams1-48/+260
2001-06-1514931: fix socket/address length calculationAndrey Borzenkov1-1/+4
2001-06-1214863: tcp_connectClint Adams1-2/+28
2001-06-1114843: tcp_closeClint Adams1-2/+10
2001-06-0614770: tcp module from zftpClint Adams1-0/+271