aboutsummaryrefslogtreecommitdiff
path: root/lib/libftpio/ftpio.c
Commit message (Expand)AuthorAgeFilesLines
* Only send QUIT if the last operation didn't time out (otherwise you'reJordan K. Hubbard1997-01-211-2/+5
* Yow! Is my face red... I just noticed (duh) that signal() always installsJordan K. Hubbard1997-01-171-9/+41
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Sanitize and extend SIGALRM timeout handling.Jordan K. Hubbard1996-12-171-34/+59
* Oops, back out previous optimization, don't work as I expectAndrey A. Chernov1996-11-141-4/+12
* Since ftpPutURL not use hostname cache, optimize it by always closingAndrey A. Chernov1996-11-141-13/+5
* For functions ftpGetURL, ftpPutURL, ftpLogin it was impossible to knowAndrey A. Chernov1996-11-141-9/+33
* Oops, forget the fact that several ftp connections can be activeAndrey A. Chernov1996-11-141-8/+4
* 1) Don't allow endless recursion in ftp_close when it attempts toAndrey A. Chernov1996-11-141-2/+8
* Send PASV instead of PASSIVE.Jordan K. Hubbard1996-10-101-2/+2
* Make libftpio 64-bit clean.Peter Wemm1996-09-191-22/+29
* Intelligently cache previous connection to host if we can stillJordan K. Hubbard1996-08-311-10/+32
* D'oh! verbose output should go to stderr.Jordan K. Hubbard1996-08-241-2/+2
* Implement a change suggested by Archie Cobbs - the seekto argument shouldJordan K. Hubbard1996-08-211-2/+3
* Add an ftpErrString() function for returning human readable failureJordan K. Hubbard1996-08-211-1/+12
* 1. Add verbose flag to ftp_login()Jordan K. Hubbard1996-08-031-7/+8
* Implement an ftpVerbose() hook.Jordan K. Hubbard1996-07-041-1/+10
* Fix a bug in the way binary/ascii settings were being done. NewJordan K. Hubbard1996-06-221-38/+73
* Manage control connections a little better for the URL routines.Jordan K. Hubbard1996-06-171-5/+13
* Make binary mode the default.Jordan K. Hubbard1996-06-171-1/+2
* Stamp out a potential memory leak.Jordan K. Hubbard1996-06-171-9/+16
* Rethink and reimpliment the way RESTARTS are handled. The method I inheiritedJordan K. Hubbard1996-06-171-24/+13
* Add a feature: If the environment variable FTP_PASSIVE_MODE is definedJordan K. Hubbard1996-06-171-1/+3
* Bring in a new library `libftpio', so named to avoid clashes with olderJordan K. Hubbard1996-06-171-0/+686