summaryrefslogtreecommitdiff
path: root/Src/Modules/tcp.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-12revert thatClint Adams1-34/+107
2007-07-1223670: use getaddrinfo() and getnameinfo() instead of get*by* functions.Clint Adams1-107/+34
2007-07-0623665: autoloading of module features and related tweaksPeter Stephenson1-3/+3
2007-05-2923482: more typosPeter Stephenson1-1/+1
2007-05-28see 23479: add initial features support for modulesPeter Stephenson1-3/+25
2007-02-1323168: fix error message for failed bindPeter Stephenson1-1/+1
2006-05-3022474: use variable argument lists to improve error message handlingPeter Stephenson1-24/+23
2004-11-1620556: change SOCKLEN_T to ZSOCKLEN_T to avoid clashPeter Stephenson1-1/+1
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-5/+5
2004-03-0319525: suppress compiler warnings and complete groups using lookupd on Mac OSOliver Kiddle1-1/+1
2003-10-29a la 19209: zcalloc -> zshcallocPeter Stephenson1-1/+1
2003-05-2218559, 18562: make modules use proper option argumentsPeter Stephenson1-22/+20
2003-04-2318466: tcp.mdh only included by C filePeter Stephenson1-0/+1
2003-02-0618202: New TCP function system plus small error message change in ztcp.Peter Stephenson1-1/+3
2002-08-2717582: Improved option argument handling.Peter Stephenson1-9/+9
2002-06-05remove builtin when tcp module is unloaded.Peter Stephenson1-3/+1
2002-05-3017253: ztcp -L gives parseable information on tcp sessionPeter Stephenson1-9/+24
2002-05-2917249: fix user output from ztcpPeter Stephenson1-4/+4
2002-05-2417220: Src/Modules/tcp.c: bugs using ztcp to list connections.Peter Stephenson1-3/+3
2002-05-1617171: Src/Modules/tcp.c: ztcp didn't return failurePeter Stephenson1-0/+2
2002-05-1417162: Src/Modules/tcp.c: prevent warning onPeter Stephenson1-2/+2
2002-05-1417161: Src/Modules/tcp.c: length parameter to accept()Peter Stephenson1-0/+1
2002-05-0817102: looking up TCP sessions by fd returned the wrong pointerPeter Stephenson1-1/+1
2002-05-0817097: closing all TCP sessions referenced freed memory.Peter Stephenson1-2/+4
2002-04-2517040: Src/Modules/tcp.c: AF_INET6 wasn't copied into thePeter Stephenson1-1/+2
2002-04-1817011: Src/Modules/tcp.c, Src/Modules/zftp.c: restorePeter Stephenson1-1/+1
2001-10-2616176: Src/Modules/tcp.c, Src/Modules/zftp.c: after fdclose(),Peter Stephenson1-6/+8
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