Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 19525: suppress compiler warnings and complete groups using lookupd on Mac OS | Oliver Kiddle | 2004-03-03 | 1 | -1/+1 |
| | |||||
* | a la 19209: zcalloc -> zshcalloc | Peter Stephenson | 2003-10-29 | 1 | -1/+1 |
| | |||||
* | 18559, 18562: make modules use proper option arguments | Peter Stephenson | 2003-05-22 | 1 | -22/+20 |
| | |||||
* | 18466: tcp.mdh only included by C file | Peter Stephenson | 2003-04-23 | 1 | -0/+1 |
| | |||||
* | 18202: New TCP function system plus small error message change in ztcp. | Peter Stephenson | 2003-02-06 | 1 | -1/+3 |
| | |||||
* | 17582: Improved option argument handling. | Peter Stephenson | 2002-08-27 | 1 | -9/+9 |
| | | | | unposted: Updated version to 4.1.0-dev-6 because of interface change. | ||||
* | remove builtin when tcp module is unloaded. | Peter Stephenson | 2002-06-05 | 1 | -3/+1 |
| | |||||
* | 17253: ztcp -L gives parseable information on tcp session | Peter Stephenson | 2002-05-30 | 1 | -9/+24 |
| | |||||
* | 17249: fix user output from ztcp | Peter Stephenson | 2002-05-29 | 1 | -4/+4 |
| | |||||
* | 17220: Src/Modules/tcp.c: bugs using ztcp to list connections. | Peter Stephenson | 2002-05-24 | 1 | -3/+3 |
| | |||||
* | 17171: Src/Modules/tcp.c: ztcp didn't return failure | Peter Stephenson | 2002-05-16 | 1 | -0/+2 |
| | | | | when a connect() failed. | ||||
* | 17162: Src/Modules/tcp.c: prevent warning on | Peter Stephenson | 2002-05-14 | 1 | -2/+2 |
| | | | | gethostbyaddr() arguments. | ||||
* | 17161: Src/Modules/tcp.c: length parameter to accept() | Peter Stephenson | 2002-05-14 | 1 | -0/+1 |
| | | | | wasn't initialised, causing random failures. | ||||
* | 17102: looking up TCP sessions by fd returned the wrong pointer | Peter Stephenson | 2002-05-08 | 1 | -1/+1 |
| | |||||
* | 17097: closing all TCP sessions referenced freed memory. | Peter Stephenson | 2002-05-08 | 1 | -2/+4 |
| | |||||
* | 17040: Src/Modules/tcp.c: AF_INET6 wasn't copied into the | Peter Stephenson | 2002-04-25 | 1 | -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: restore | Peter Stephenson | 2002-04-18 | 1 | -1/+1 |
| | | | | freehostent() incorrectly removed in 16172. | ||||
* | 16176: Src/Modules/tcp.c, Src/Modules/zftp.c: after fdclose(), | Peter Stephenson | 2001-10-26 | 1 | -6/+8 |
| | | | | | TCP control fd is no longer valid, but we still need to remove the session cleanly. | ||||
* | 16172: freehostent -> zfreehostent to avoid name clash | Peter Stephenson | 2001-10-26 | 1 | -1/+1 |
| | |||||
* | Remove <arpa/telnet.h> from tcp.c. | Bart Schaefer | 2001-10-14 | 1 | -14/+16 |
| | |||||
* | remove duplicated includes which caused problems on IRIX 5 (15987) | Oliver Kiddle | 2001-10-08 | 1 | -16/+0 |
| | |||||
* | 15964: use SOCKLEN_T | Andrey Borzenkov | 2001-10-08 | 1 | -1/+2 |
| | |||||
* | 15919: use LinkLists in place of somewhat equivalent code | Clint Adams | 2001-10-02 | 1 | -58/+33 |
| | |||||
* | 15886: use select if poll is not available, or complain if neither are available | Clint Adams | 2001-09-27 | 1 | -2/+25 |
| | |||||
* | 15780: rename **arg to **dargs | Clint Adams | 2001-09-10 | 1 | -18/+20 |
| | |||||
* | 15779: ztcp -d | Clint Adams | 2001-09-10 | 1 | -22/+57 |
| | |||||
* | stupid bugfixes | Clint Adams | 2001-09-10 | 1 | -5/+8 |
| | |||||
* | unposted: stupid -a bug | Clint Adams | 2001-09-10 | 1 | -4/+3 |
| | |||||
* | 15771: ztcp -t | Clint Adams | 2001-09-10 | 1 | -5/+22 |
| | |||||
* | 15769: ztcp -a | Clint Adams | 2001-09-09 | 1 | -19/+50 |
| | |||||
* | 1576x: take service names, stuff fd numbers into $REPLY | Clint Adams | 2001-09-09 | 1 | -14/+27 |
| | |||||
* | 15766: ztcp -l | Clint Adams | 2001-09-09 | 1 | -40/+119 |
| | |||||
* | 1596x: ztcp -v | Clint Adams | 2001-09-08 | 1 | -2/+8 |
| | |||||
* | 15762: introduce ztcp builtin | Clint Adams | 2001-09-08 | 1 | -48/+260 |
| | |||||
* | 14931: fix socket/address length calculation | Andrey Borzenkov | 2001-06-15 | 1 | -1/+4 |
| | |||||
* | 14863: tcp_connect | Clint Adams | 2001-06-12 | 1 | -2/+28 |
| | |||||
* | 14843: tcp_close | Clint Adams | 2001-06-11 | 1 | -2/+10 |
| | |||||
* | 14770: tcp module from zftp | Clint Adams | 2001-06-06 | 1 | -0/+271 |