about summary refs log tree commit diff
path: root/Src/Modules/zftp.c
Commit message (Collapse)AuthorAgeFilesLines
* 17582: Improved option argument handling.Peter Stephenson2002-08-271-1/+1
| | | | unposted: Updated version to 4.1.0-dev-6 because of interface change.
* 17166: Src/Modules/zftp.c: check fileno of zftp controlPeter Stephenson2002-05-151-2/+3
| | | | connection before closing, not after
* 17040: Src/Modules/tcp.c: AF_INET6 wasn't copied into thePeter Stephenson2002-04-251-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: restorePeter Stephenson2002-04-181-3/+3
| | | | freehostent() incorrectly removed in 16172.
* 16176: Src/Modules/tcp.c, Src/Modules/zftp.c: after fdclose(),Peter Stephenson2001-10-261-0/+7
| | | | | TCP control fd is no longer valid, but we still need to remove the session cleanly.
* 16172: freehostent -> zfreehostent to avoid name clashPeter Stephenson2001-10-261-3/+3
|
* 15793: Src/Modules/zftp.c: require zsh/net/tcp explicitly.Peter Stephenson2001-10-261-1/+2
| | | | 15171: Doc/Zsh/zftpsys.yo: minor changes of phrasing
* 16062: use O_EXCL when opening a temporary file.Clint Adams2001-10-161-1/+1
|
* Zftp control connection management cleanup.Bart Schaefer2001-09-281-19/+27
|
* 15762: introduce ztcp builtinClint Adams2001-09-081-52/+52
|
* 14973: fix for reported problems on AIX.Andrey Borzenkov2001-06-191-3/+6
|
* 14931: fix socket/address length calculationAndrey Borzenkov2001-06-151-4/+4
|
* 14863: tcp_connectClint Adams2001-06-121-14/+5
|
* 14843: tcp_closeClint Adams2001-06-111-2/+1
|
* Fix #includes for gcc 2.95 compilation.Bart Schaefer2001-06-081-27/+0
|
* 14770: tcp module from zftpClint Adams2001-06-061-205/+54
|
* users/3872: rename inet_* routines to avoid clash with Solaris 7 headers.Andrey Borzenkov2001-05-101-32/+52
|
* Don't define gethostbyname2() as static, since it can clash with theWayne Davison2001-04-131-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 Wischnowsky2001-01-161-12/+20
| | | | signal handlers are only executed when it is safe to run them (13365)
* 13288: cast pointers for arg 2 of ztrapread/writeClint Adams2000-12-171-3/+3
|
* Sven: 13108: Handle traps synchronouslyPeter Stephenson2000-11-111-10/+10
| | | | pws: 13109, 13111: clear up zle display when output produced in trap.
* 12149: guard against undefined h_errno in zftpPeter Stephenson2000-07-041-0/+4
|
* 11616: netinet/in_systm.h againPeter Stephenson2000-05-281-1/+10
|
* 11587: Felix Rosencrantz: Src/pattern.c: uninitialised variablePeter Stephenson2000-05-261-1/+11
| | | | 11590: various cygwin fixes
* 11567: FD_CLOEXEC in zftp.cPeter Stephenson2000-05-251-6/+3
|
* 11285: zftp exit hookPeter Stephenson2000-05-091-22/+38
|
* 11276: fix build on OpenBSD.Tanaka Akira2000-05-091-402/+1070
|
* Initial revisionTanaka Akira1999-04-151-0/+2596