index
:
mirror/zsh
this commit
#CVSPS.NO.BRANCH
5.9
declarednull
dot-zsh-3.1.5-pws-14
dot-zsh-3.1.5-pws-17
dot-zsh-3.1.5-pws-19
fork_early
interrupt_abort
job_control_debug
job_control_debug2
master
mikachu/badarrays
mikachu/redrawhook
schaefer/badarrays
typeset-array
zsh
zsh-3.1.5-pws-16-patches
zsh-4.0-patches
zsh-4.2-patches
zsh-5.8-patches
mirror of git://git.code.sf.net/p/zsh/code
Leah Neukirchen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Modules
/
zftp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
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
*
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
*
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
*
20605: Use separate structure with get/set/unset methods fro parameters.
Peter Stephenson
2004-12-07
1
-2
/
+2
*
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
*
17166: Src/Modules/zftp.c: check fileno of zftp control
Peter Stephenson
2002-05-15
1
-2
/
+3
*
17040: Src/Modules/tcp.c: AF_INET6 wasn't copied into the
Peter Stephenson
2002-04-25
1
-2
/
+2
*
17011: Src/Modules/tcp.c, Src/Modules/zftp.c: restore
Peter Stephenson
2002-04-18
1
-3
/
+3
*
16176: Src/Modules/tcp.c, Src/Modules/zftp.c: after fdclose(),
Peter Stephenson
2001-10-26
1
-0
/
+7
*
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
*
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
*
remove 13108 (trap queues); replace with signal queueing to ensure that user ...
Sven Wischnowsky
2001-01-16
1
-12
/
+20
*
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
*
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
[next]