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
*
MFH (r295536): fix double-free error when SSL connection fails
des
2016-02-17
1
-1
/
+0
*
MFH (r280630): remove all traces of SSLv2 support
des
2016-01-16
1
-13
/
+46
*
MFC r284346:
dim
2015-06-20
1
-12
/
+6
*
MFH (r267127): don't send User-Agent if HTTP_USER_AGENT is empty
des
2014-08-24
1
-4
/
+9
*
MFC: r267131, r267132, r267133, r268493, r268671
bapt
2014-07-20
1
-8
/
+38
*
MFC r263021:
bdrewery
2014-03-19
1
-0
/
+6
*
MFH (r260904): fix format string
des
2014-02-27
1
-24
/
+22
*
Even though it doesn't really make sense in the context of a CONNECT
des
2013-08-22
1
-0
/
+2
*
Include an Accept header in requests.
des
2013-07-30
1
-1
/
+7
*
Implement certificate verification, and many other SSL-related
des
2013-07-26
1
-1
/
+1
*
Use the correct request syntax for proxied (tunneled) HTTPS requests.
des
2013-07-21
1
-1
/
+1
*
Use the CONNECT method to proxy HTTPS connections through HTTP proxies.
des
2013-04-12
1
-8
/
+13
*
Fix weird indentation.
des
2012-11-16
1
-4
/
+4
*
Implement HTTP 305 redirect handling.
eadler
2012-10-22
1
-1
/
+5
*
Don't deny non-temporary redirects if the -A option is set (per
eadler
2012-10-22
1
-2
/
+12
*
Be a bit more lenient in the maximum number of redirects allowed.
eadler
2012-10-22
1
-1
/
+1
*
Use libmd if and only if OpenSSL is not available.
des
2012-09-14
1
-0
/
+8
*
Don't reuse credentials if redirected to a different host.
des
2012-04-30
1
-1
/
+3
*
Fix two issues related to the use of SIGINFO in fetch(1) to display
des
2012-01-18
1
-5
/
+12
*
latin1 -> utf8
des
2011-10-19
1
-1
/
+1
*
Update copyright dates and strip my middle name.
des
2011-09-27
1
-1
/
+1
*
Increase WARNS to 4.
des
2011-05-12
1
-1
/
+1
*
Mechanical whitespace cleanup.
des
2011-05-12
1
-100
/
+100
*
Increase WARNS to 3.
des
2011-05-12
1
-1
/
+1
*
Fix a couple of embarrassing mistakes in the previous commit.
des
2010-07-28
1
-2
/
+2
*
If the A flag is supplied, http_request() will attempt the request only
des
2010-07-01
1
-2
/
+4
*
Add HTTP digest authentication.
des
2010-01-19
1
-66
/
+816
*
Add support for HTTP 1.1 If-Modified-Since behavior.
murray
2008-12-15
1
-3
/
+25
*
Don't fail mistakenly with -r when we already have the whole file.
ru
2008-10-24
1
-0
/
+1
*
Use memcpy(3) instead of the BSD-specific bcopy(3).
des
2008-02-08
1
-1
/
+1
*
Add necessary cast for tolower() argument.
des
2008-02-06
1
-2
/
+3
*
As several people pointed out, I did all the ctype casts the wrong
des
2007-12-19
1
-13
/
+15
*
Add support for the NO_PROXY / no_proxy environment variable as used by
des
2007-12-18
1
-3
/
+5
*
Old patch I had lying around: correctly cast the argument to is*().
des
2007-12-18
1
-12
/
+13
*
Clean up namespace violations.
des
2007-12-14
1
-97
/
+97
*
Handle temporary redirects (HTTP status code 307)
des
2007-05-08
1
-0
/
+2
*
Ignore HTTP_PROXY if it is defined but empty. This was already handled
des
2005-08-24
1
-1
/
+1
*
Set the TCP_NODELAY socket option and clear TCP_NOPUSH in order to flush
kbyanc
2005-03-02
1
-2
/
+15
*
Set TCP_NOPUSH on HTTP requests, reducing the number of round-trips
kbyanc
2005-02-16
1
-1
/
+9
*
Update copyright years.
des
2004-09-21
1
-1
/
+1
*
Don't forget to allocate space for the terminating NUL when converting to
des
2004-08-07
1
-1
/
+1
*
Slight tweak to previous commit: don't forget to call _http_seterr() if
des
2004-02-11
1
-0
/
+1
*
When restarting a transfer that has already completed, the server will
des
2004-02-11
1
-9
/
+41
*
Re-wrap some comments.
des
2004-02-11
1
-6
/
+7
*
Don't dereference flags if NULL (see http.c rev 1.87)
des
2003-03-29
1
-1
/
+1
*
Don't parse the proxy URL unless we're actually going to use it. No real
des
2003-03-11
1
-3
/
+6
*
style(9): add parentheses to sizeof even when not strictly required.
des
2003-01-28
1
-2
/
+2
*
A negative offset means "get it all".
des
2003-01-22
1
-2
/
+2
*
Implement and document support for an HTTP_REFERER environment variable.
des
2002-11-28
1
-12
/
+21
*
Use __func__ and break a long line.
des
2002-10-30
1
-5
/
+4
[next]