Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 37868: add 'static' to file local variables | Jun-ichi Takimoto | 2016-02-03 | 1 | -4/+4 |
| | |||||
* | 36974: fix some functions with empty argument lists | Peter Stephenson | 2015-10-27 | 1 | -4/+4 |
| | |||||
* | 36026: zero freed pointers in zftp cleanup_() in case the module is ↵ | Barton E. Schaefer | 2015-08-09 | 1 | -0/+2 |
| | | | | re-loaded after unloading | ||||
* | 35826: add getsparam_u() to return unmetafied string, use it for a number of ↵ | Barton E. Schaefer | 2015-07-22 | 1 | -3/+3 |
| | | | | references to non-special params | ||||
* | 33582: don't include tcp.mdh in zftp.c. | Peter Stephenson | 2014-10-31 | 1 | -1/+0 |
| | | | | | It's a private module definition header that doesn't need to be exposed. | ||||
* | Jun T: 29883: cast resource types to types they should be anyway | Peter Stephenson | 2011-10-31 | 1 | -1/+1 |
| | |||||
* | Danek: 29254: fix some compiler warnings | Peter Stephenson | 2011-05-13 | 1 | -0/+1 |
| | |||||
* | Check the return value of all pipe(), read(), and write() calls. | Wayne Davison | 2009-12-16 | 1 | -5/+5 |
| | | | | | | Gets rid of all the remaining "ignoring return value" compiler warnings, and makes some read/write operations safer by ensuring that an EINTR is handled. | ||||
* | Richard Hartmann: 27440: typos in module warnings | Peter Stephenson | 2009-11-30 | 1 | -1/+1 |
| | |||||
* | 26735: Check some function return values for failures. Gets rid of | Wayne Davison | 2009-03-15 | 1 | -2/+3 |
| | | | | some compiler warnings, and improves error handling/notification. | ||||
* | 25744: dynamic named directories and further doshfunc() simplification | Peter Stephenson | 2008-09-26 | 1 | -5/+5 |
| | |||||
* | 25677: add %x and %I prompt escapes for shell source code debugging | Peter Stephenson | 2008-09-16 | 1 | -15/+15 |
| | | | | tidy up interface to doshfunc() | ||||
* | 25609: initialize sz variable. | Clint Adams | 2008-09-04 | 1 | -1/+1 |
| | |||||
* | revert that | Clint Adams | 2007-07-12 | 1 | -14/+18 |
| | |||||
* | 23670: use getaddrinfo() and getnameinfo() instead of get*by* functions. | Clint Adams | 2007-07-12 | 1 | -18/+14 |
| | |||||
* | 23665: autoloading of module features and related tweaks | Peter Stephenson | 2007-07-06 | 1 | -3/+3 |
| | |||||
* | 23488: tidy up module interface and documentation | Peter Stephenson | 2007-05-29 | 1 | -1/+1 |
| | |||||
* | see 23479: add initial features support for modules | Peter Stephenson | 2007-05-28 | 1 | -20/+40 |
| | |||||
* | Peter A. Castro: 23408: zftp account handling was broken | Peter Stephenson | 2007-05-10 | 1 | -1/+1 |
| | |||||
* | 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. |