summaryrefslogtreecommitdiff
path: root/lib/libfetch/http.c
Commit message (Expand)AuthorAgeFilesLines
* MFH (r295536): fix double-free error when SSL connection failsDag-Erling Smørgrav2016-02-171-1/+0
* MFH (r280630): remove all traces of SSLv2 supportDag-Erling Smørgrav2016-01-161-13/+46
* MFC r284346:Dimitry Andric2015-06-201-12/+6
* MFH (r267127): don't send User-Agent if HTTP_USER_AGENT is emptyDag-Erling Smørgrav2014-08-241-4/+9
* MFC: r267131, r267132, r267133, r268493, r268671Baptiste Daroussin2014-07-201-8/+38
* MFC r263021:Bryan Drewery2014-03-191-0/+6
* MFH (r260904): fix format stringDag-Erling Smørgrav2014-02-271-24/+22
* Even though it doesn't really make sense in the context of a CONNECTDag-Erling Smørgrav2013-08-221-0/+2
* Include an Accept header in requests.Dag-Erling Smørgrav2013-07-301-1/+7
* Implement certificate verification, and many other SSL-relatedDag-Erling Smørgrav2013-07-261-1/+1
* Use the correct request syntax for proxied (tunneled) HTTPS requests.Dag-Erling Smørgrav2013-07-211-1/+1
* Use the CONNECT method to proxy HTTPS connections through HTTP proxies.Dag-Erling Smørgrav2013-04-121-8/+13
* Fix weird indentation.Dag-Erling Smørgrav2012-11-161-4/+4
* Implement HTTP 305 redirect handling.Eitan Adler2012-10-221-1/+5
* Don't deny non-temporary redirects if the -A option is set (perEitan Adler2012-10-221-2/+12
* Be a bit more lenient in the maximum number of redirects allowed.Eitan Adler2012-10-221-1/+1
* Use libmd if and only if OpenSSL is not available.Dag-Erling Smørgrav2012-09-141-0/+8
* Don't reuse credentials if redirected to a different host.Dag-Erling Smørgrav2012-04-301-1/+3
* Fix two issues related to the use of SIGINFO in fetch(1) to displayDag-Erling Smørgrav2012-01-181-5/+12
* latin1 -> utf8Dag-Erling Smørgrav2011-10-191-1/+1
* Update copyright dates and strip my middle name.Dag-Erling Smørgrav2011-09-271-1/+1
* Increase WARNS to 4.Dag-Erling Smørgrav2011-05-121-1/+1
* Mechanical whitespace cleanup.Dag-Erling Smørgrav2011-05-121-100/+100
* Increase WARNS to 3.Dag-Erling Smørgrav2011-05-121-1/+1
* Fix a couple of embarrassing mistakes in the previous commit.Dag-Erling Smørgrav2010-07-281-2/+2
* If the A flag is supplied, http_request() will attempt the request onlyDag-Erling Smørgrav2010-07-011-2/+4
* Add HTTP digest authentication.Dag-Erling Smørgrav2010-01-191-65/+815
* Add support for HTTP 1.1 If-Modified-Since behavior.Murray Stokely2008-12-151-3/+25
* Don't fail mistakenly with -r when we already have the whole file.Ruslan Ermilov2008-10-241-0/+1
* Use memcpy(3) instead of the BSD-specific bcopy(3).Dag-Erling Smørgrav2008-02-081-1/+1
* Add necessary cast for tolower() argument.Dag-Erling Smørgrav2008-02-061-2/+3
* As several people pointed out, I did all the ctype casts the wrongDag-Erling Smørgrav2007-12-191-13/+15
* Add support for the NO_PROXY / no_proxy environment variable as used byDag-Erling Smørgrav2007-12-181-3/+5
* Old patch I had lying around: correctly cast the argument to is*().Dag-Erling Smørgrav2007-12-181-12/+13
* Clean up namespace violations.Dag-Erling Smørgrav2007-12-141-97/+97
* Handle temporary redirects (HTTP status code 307)Dag-Erling Smørgrav2007-05-081-0/+2
* Ignore HTTP_PROXY if it is defined but empty. This was already handledDag-Erling Smørgrav2005-08-241-1/+1
* Set the TCP_NODELAY socket option and clear TCP_NOPUSH in order to flushKelly Yancey2005-03-021-2/+15
* Set TCP_NOPUSH on HTTP requests, reducing the number of round-tripsKelly Yancey2005-02-161-1/+9
* Update copyright years.Dag-Erling Smørgrav2004-09-211-1/+1
* Don't forget to allocate space for the terminating NUL when converting toDag-Erling Smørgrav2004-08-071-1/+1
* Slight tweak to previous commit: don't forget to call _http_seterr() ifDag-Erling Smørgrav2004-02-111-0/+1
* When restarting a transfer that has already completed, the server willDag-Erling Smørgrav2004-02-111-9/+41
* Re-wrap some comments.Dag-Erling Smørgrav2004-02-111-6/+7
* Don't dereference flags if NULL (see http.c rev 1.87)Dag-Erling Smørgrav2003-03-291-1/+1
* Don't parse the proxy URL unless we're actually going to use it. No realDag-Erling Smørgrav2003-03-111-3/+6
* style(9): add parentheses to sizeof even when not strictly required.Dag-Erling Smørgrav2003-01-281-2/+2
* A negative offset means "get it all".Dag-Erling Smørgrav2003-01-221-2/+2
* Implement and document support for an HTTP_REFERER environment variable.Dag-Erling Smørgrav2002-11-281-12/+21
* Use __func__ and break a long line.Dag-Erling Smørgrav2002-10-301-5/+4