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
*
Don't try to dereference conn when we know it's NULL.
des
2002-06-19
1
-2
/
+5
*
Make SSL support conditional on NOCRYPT.
des
2002-06-05
1
-0
/
+3
*
Add SSL support + slight cleanup.
des
2002-06-05
1
-1
/
+6
*
Wrap everything in struct connection, and enforce timeouts everywhere
des
2002-06-05
1
-33
/
+52
*
Rename struct cookie to struct httpio to avoid confusion (it's not an HTTP
des
2002-06-05
1
-50
/
+50
*
Add comments to struct cookie.
des
2002-06-05
1
-8
/
+8
*
Fix a bug I introduced in the chunk decoder in the previous commit..
des
2002-06-05
1
-1
/
+1
*
First step towards SSL support: wrap connections in a 'struct connection'
des
2002-06-05
1
-77
/
+84
*
Do not use __progname directly (except in [gs]etprogname(3)).
markm
2002-03-29
1
-3
/
+1
*
Reindent, and add parentheses to return statements. Some functions in
des
2002-02-05
1
-736
/
+742
*
Check the return value from read() when reading the CR/LF at the end of a
des
2002-01-20
1
-2
/
+4
*
In verbose mode, display the full error message from the server, stripping
des
2002-01-01
1
-3
/
+48
*
Remove VT100 escapes from debugging messages now that they're enabled by
des
2002-01-01
1
-10
/
+10
*
Conditionalize some debugging code that didn't use the DEBUG macro.
des
2001-12-09
1
-8
/
+10
*
Properly handle being redirected to an FTP URL.
des
2001-12-04
1
-1
/
+10
*
Tons of type, style and warning fixes that have been rotting in my tree for
des
2001-10-18
1
-18
/
+24
*
Add __FBSDID()s to libfetch
dillon
2001-09-30
1
-2
/
+3
*
Implement a HTTP_USER_AGENT environment variable.
des
2001-05-27
1
-1
/
+4
*
Add rudimentary support for an authentication callback function.
des
2001-05-26
1
-16
/
+40
*
Apply 'const' liberally.
archie
2001-04-24
1
-20
/
+20
*
Support lower-case versions of the proxy environment variables.
des
2001-03-07
1
-1
/
+2
*
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
[next]