Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 22474: use variable argument lists to improve error message handling | Peter Stephenson | 2006-05-30 | 1 | -45/+43 |
| | |||||
* | - Got rid of one compiler warning about a clobbered variable. | Wayne Davison | 2006-03-13 | 1 | -2/+3 |
| | | | | | - Split a line that had two statements on it (looked like an accidental joining). | ||||
* | Changed some structures to avoid gcc's type-punned warnings. | Wayne Davison | 2006-03-07 | 1 | -4/+4 |
| | |||||
* | Changed some isdigit() calls to use idigit(). | Wayne Davison | 2005-11-01 | 1 | -7/+6 |
| | |||||
* | fix autoloaded trap bug; rejig use of trapfuncs | Peter Stephenson | 2005-02-06 | 1 | -2/+3 |
| | | | | (now traplists); improve trap tests | ||||
* | 20605: Use separate structure with get/set/unset methods fro parameters. | Peter Stephenson | 2004-12-07 | 1 | -2/+2 |
| | | | | Separate justification width of parameters from base/precision. | ||||
* | 20556: change SOCKLEN_T to ZSOCKLEN_T to avoid clash | Peter Stephenson | 2004-11-16 | 1 | -3/+3 |
| | |||||
* | Use the new gettempfile() function. | Wayne Davison | 2004-10-21 | 1 | -2/+1 |
| | |||||
* | Call gettempname() with its new args. | Wayne Davison | 2004-10-18 | 1 | -1/+1 |
| | |||||
* | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 2004-06-02 | 1 | -19/+19 |
| | |||||
* | Silenced one signed/unsigned comparison compiler warning. | Wayne Davison | 2004-05-28 | 1 | -1/+1 |
| | |||||
* | 19674, modified: support for non-standard ports in zftp. | Peter Stephenson | 2004-03-24 | 1 | -9/+63 |
| | |||||
* | a la 19209: zcalloc -> zshcalloc | Peter Stephenson | 2003-10-29 | 1 | -3/+3 |
| | |||||
* | 17582: Improved option argument handling. | Peter Stephenson | 2002-08-27 | 1 | -1/+1 |
| | | | | unposted: Updated version to 4.1.0-dev-6 because of interface change. | ||||
* | 17166: Src/Modules/zftp.c: check fileno of zftp control | Peter Stephenson | 2002-05-15 | 1 | -2/+3 |
| | | | | connection before closing, not after | ||||
* | 17040: Src/Modules/tcp.c: AF_INET6 wasn't copied into the | Peter Stephenson | 2002-04-25 | 1 | -2/+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 | -3/+3 |
| | | | | freehostent() incorrectly removed in 16172. | ||||
* | 16176: Src/Modules/tcp.c, Src/Modules/zftp.c: after fdclose(), | Peter Stephenson | 2001-10-26 | 1 | -0/+7 |
| | | | | | 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 | -3/+3 |
| | |||||
* | 15793: Src/Modules/zftp.c: require zsh/net/tcp explicitly. | Peter Stephenson | 2001-10-26 | 1 | -1/+2 |
| | | | | 15171: Doc/Zsh/zftpsys.yo: minor changes of phrasing | ||||
* | 16062: use O_EXCL when opening a temporary file. | Clint Adams | 2001-10-16 | 1 | -1/+1 |
| | |||||
* | Zftp control connection management cleanup. | Bart Schaefer | 2001-09-28 | 1 | -19/+27 |
| | |||||
* | 15762: introduce ztcp builtin | Clint Adams | 2001-09-08 | 1 | -52/+52 |
| | |||||
* | 14973: fix for reported problems on AIX. | Andrey Borzenkov | 2001-06-19 | 1 | -3/+6 |
| | |||||
* | 14931: fix socket/address length calculation | Andrey Borzenkov | 2001-06-15 | 1 | -4/+4 |
| | |||||
* | 14863: tcp_connect | Clint Adams | 2001-06-12 | 1 | -14/+5 |
| | |||||
* | 14843: tcp_close | Clint Adams | 2001-06-11 | 1 | -2/+1 |
| | |||||
* | Fix #includes for gcc 2.95 compilation. | Bart Schaefer | 2001-06-08 | 1 | -27/+0 |
| | |||||
* | 14770: tcp module from zftp | Clint Adams | 2001-06-06 | 1 | -205/+54 |
| | |||||
* | users/3872: rename inet_* routines to avoid clash with Solaris 7 headers. | Andrey Borzenkov | 2001-05-10 | 1 | -32/+52 |
| | |||||
* | Don't define gethostbyname2() as static, since it can clash with the | Wayne Davison | 2001-04-13 | 1 | -1/+1 |
| | | | | | system header files on a system that provides the prototype but not the object. | ||||
* | remove 13108 (trap queues); replace with signal queueing to ensure that user ↵ | Sven Wischnowsky | 2001-01-16 | 1 | -12/+20 |
| | | | | signal handlers are only executed when it is safe to run them (13365) | ||||
* | 13288: cast pointers for arg 2 of ztrapread/write | Clint Adams | 2000-12-17 | 1 | -3/+3 |
| | |||||
* | Sven: 13108: Handle traps synchronously | Peter Stephenson | 2000-11-11 | 1 | -10/+10 |
| | | | | pws: 13109, 13111: clear up zle display when output produced in trap. | ||||
* | 12149: guard against undefined h_errno in zftp | Peter Stephenson | 2000-07-04 | 1 | -0/+4 |
| | |||||
* | 11616: netinet/in_systm.h again | Peter Stephenson | 2000-05-28 | 1 | -1/+10 |
| | |||||
* | 11587: Felix Rosencrantz: Src/pattern.c: uninitialised variable | Peter Stephenson | 2000-05-26 | 1 | -1/+11 |
| | | | | 11590: various cygwin fixes | ||||
* | 11567: FD_CLOEXEC in zftp.c | Peter Stephenson | 2000-05-25 | 1 | -6/+3 |
| | |||||
* | 11285: zftp exit hook | Peter Stephenson | 2000-05-09 | 1 | -22/+38 |
| | |||||
* | 11276: fix build on OpenBSD. | Tanaka Akira | 2000-05-09 | 1 | -402/+1070 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-04-15 | 1 | -0/+2596 |