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
/
fetch.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add __FBSDID()s to libfetch
dillon
2001-09-30
1
-2
/
+3
*
The fix for schemeless and hostless URLs (rev. 1.27) broke the schemeless
se
2001-07-28
1
-1
/
+2
*
Unbreak parsing URLs that have a host part but no document part.
des
2001-07-17
1
-2
/
+3
*
Handle shemeless, hostless URLs correctly.
des
2001-07-08
1
-3
/
+5
*
Add rudimentary support for an authentication callback function.
des
2001-05-26
1
-1
/
+1
*
Apply 'const' liberally.
archie
2001-04-24
1
-14
/
+15
*
Avoid a segfault (due to an unitialized pointer) when parsing URLs that have
des
2000-12-13
1
-0
/
+2
*
Clean up the whitespace encoding code.
des
2000-12-01
1
-5
/
+6
*
Use CHECK_FLAG
des
2000-10-29
1
-4
/
+4
*
If the scheme is HTTP or HTTPS, percent-escape whitespace in the document
des
2000-10-21
1
-1
/
+21
*
Relax URL syntax so that schemeless URLs are supported.
des
2000-10-12
1
-24
/
+23
*
The decision to use an HTTP proxy for FTP documents belongs in the FTP code
des
2000-07-21
1
-12
/
+0
*
Introduce fetchXGet*(), which combine the functionalities of fetchGet*() and
des
2000-07-17
1
-8
/
+27
*
Introduce the (undocumented) variable fetchRestartCalls, which controls whether
des
2000-07-17
1
-0
/
+1
*
Add (and document) fetchMakeURL()
des
2000-05-25
1
-2
/
+42
*
Dump com_err, it's a stinking crock of shit.
des
2000-05-25
1
-2
/
+3
*
IPv6 support.
ume
2000-05-20
1
-3
/
+12
*
Make HTTP_PROXY work for FTP.
ume
2000-05-15
1
-8
/
+32
*
Reorganize some of the http code and split it into more functions.
des
2000-05-11
1
-17
/
+21
*
Use sizeof more consistently.
des
2000-05-07
1
-2
/
+2
*
More old uncommitted patches: implement timeouts at the protocol level.
des
2000-01-07
1
-0
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Implement and document file list retrieval.
des
1998-12-21
1
-1
/
+38
*
Add verbose flag, and support functions.
des
1998-12-16
1
-2
/
+5
*
Second of a series of cleanups to libfetch.
des
1998-11-06
1
-23
/
+89
*
First of a series of cleanups to libfetch. Changed files, in
des
1998-11-05
1
-57
/
+28
*
Commit a bunch of patches that have been accumulating:
des
1998-08-17
1
-24
/
+37
*
FTP retrieve works.
des
1998-07-11
1
-1
/
+1
*
Too many changes to list. Basically, FTP is nearly there and error
des
1998-07-11
1
-1
/
+36
*
Imported libfetch into the tree. It compiles, but there's still some
des
1998-07-09
1
-0
/
+189