index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libftpio
Commit message (
Expand
)
Author
Age
Files
Lines
*
mdoc(7) police: normalize .Nd.
ru
2001-04-18
1
-1
/
+1
*
MAN[1-9] -> MAN.
ru
2001-03-27
1
-1
/
+1
*
Fixed wrong return type for ftpLoginAf() in synopsis.
bde
2001-02-05
1
-1
/
+1
*
mdoc(7) police: split punctuation characters + misc fixes.
ru
2001-02-01
1
-11
/
+11
*
Prepare for mdoc(7)NG.
ru
2000-12-29
1
-2
/
+1
*
Fix two bugs:
archie
2000-08-17
2
-30
/
+12
*
Separate parsing code of 229 replies from the code for 227 and 228.
ume
2000-07-10
1
-6
/
+13
*
Reduce shlib major that is bumped by my mistake.
ume
2000-07-06
1
-1
/
+1
*
IPv6 support.
ume
2000-07-05
5
-78
/
+301
*
Put the FTP_PASSIVE_MODE issue to rest once and for all.
billf
2000-05-05
1
-1
/
+1
*
Make FTP_PASSIVE_MODE check more specific.
jkh
2000-04-23
1
-2
/
+3
*
Remove single-space hard sentence breaks. These degrade the quality
sheldonh
2000-03-02
1
-1
/
+2
*
Replace beforeinstall target with new variables used by .mk system.
rgrimes
2000-01-14
1
-4
/
+1
*
Fix style bugs and ordering
marcel
1999-10-03
1
-7
/
+5
*
sigset_t change (part 5 of 5)
marcel
1999-09-29
1
-1
/
+5
*
Explicitly use sigemptyset to clear a sigset_t. Explicit
marcel
1999-09-28
1
-2
/
+7
*
Correct spelling : ascii -> ASCII
phantom
1999-09-20
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
4
-4
/
+4
*
Various man page cleanup:
mpp
1999-08-15
1
-2
/
+2
*
Cause PORT commands to use the high IP port range. This makes fetch
nsayer
1999-03-30
1
-2
/
+11
*
Correctly figure out that the remove cannot do passive mode.
phk
1998-04-11
1
-1
/
+3
*
.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq
charnier
1998-03-19
1
-2
/
+5
*
environment variables missing from ftpio(3) man page
jkh
1998-02-10
1
-1
/
+12
*
Change errno usage as a field in a structure and as an argument to a
jb
1997-12-20
2
-28
/
+28
*
Teach ftpErrString to format UNIX errnos, since at least ftpLogin()
fenner
1997-10-02
1
-1
/
+4
*
Correct an ancient bogon which involved trying to read() from a
jkh
1997-10-01
1
-10
/
+8
*
Many places in the code NULL is used in integer context, where
phk
1997-09-18
1
-2
/
+2
*
Make this C++ safe.
jkh
1997-05-05
1
-1
/
+5
*
Fixed #include and/or prototype bugs in synopsis.
bde
1997-04-19
1
-3
/
+3
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
4
-4
/
+4
*
Only send QUIT if the last operation didn't time out (otherwise you're
jkh
1997-01-21
1
-2
/
+5
*
Yow! Is my face red... I just noticed (duh) that signal() always installs
jkh
1997-01-17
1
-9
/
+41
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
4
-4
/
+4
*
Sanitize and extend SIGALRM timeout handling.
jkh
1996-12-17
1
-34
/
+59
*
Oops, back out previous optimization, don't work as I expect
ache
1996-11-14
1
-4
/
+12
*
Since ftpPutURL not use hostname cache, optimize it by always closing
ache
1996-11-14
1
-13
/
+5
*
For functions ftpGetURL, ftpPutURL, ftpLogin it was impossible to know
ache
1996-11-14
4
-20
/
+44
*
Oops, forget the fact that several ftp connections can be active
ache
1996-11-14
2
-10
/
+6
*
1) Don't allow endless recursion in ftp_close when it attempts to
ache
1996-11-14
1
-2
/
+8
*
Send PASV instead of PASSIVE.
jkh
1996-10-10
1
-2
/
+2
*
delete doubled words, e.g.: "the the" -> "the"
wosch
1996-10-05
1
-1
/
+2
*
Make libftpio 64-bit clean.
peter
1996-09-19
3
-25
/
+36
*
Intelligently cache previous connection to host if we can still
jkh
1996-08-31
1
-10
/
+32
*
cmp -s || install -c ==> install -C
peter
1996-08-30
1
-2
/
+2
*
D'oh! verbose output should go to stderr.
jkh
1996-08-24
1
-2
/
+2
*
Implement a change suggested by Archie Cobbs - the seekto argument should
jkh
1996-08-21
2
-3
/
+4
*
Add an ftpErrString() function for returning human readable failure
jkh
1996-08-21
5
-6
/
+88
*
1. Add verbose flag to ftp_login()
jkh
1996-08-03
5
-306
/
+16
*
Implement an ftpVerbose() hook.
jkh
1996-07-04
3
-2
/
+22
*
Makefile:
gpalmer
1996-06-26
2
-3
/
+3
[next]