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
/
libfetch
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prepare for mdoc(7)NG.
ru
2001-01-16
1
-1
/
+1
*
The user name for anonymous ftp is now "anonymous".
des
2001-01-08
1
-10
/
+17
*
Back out previous (accidental) commit.
des
2001-01-08
1
-1
/
+1
*
Use "anonymous" rather than "ftp" as login name for anonymous ftp.
des
2001-01-08
2
-4
/
+3
*
Document FTP_LOGIN.
des
2000-12-22
1
-0
/
+2
*
Check the FTP_LOGIN environment variable before falling back on
des
2000-12-22
1
-0
/
+2
*
Avoid a segfault (due to an unitialized pointer) when parsing URLs that have
des
2000-12-13
1
-0
/
+2
*
Somewhere along the line, I misunderstood the whole FTP_PASSIVE_MODE debate
des
2000-12-06
2
-4
/
+4
*
Remove some obsolete comments.
des
2000-12-01
1
-13
/
+0
*
Clean up the whitespace encoding code.
des
2000-12-01
1
-5
/
+6
*
Add SCHEME_HTTPS.
des
2000-12-01
1
-0
/
+1
*
Fix old-style proxy specs: default to FTP if FTP_PROXY was set; only default
des
2000-11-27
1
-2
/
+6
*
Don't try to get the proxy port number from /etc/services.
des
2000-11-27
1
-4
/
+0
*
Don't go haywire if the server closes the connection in the middle of a
des
2000-11-22
1
-1
/
+1
*
Revert previous commit, it was somewhat hasty.
des
2000-11-22
1
-5
/
+1
*
Don't go haywire if the server closes the connection during a multiline
des
2000-11-22
1
-1
/
+5
*
log
ru
2000-11-22
1
-1
/
+2
*
Spell the des's name correctly.
ru
2000-11-14
1
-2
/
+2
*
Use Fx macro wherever possible.
ru
2000-11-14
1
-1
/
+3
*
Use the documented (and historical) defaults. Centralize the decision logic
des
2000-11-10
4
-37
/
+45
*
Use CHECK_FLAG
des
2000-10-29
4
-22
/
+22
*
Stricter error checking in the I/O functions.
des
2000-10-29
1
-1
/
+25
*
Add CHECK_FLAGS, a macro for (safely) checking if a particular flag is set.
des
2000-10-29
1
-0
/
+5
*
Document FTP_PASSIVE_MODE and FTP_PASSWORD.
des
2000-10-29
1
-1
/
+8
*
Fix this my way. David had absolutely no call overriding MAINTAINER without
des
2000-10-28
1
-3
/
+3
*
Install per function manpages so one doesn't mistakenly think we don't
obrien
2000-10-28
1
-0
/
+8
*
Repeat after me, "check to see that a pointer isn't NULL before
obrien
2000-10-28
1
-3
/
+3
*
MFS: don't expect result code until you close the data connection
des
2000-10-27
1
-3
/
+3
*
Use funopen() instead of fdopen(). This fixes three problems:
des
2000-10-22
1
-4
/
+118
*
If the scheme is HTTP or HTTPS, percent-escape whitespace in the document
des
2000-10-21
1
-1
/
+21
*
Argh! Fix passive mode selection (again)
des
2000-10-17
1
-2
/
+3
*
Use the right user name
des
2000-10-13
1
-3
/
+3
*
Document recent changes in URL parsing and proxy handling
des
2000-10-12
1
-10
/
+20
*
ftp.c needs _http_request()
des
2000-10-12
1
-0
/
+11
*
Rework proxy handling so that proxies can be specified as URLs.
des
2000-10-12
2
-206
/
+156
*
Relax URL syntax so that schemeless URLs are supported.
des
2000-10-12
1
-24
/
+23
*
Add macros for the names of the URL schemes we support.
des
2000-10-12
1
-0
/
+5
*
Make the ENVIRONMENT section more legible, and mention that HTTP_AUTH is
des
2000-10-12
1
-4
/
+10
*
Work around buggy servers such as NCSA httpd which send an incomplete
des
2000-09-24
1
-9
/
+18
*
Document the FTP_PROXY and HTTP_PROXY variables better.
des
2000-08-31
1
-0
/
+4
*
Grok 125 replies to passive RETR. This fixes an interoperability bug with
des
2000-08-21
1
-1
/
+2
*
Fix signedness bogon.
des
2000-08-02
1
-7
/
+6
*
Don't fail if _ftp_stat() reports a protocol error, since that most likely
des
2000-07-27
1
-0
/
+1
*
If the server reports the size as 0, treat it as unknown. This works around
des
2000-07-25
1
-3
/
+2
*
Centralize the default port finding code.
des
2000-07-25
3
-33
/
+43
*
Ignore environment variables that are set but empty.
des
2000-07-21
1
-40
/
+81
*
Document the proxy support better.
des
2000-07-21
1
-2
/
+15
*
The decision to use an HTTP proxy for FTP documents belongs in the FTP code
des
2000-07-21
2
-13
/
+24
*
Don't send port number to proxy unless it's not the standard FTP port
des
2000-07-21
1
-2
/
+6
*
Fix the case where the file name is preceded by a lone slash.
des
2000-07-20
1
-1
/
+1
[next]