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
/
http.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use the documented (and historical) defaults. Centralize the decision logic
des
2000-11-10
1
-20
/
+3
*
Use CHECK_FLAG
des
2000-10-29
1
-6
/
+6
*
Rework proxy handling so that proxies can be specified as URLs.
des
2000-10-12
1
-132
/
+65
*
Work around buggy servers such as NCSA httpd which send an incomplete
des
2000-09-24
1
-9
/
+18
*
Fix signedness bogon.
des
2000-08-02
1
-7
/
+6
*
Centralize the default port finding code.
des
2000-07-25
1
-16
/
+23
*
Ignore environment variables that are set but empty.
des
2000-07-21
1
-40
/
+81
*
Don't try to skip to the requested offset if the server returns more data
des
2000-07-19
1
-8
/
+10
*
Introduce fetchXGet*(), which combine the functionalities of fetchGet*() and
des
2000-07-17
1
-7
/
+21
*
Don't forget to set file descriptor to -1 after closing it, since the code
des
2000-07-17
1
-1
/
+1
*
#ifdef DEBUG -> #ifndef NDEBUG
des
2000-07-16
1
-2
/
+2
*
Reinsert the MIT copyright, which applies to the base64 code and was
des
2000-07-16
1
-0
/
+32
*
Fix a bug (misplaced continue) that caused redirects to fail. Lots of code
des
2000-07-13
1
-16
/
+29
*
Extensive rewrite of the HTTP code. The new code is significantly cleaner and
des
2000-07-12
1
-446
/
+685
*
Rework the authorization code.
des
2000-07-11
1
-78
/
+83
*
Fix basic authentication, and add proxy authentication.
des
2000-07-08
1
-19
/
+45
*
Don't incorrectly report a protocol error when we get a 302 and redirects
des
2000-06-21
1
-2
/
+5
*
Hackish support for 302 redirect.
des
2000-05-26
1
-24
/
+59
*
IPv6 support.
ume
2000-05-20
1
-6
/
+39
*
Better handling of some boundary conditions.
des
2000-05-19
1
-0
/
+2
*
Make HTTP_PROXY work for FTP.
ume
2000-05-15
1
-5
/
+13
*
Remove unused 'verbose'.
des
2000-05-15
1
-6
/
+6
*
Reorganize some of the http code and split it into more functions.
des
2000-05-11
1
-59
/
+150
*
Implement restart
des
2000-05-07
1
-1
/
+32
*
Use sizeof more consistently.
des
2000-05-07
1
-11
/
+41
*
Patches I've had lying around for several months:
des
2000-01-07
1
-4
/
+5
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Implement and document file list retrieval.
des
1998-12-21
1
-1
/
+11
*
Don't specify a language to compile_et.
des
1998-12-18
1
-3
/
+3
*
Remove unused header files. Fix a few shadowing bugs. Improve error reporting.
des
1998-12-16
1
-23
/
+9
*
Add verbose flag, and support functions.
des
1998-12-16
1
-5
/
+12
*
Second of a series of cleanups to libfetch.
des
1998-11-06
1
-7
/
+16
*
First of a series of cleanups to libfetch. Changed files, in
des
1998-11-05
1
-15
/
+2
*
Commit a bunch of patches that have been accumulating:
des
1998-08-17
1
-3
/
+3
*
Base64 code (and the MIT copyright) moved to http.c
des
1998-07-12
1
-13
/
+161
*
Too many changes to list. Basically, FTP is nearly there and error
des
1998-07-11
1
-33
/
+19
*
Imported libfetch into the tree. It compiles, but there's still some
des
1998-07-09
1
-0
/
+338
[prev]