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 (r313974,r314596): open .netrc early in case we want to drop privs
des
2017-03-24
1
-14
/
+5
*
MFH (r310823): fix multi-line CONNECT responses
des
2017-01-09
1
-1
/
+1
*
r169386 (PR 112515) was incomplete: it treated 307 as an error except
des
2016-05-31
1
-0
/
+3
*
Use strlcpy() instead of strncpy() to copy the string returned by
truckman
2016-05-12
1
-1
/
+1
*
Fix double-free error: r289419 moved all error handling in http_connect()
des
2016-02-11
1
-1
/
+0
*
As a followup to r292330, standardize on size_t and add a few comments.
des
2015-12-16
1
-2
/
+5
*
Reset bufpos to 0 immediately after refilling the buffer. Otherwise, we
des
2015-12-16
1
-3
/
+2
*
Fix buildworld after r291453, similar to r284346: url->user and url->pwd
dim
2015-11-29
1
-4
/
+2
*
Use .netrc for HTTP sites and proxies, not just FTP.
des
2015-11-29
1
-0
/
+8
*
Fix two bugs in HTTPS tunnelling:
des
2015-10-16
1
-4
/
+32
*
Remove unused variable to silence clang warning.
araujo
2015-07-04
1
-4
/
+1
*
Fix the following clang 3.7.0 warnings in lib/libfetch/http.c:
dim
2015-06-13
1
-12
/
+6
*
Add support for arbitrary http requests
bapt
2014-06-05
1
-2
/
+32
*
Remove unnecessary semicolons
bapt
2014-06-05
1
-4
/
+4
*
Use NULL instead of 0
bapt
2014-06-05
1
-2
/
+2
*
If HTTP_USER_AGENT is defined but empty, don't send User-Agent at all.
des
2014-06-05
1
-4
/
+9
*
Support Last-Modified behind proxies which return UTC instead of GMT.
bdrewery
2014-03-11
1
-0
/
+6
*
Bump copyright dates
des
2014-01-30
1
-1
/
+1
*
r261230 broke the cases where the amount of data to be read is not
des
2014-01-29
1
-4
/
+6
*
Solve http buffering issues and hangs once and for all (hopefully!) by
des
2014-01-28
1
-21
/
+17
*
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
[next]