summaryrefslogtreecommitdiffstats
path: root/lib/libftpio/ftpio.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.stefanf2005-02-141-1/+1
* Use socklen_t.stefanf2005-02-141-5/+5
* Cope with 2292bis-01 getaddrinfo (no NI_WITHSCOPEID, always attachume2002-07-021-0/+1
* Modernize my email address.phk2002-03-251-1/+1
* Add __FBSDID()s to libftpiodillon2001-09-301-3/+3
* Fix two bugs:archie2000-08-171-28/+8
* Separate parsing code of 229 replies from the code for 227 and 228.ume2000-07-101-6/+13
* IPv6 support.ume2000-07-051-75/+274
* Put the FTP_PASSIVE_MODE issue to rest once and for all.billf2000-05-051-1/+1
* Make FTP_PASSIVE_MODE check more specific.jkh2000-04-231-2/+3
* Explicitly use sigemptyset to clear a sigset_t. Explicitmarcel1999-09-281-2/+7
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Cause PORT commands to use the high IP port range. This makes fetchnsayer1999-03-301-2/+11
* Correctly figure out that the remove cannot do passive mode.phk1998-04-111-1/+3
* Change errno usage as a field in a structure and as an argument to ajb1997-12-201-25/+25
* Teach ftpErrString to format UNIX errnos, since at least ftpLogin()fenner1997-10-021-1/+4
* Correct an ancient bogon which involved trying to read() from ajkh1997-10-011-10/+8
* Many places in the code NULL is used in integer context, wherephk1997-09-181-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Only send QUIT if the last operation didn't time out (otherwise you'rejkh1997-01-211-2/+5
* Yow! Is my face red... I just noticed (duh) that signal() always installsjkh1997-01-171-9/+41
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Sanitize and extend SIGALRM timeout handling.jkh1996-12-171-34/+59
* Oops, back out previous optimization, don't work as I expectache1996-11-141-4/+12
* Since ftpPutURL not use hostname cache, optimize it by always closingache1996-11-141-13/+5
* For functions ftpGetURL, ftpPutURL, ftpLogin it was impossible to knowache1996-11-141-9/+33
* Oops, forget the fact that several ftp connections can be activeache1996-11-141-8/+4
* 1) Don't allow endless recursion in ftp_close when it attempts toache1996-11-141-2/+8
* Send PASV instead of PASSIVE.jkh1996-10-101-2/+2
* Make libftpio 64-bit clean.peter1996-09-191-22/+29
* Intelligently cache previous connection to host if we can stilljkh1996-08-311-10/+32
* D'oh! verbose output should go to stderr.jkh1996-08-241-2/+2
* Implement a change suggested by Archie Cobbs - the seekto argument shouldjkh1996-08-211-2/+3
* Add an ftpErrString() function for returning human readable failurejkh1996-08-211-1/+12
* 1. Add verbose flag to ftp_login()jkh1996-08-031-7/+8
* Implement an ftpVerbose() hook.jkh1996-07-041-1/+10
* Fix a bug in the way binary/ascii settings were being done. Newjkh1996-06-221-38/+73
* Manage control connections a little better for the URL routines.jkh1996-06-171-5/+13
* Make binary mode the default.jkh1996-06-171-1/+2
* Stamp out a potential memory leak.jkh1996-06-171-9/+16
* Rethink and reimpliment the way RESTARTS are handled. The method I inheiritedjkh1996-06-171-24/+13
* Add a feature: If the environment variable FTP_PASSIVE_MODE is definedjkh1996-06-171-1/+3
* Bring in a new library `libftpio', so named to avoid clashes with olderjkh1996-06-171-0/+686
OpenPOWER on IntegriCloud