Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-12-26 | 53257: use monotonic clock where appropriate | dana | 1 | -2/+2 | |
update the following features to use the monotonic clock for calculating time deltas and intervals: * MAILCHECK parameter * PERIOD parameter * SECONDS parameter * %(nS.t.f) prompt-expansion sequence * time built-in's elapsed time and cpu % values * zsh/zftp ZFTP_TMOUT parameter * zsh/zprof timings also use CLOCK_MONOTONIC_RAW instead of CLOCK_MONOTONIC on macOS | |||||
2024-05-13 | Ooops, missed the actualy patch from the foregoing... | Peter Stephenson | 1 | -0/+1 | |
2024-03-18 | 52750: remove ansi2knr support for old pre-ansi K&R compilers | Oliver Kiddle | 1 | -1/+1 | |
2023-06-26 | 51889: fix module loading problem with full RELRO | Jun-ichi Takimoto | 1 | -1/+1 | |
If full RELRO (relocation read-only, one of the security enhancement methods for ELF-based systems) is used when building zsh (as in binary packages of most Linuxes), loading a module (e.g. zsh/zftp) fails unless all the modules it depends on are already loaded. With this patch the necessary modules are automatically loaded. | |||||
2022-12-16 | 51212: remove STOUC() macro | Oliver Kiddle | 1 | -6/+6 | |
This served as a workaround for ancient compilers where casts to unsigned char were broken. | |||||
2020-01-09 | Fix typos reported by codespell in Src/ | Mikael Magnusson | 1 | -1/+1 | |
2019-03-25 | 44176: warn only if off_t is longer than long | Jun-ichi Takimoto | 1 | -1/+2 | |
2019-03-25 | 44162 (tweaked): Avoid format-overflow warning in zftp.c | Wesley Schwengle | 1 | -8/+2 | |
2018-06-18 | 433029: Testing signal return type is no longer needed | Eitan Adler | 1 | -1/+1 | |
2017-06-12 | 41244: Add zmodload -s option. | Peter Stephenson | 1 | -1/+1 | |
Doesn't complain if module is unavailable, but prints more obscure errors. Use existing low-level silent flag by passing through intermediate module loading hierarchy. | |||||
2016-02-03 | 37868: add 'static' to file local variables | Jun-ichi Takimoto | 1 | -4/+4 | |
2015-10-27 | 36974: fix some functions with empty argument lists | Peter Stephenson | 1 | -4/+4 | |
2015-08-09 | 36026: zero freed pointers in zftp cleanup_() in case the module is ↵ | Barton E. Schaefer | 1 | -0/+2 | |
re-loaded after unloading | |||||
2015-07-22 | 35826: add getsparam_u() to return unmetafied string, use it for a number of ↵ | Barton E. Schaefer | 1 | -3/+3 | |
references to non-special params | |||||
2014-10-31 | 33582: don't include tcp.mdh in zftp.c. | Peter Stephenson | 1 | -1/+0 | |
It's a private module definition header that doesn't need to be exposed. | |||||
2011-10-31 | Jun T: 29883: cast resource types to types they should be anyway | Peter Stephenson | 1 | -1/+1 | |
2011-05-13 | Danek: 29254: fix some compiler warnings | Peter Stephenson | 1 | -0/+1 | |
2009-12-16 | Check the return value of all pipe(), read(), and write() calls. | Wayne Davison | 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. | |||||
2009-11-30 | Richard Hartmann: 27440: typos in module warnings | Peter Stephenson | 1 | -1/+1 | |
2009-03-15 | 26735: Check some function return values for failures. Gets rid of | Wayne Davison | 1 | -2/+3 | |
some compiler warnings, and improves error handling/notification. | |||||
2008-09-26 | 25744: dynamic named directories and further doshfunc() simplification | Peter Stephenson | 1 | -5/+5 | |
2008-09-16 | 25677: add %x and %I prompt escapes for shell source code debugging | Peter Stephenson | 1 | -15/+15 | |
tidy up interface to doshfunc() | |||||
2008-09-04 | 25609: initialize sz variable. | Clint Adams | 1 | -1/+1 | |
2007-07-12 | revert that | Clint Adams | 1 | -14/+18 | |
2007-07-12 | 23670: use getaddrinfo() and getnameinfo() instead of get*by* functions. | Clint Adams | 1 | -18/+14 | |
2007-07-06 | 23665: autoloading of module features and related tweaks | Peter Stephenson | 1 | -3/+3 | |
2007-05-29 | 23488: tidy up module interface and documentation | Peter Stephenson | 1 | -1/+1 | |
2007-05-28 | see 23479: add initial features support for modules | Peter Stephenson | 1 | -20/+40 | |
2007-05-10 | Peter A. Castro: 23408: zftp account handling was broken | Peter Stephenson | 1 | -1/+1 | |
2006-05-30 | 22474: use variable argument lists to improve error message handling | Peter Stephenson | 1 | -45/+43 | |
2006-03-13 | - Got rid of one compiler warning about a clobbered variable. | Wayne Davison | 1 | -2/+3 | |
- Split a line that had two statements on it (looked like an accidental joining). | |||||
2006-03-07 | Changed some structures to avoid gcc's type-punned warnings. | Wayne Davison | 1 | -4/+4 | |
2005-11-01 | Changed some isdigit() calls to use idigit(). | Wayne Davison | 1 | -7/+6 | |
2005-02-06 | fix autoloaded trap bug; rejig use of trapfuncs | Peter Stephenson | 1 | -2/+3 | |
(now traplists); improve trap tests | |||||
2004-12-07 | 20605: Use separate structure with get/set/unset methods fro parameters. | Peter Stephenson | 1 | -2/+2 | |
Separate justification width of parameters from base/precision. | |||||
2004-11-16 | 20556: change SOCKLEN_T to ZSOCKLEN_T to avoid clash | Peter Stephenson | 1 | -3/+3 | |
2004-10-21 | Use the new gettempfile() function. | Wayne Davison | 1 | -2/+1 | |
2004-10-18 | Call gettempname() with its new args. | Wayne Davison | 1 | -1/+1 | |
2004-06-02 | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 1 | -19/+19 | |
2004-05-28 | Silenced one signed/unsigned comparison compiler warning. | Wayne Davison | 1 | -1/+1 | |
2004-03-24 | 19674, modified: support for non-standard ports in zftp. | Peter Stephenson | 1 | -9/+63 | |
2003-10-29 | a la 19209: zcalloc -> zshcalloc | Peter Stephenson | 1 | -3/+3 | |
2002-08-27 | 17582: Improved option argument handling. | Peter Stephenson | 1 | -1/+1 | |
unposted: Updated version to 4.1.0-dev-6 because of interface change. | |||||
2002-05-15 | 17166: Src/Modules/zftp.c: check fileno of zftp control | Peter Stephenson | 1 | -2/+3 | |
connection before closing, not after | |||||
2002-04-25 | 17040: Src/Modules/tcp.c: AF_INET6 wasn't copied into the | Peter Stephenson | 1 | -2/+2 | |
socket structure for IPv6. 17041: Src/Modules/zftp.c: Minor but fatal typos creating a data connection for zftp using IPv6. | |||||
2002-04-18 | 17011: Src/Modules/tcp.c, Src/Modules/zftp.c: restore | Peter Stephenson | 1 | -3/+3 | |
freehostent() incorrectly removed in 16172. | |||||
2001-10-26 | 16176: Src/Modules/tcp.c, Src/Modules/zftp.c: after fdclose(), | Peter Stephenson | 1 | -0/+7 | |
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 | -3/+3 | |
2001-10-26 | 15793: Src/Modules/zftp.c: require zsh/net/tcp explicitly. | Peter Stephenson | 1 | -1/+2 | |
15171: Doc/Zsh/zftpsys.yo: minor changes of phrasing | |||||
2001-10-16 | 16062: use O_EXCL when opening a temporary file. | Clint Adams | 1 | -1/+1 | |