index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Modules
/
zftp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-26
53257: use monotonic clock where appropriate
dana
1
-2
/
+2
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
2022-12-16
51212: remove STOUC() macro
Oliver Kiddle
1
-6
/
+6
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
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 re-loaded...
Barton E. Schaefer
1
-0
/
+2
2015-07-22
35826: add getsparam_u() to return unmetafied string, use it for a number of ...
Barton E. Schaefer
1
-3
/
+3
2014-10-31
33582: don't include tcp.mdh in zftp.c.
Peter Stephenson
1
-1
/
+0
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
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
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
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
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
2004-12-07
20605: Use separate structure with get/set/unset methods fro parameters.
Peter Stephenson
1
-2
/
+2
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
2002-05-15
17166: Src/Modules/zftp.c: check fileno of zftp control
Peter Stephenson
1
-2
/
+3
2002-04-25
17040: Src/Modules/tcp.c: AF_INET6 wasn't copied into the
Peter Stephenson
1
-2
/
+2
2002-04-18
17011: Src/Modules/tcp.c, Src/Modules/zftp.c: restore
Peter Stephenson
1
-3
/
+3
2001-10-26
16176: Src/Modules/tcp.c, Src/Modules/zftp.c: after fdclose(),
Peter Stephenson
1
-0
/
+7
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
2001-10-16
16062: use O_EXCL when opening a temporary file.
Clint Adams
1
-1
/
+1
[next]