Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 33785: Fix leaks of desthost in ztcp | Mikael Magnusson | 2014-11-24 | 1 | -0/+4 |
| | | | | Found by coverity. | ||||
* | 27286: Made movefd() return the targetfd on success. Added | Wayne Davison | 2009-09-22 | 1 | -8/+11 |
| | | | | a little more error checking in the callers of movefd(). | ||||
* | 27284: better use of movefd() | Peter Stephenson | 2009-09-22 | 1 | -2/+10 |
| | |||||
* | 26013: don't ztrdup the other buffer returned by inet_ntoa. cf. 25987. | Clint Adams | 2008-11-06 | 1 | -1/+1 |
| | |||||
* | 25987: don't ztrdup the buffer returned by inet_ntoa. | Clint Adams | 2008-11-01 | 1 | -1/+1 |
| | |||||
* | revert that | Clint Adams | 2007-07-12 | 1 | -34/+107 |
| | |||||
* | 23670: use getaddrinfo() and getnameinfo() instead of get*by* functions. | Clint Adams | 2007-07-12 | 1 | -107/+34 |
| | |||||
* | 23665: autoloading of module features and related tweaks | Peter Stephenson | 2007-07-06 | 1 | -3/+3 |
| | |||||
* | 23482: more typos | Peter Stephenson | 2007-05-29 | 1 | -1/+1 |
| | |||||
* | see 23479: add initial features support for modules | Peter Stephenson | 2007-05-28 | 1 | -3/+25 |
| | |||||
* | 23168: fix error message for failed bind | Peter Stephenson | 2007-02-13 | 1 | -1/+1 |
| | |||||
* | 22474: use variable argument lists to improve error message handling | Peter Stephenson | 2006-05-30 | 1 | -24/+23 |
| | |||||
* | 20556: change SOCKLEN_T to ZSOCKLEN_T to avoid clash | Peter Stephenson | 2004-11-16 | 1 | -1/+1 |
| | |||||
* | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 2004-06-02 | 1 | -5/+5 |
| | |||||
* | 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 |
| |