summaryrefslogtreecommitdiff
path: root/Src/Modules/zftp.c
AgeCommit message (Collapse)AuthorFilesLines
2001-09-28Zftp control connection management cleanup.Bart Schaefer1-19/+27
2001-09-0815762: introduce ztcp builtinClint Adams1-52/+52
2001-06-1914973: fix for reported problems on AIX.Andrey Borzenkov1-3/+6
2001-06-1514931: fix socket/address length calculationAndrey Borzenkov1-4/+4
2001-06-1214863: tcp_connectClint Adams1-14/+5
2001-06-1114843: tcp_closeClint Adams1-2/+1
2001-06-08Fix #includes for gcc 2.95 compilation.Bart Schaefer1-27/+0
2001-06-0614770: tcp module from zftpClint Adams1-205/+54
2001-05-10users/3872: rename inet_* routines to avoid clash with Solaris 7 headers.Andrey Borzenkov1-32/+52
2001-04-13Don't define gethostbyname2() as static, since it can clash with theWayne Davison1-1/+1
system header files on a system that provides the prototype but not the object.
2001-01-16remove 13108 (trap queues); replace with signal queueing to ensure that user ↵Sven Wischnowsky1-12/+20
signal handlers are only executed when it is safe to run them (13365)
2000-12-1713288: cast pointers for arg 2 of ztrapread/writeClint Adams1-3/+3
2000-11-11Sven: 13108: Handle traps synchronouslyPeter Stephenson1-10/+10
pws: 13109, 13111: clear up zle display when output produced in trap.
2000-07-0412149: guard against undefined h_errno in zftpPeter Stephenson1-0/+4
2000-05-2811616: netinet/in_systm.h againPeter Stephenson1-1/+10
2000-05-2611587: Felix Rosencrantz: Src/pattern.c: uninitialised variablePeter Stephenson1-1/+11
11590: various cygwin fixes
2000-05-2511567: FD_CLOEXEC in zftp.cPeter Stephenson1-6/+3
2000-05-0911285: zftp exit hookPeter Stephenson1-22/+38
2000-05-0911276: fix build on OpenBSD.Tanaka Akira1-402/+1070
1999-04-15Initial revisionTanaka Akira1-0/+2596