summaryrefslogtreecommitdiffstats
path: root/lib/libftpio
Commit message (Expand)AuthorAgeFilesLines
* Various man page cleanup:mpp1999-08-151-2/+2
* 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
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aqcharnier1998-03-191-2/+5
* environment variables missing from ftpio(3) man pagejkh1998-02-101-1/+12
* Change errno usage as a field in a structure and as an argument to ajb1997-12-202-28/+28
* 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
* Make this C++ safe.jkh1997-05-051-1/+5
* Fixed #include and/or prototype bugs in synopsis.bde1997-04-191-3/+3
* Revert $FreeBSD$ to $Id$peter1997-02-224-4/+4
* 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-144-4/+4
* 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-144-20/+44
* Oops, forget the fact that several ftp connections can be activeache1996-11-142-10/+6
* 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
* delete doubled words, e.g.: "the the" -> "the"wosch1996-10-051-1/+2
* Make libftpio 64-bit clean.peter1996-09-193-25/+36
* Intelligently cache previous connection to host if we can stilljkh1996-08-311-10/+32
* cmp -s || install -c ==> install -Cpeter1996-08-301-2/+2
* 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-212-3/+4
* Add an ftpErrString() function for returning human readable failurejkh1996-08-215-6/+88
* 1. Add verbose flag to ftp_login()jkh1996-08-035-306/+16
* Implement an ftpVerbose() hook.jkh1996-07-043-2/+22
* Makefile:gpalmer1996-06-262-3/+3
* Adjust docs to match reality.jkh1996-06-241-4/+8
* Adjust the reference to ftpBinary() in the (unused) TCL wrappers.jkh1996-06-241-4/+4
* Fix a bug in the way binary/ascii settings were being done. Newjkh1996-06-222-42/+78
* Make certain small things more consistent with the other stdio man pages.jkh1996-06-201-10/+10
* 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-172-10/+17
* Rethink and reimpliment the way RESTARTS are handled. The method I inheiritedjkh1996-06-173-53/+33
* Add a feature: If the environment variable FTP_PASSIVE_MODE is definedjkh1996-06-171-1/+3
* Whoops, give the authors all proper credit.jkh1996-06-171-0/+2
* Bring in a new library `libftpio', so named to avoid clashes with olderjkh1996-06-176-0/+1226
OpenPOWER on IntegriCloud