Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-10-26 | 16176: Src/Modules/tcp.c, Src/Modules/zftp.c: after fdclose(), | Peter Stephenson | 1 | -6/+8 | |
TCP control fd is no longer valid, but we still need to remove the session cleanly. | |||||
2001-10-26 | 16172: freehostent -> zfreehostent to avoid name clash | Peter Stephenson | 1 | -1/+1 | |
2001-10-14 | Remove <arpa/telnet.h> from tcp.c. | Bart Schaefer | 1 | -14/+16 | |
2001-10-08 | remove duplicated includes which caused problems on IRIX 5 (15987) | Oliver Kiddle | 1 | -16/+0 | |
2001-10-08 | 15964: use SOCKLEN_T | Andrey Borzenkov | 1 | -1/+2 | |
2001-10-02 | 15919: use LinkLists in place of somewhat equivalent code | Clint Adams | 1 | -58/+33 | |
2001-09-27 | 15886: use select if poll is not available, or complain if neither are available | Clint Adams | 1 | -2/+25 | |
2001-09-10 | 15780: rename **arg to **dargs | Clint Adams | 1 | -18/+20 | |
2001-09-10 | 15779: ztcp -d | Clint Adams | 1 | -22/+57 | |
2001-09-10 | stupid bugfixes | Clint Adams | 1 | -5/+8 | |
2001-09-10 | unposted: stupid -a bug | Clint Adams | 1 | -4/+3 | |
2001-09-10 | 15771: ztcp -t | Clint Adams | 1 | -5/+22 | |
2001-09-09 | 15769: ztcp -a | Clint Adams | 1 | -19/+50 | |
2001-09-09 | 1576x: take service names, stuff fd numbers into $REPLY | Clint Adams | 1 | -14/+27 | |
2001-09-09 | 15766: ztcp -l | Clint Adams | 1 | -40/+119 | |
2001-09-08 | 1596x: ztcp -v | Clint Adams | 1 | -2/+8 | |
2001-09-08 | 15762: introduce ztcp builtin | Clint Adams | 1 | -48/+260 | |
2001-06-15 | 14931: fix socket/address length calculation | Andrey Borzenkov | 1 | -1/+4 | |
2001-06-12 | 14863: tcp_connect | Clint Adams | 1 | -2/+28 | |
2001-06-11 | 14843: tcp_close | Clint Adams | 1 | -2/+10 | |
2001-06-06 | 14770: tcp module from zftp | Clint Adams | 1 | -0/+271 | |