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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for HTTP 1.1 If-Modified-Since behavior.
murray
2008-12-15
1
-0
/
+1
*
Update copyright years.
des
2004-09-21
1
-1
/
+1
*
Surround prototypes with __BEGIN_DECLS / __END_DECLS.
des
2002-07-22
1
-0
/
+4
*
Reindent, and add parentheses to return statements. Some functions in
des
2002-02-05
1
-20
/
+24
*
Introduce a fetchDebug global. Change the DEBUG macro so it only runs the
des
2001-12-09
1
-0
/
+3
*
Add rudimentary support for an authentication callback function.
des
2001-05-26
1
-1
/
+5
*
Apply 'const' liberally.
archie
2001-04-24
1
-27
/
+28
*
Add SCHEME_HTTPS.
des
2000-12-01
1
-0
/
+1
*
Add macros for the names of the URL schemes we support.
des
2000-10-12
1
-0
/
+5
*
Introduce fetchXGet*(), which combine the functionalities of fetchGet*() and
des
2000-07-17
1
-0
/
+5
*
Don't forget to declare fetchRestartCalls.
des
2000-07-17
1
-0
/
+1
*
Remove fetchContentType(), which disappeared in the HTTP rewrite.
des
2000-07-17
1
-1
/
+0
*
Add (and document) fetchMakeURL()
des
2000-05-25
1
-0
/
+1
*
Dump com_err, it's a stinking crock of shit.
des
2000-05-25
1
-3
/
+24
*
Reorganize some of the http code and split it into more functions.
des
2000-05-11
1
-4
/
+7
*
While we're at it, add a length field too in case we want to fully implement
des
2000-05-07
1
-0
/
+1
*
Add offset field to struct url
des
2000-05-07
1
-0
/
+1
*
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
/
+11
*
Add verbose flag, and support functions.
des
1998-12-16
1
-5
/
+6
*
Second of a series of cleanups to libfetch.
des
1998-11-06
1
-27
/
+31
*
First of a series of cleanups to libfetch. Changed files, in
des
1998-11-05
1
-3
/
+3
*
Commit a bunch of patches that have been accumulating:
des
1998-08-17
1
-1
/
+3
*
FTP retrieve works.
des
1998-07-11
1
-0
/
+1
*
Too many changes to list. Basically, FTP is nearly there and error
des
1998-07-11
1
-5
/
+8
*
Imported libfetch into the tree. It compiles, but there's still some
des
1998-07-09
1
-0
/
+74