| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFH (r260904): fix format string | Dag-Erling Smørgrav | 2014-05-25 | 1 | -24/+22 |
| * | MFC r263021: | Bryan Drewery | 2014-03-19 | 1 | -0/+6 |
| * | Merge from head r253514,r253680,r253805,r254650: | Gleb Smirnoff | 2013-10-10 | 1 | -3/+11 |
| * | MFH (r243149): fix indentation | Dag-Erling Smørgrav | 2013-05-26 | 1 | -12/+17 |
| * | MFH (r240496): use libmd if and only if OpenSSL is not available | Dag-Erling Smørgrav | 2012-11-05 | 1 | -0/+8 |
| * | MFC r241841: | Eitan Adler | 2012-10-29 | 1 | -1/+5 |
| * | MFC r241840: | Eitan Adler | 2012-10-29 | 1 | -2/+12 |
| * | MFC r241839: | Eitan Adler | 2012-10-25 | 1 | -1/+1 |
| * | MFH r234837: avoid busy-loop on slow connections when no timeout is set. | Dag-Erling Smørgrav | 2012-05-26 | 1 | -1/+3 |
| * | MFH r225813,r225814,r226537: cosmetic | Dag-Erling Smørgrav | 2012-05-26 | 1 | -1/+1 |
| * | MFH r230307: fix SIGINFO-related data corruption bug | Baptiste Daroussin | 2012-02-09 | 1 | -5/+12 |
| * | Increase WARNS to 4. | Dag-Erling Smørgrav | 2011-05-12 | 1 | -1/+1 |
| * | Mechanical whitespace cleanup. | Dag-Erling Smørgrav | 2011-05-12 | 1 | -100/+100 |
| * | Increase WARNS to 3. | Dag-Erling Smørgrav | 2011-05-12 | 1 | -1/+1 |
| * | Fix a couple of embarrassing mistakes in the previous commit. | Dag-Erling Smørgrav | 2010-07-28 | 1 | -2/+2 |
| * | If the A flag is supplied, http_request() will attempt the request only | Dag-Erling Smørgrav | 2010-07-01 | 1 | -2/+4 |
| * | Add HTTP digest authentication. | Dag-Erling Smørgrav | 2010-01-19 | 1 | -65/+815 |
| * | Add support for HTTP 1.1 If-Modified-Since behavior. | Murray Stokely | 2008-12-15 | 1 | -3/+25 |
| * | Don't fail mistakenly with -r when we already have the whole file. | Ruslan Ermilov | 2008-10-24 | 1 | -0/+1 |
| * | Use memcpy(3) instead of the BSD-specific bcopy(3). | Dag-Erling Smørgrav | 2008-02-08 | 1 | -1/+1 |
| * | Add necessary cast for tolower() argument. | Dag-Erling Smørgrav | 2008-02-06 | 1 | -2/+3 |
| * | As several people pointed out, I did all the ctype casts the wrong | Dag-Erling Smørgrav | 2007-12-19 | 1 | -13/+15 |
| * | Add support for the NO_PROXY / no_proxy environment variable as used by | Dag-Erling Smørgrav | 2007-12-18 | 1 | -3/+5 |
| * | Old patch I had lying around: correctly cast the argument to is*(). | Dag-Erling Smørgrav | 2007-12-18 | 1 | -12/+13 |
| * | Clean up namespace violations. | Dag-Erling Smørgrav | 2007-12-14 | 1 | -97/+97 |
| * | Handle temporary redirects (HTTP status code 307) | Dag-Erling Smørgrav | 2007-05-08 | 1 | -0/+2 |
| * | Ignore HTTP_PROXY if it is defined but empty. This was already handled | Dag-Erling Smørgrav | 2005-08-24 | 1 | -1/+1 |
| * | Set the TCP_NODELAY socket option and clear TCP_NOPUSH in order to flush | Kelly Yancey | 2005-03-02 | 1 | -2/+15 |
| * | Set TCP_NOPUSH on HTTP requests, reducing the number of round-trips | Kelly Yancey | 2005-02-16 | 1 | -1/+9 |
| * | Update copyright years. | Dag-Erling Smørgrav | 2004-09-21 | 1 | -1/+1 |
| * | Don't forget to allocate space for the terminating NUL when converting to | Dag-Erling Smørgrav | 2004-08-07 | 1 | -1/+1 |
| * | Slight tweak to previous commit: don't forget to call _http_seterr() if | Dag-Erling Smørgrav | 2004-02-11 | 1 | -0/+1 |
| * | When restarting a transfer that has already completed, the server will | Dag-Erling Smørgrav | 2004-02-11 | 1 | -9/+41 |
| * | Re-wrap some comments. | Dag-Erling Smørgrav | 2004-02-11 | 1 | -6/+7 |
| * | Don't dereference flags if NULL (see http.c rev 1.87) | Dag-Erling Smørgrav | 2003-03-29 | 1 | -1/+1 |
| * | Don't parse the proxy URL unless we're actually going to use it. No real | Dag-Erling Smørgrav | 2003-03-11 | 1 | -3/+6 |
| * | style(9): add parentheses to sizeof even when not strictly required. | Dag-Erling Smørgrav | 2003-01-28 | 1 | -2/+2 |
| * | A negative offset means "get it all". | Dag-Erling Smørgrav | 2003-01-22 | 1 | -2/+2 |
| * | Implement and document support for an HTTP_REFERER environment variable. | Dag-Erling Smørgrav | 2002-11-28 | 1 | -12/+21 |
| * | Use __func__ and break a long line. | Dag-Erling Smørgrav | 2002-10-30 | 1 | -5/+4 |
| * | Don't forget to set the error flag when _fetch_read() returns -1. | Dag-Erling Smørgrav | 2002-10-30 | 1 | -2/+6 |
| * | Eliminate two cases of undefined behaviour: total in _fetch_write() was | Dag-Erling Smørgrav | 2002-10-27 | 1 | -0/+1 |
| * | HTTP authentication got broken in rev. 1.49. | Ruslan Ermilov | 2002-10-03 | 1 | -4/+4 |
| * | Don't try to dereference conn when we know it's NULL. | Dag-Erling Smørgrav | 2002-06-19 | 1 | -2/+5 |
| * | Make SSL support conditional on NOCRYPT. | Dag-Erling Smørgrav | 2002-06-05 | 1 | -0/+3 |
| * | Add SSL support + slight cleanup. | Dag-Erling Smørgrav | 2002-06-05 | 1 | -1/+6 |
| * | Wrap everything in struct connection, and enforce timeouts everywhere | Dag-Erling Smørgrav | 2002-06-05 | 1 | -33/+52 |
| * | Rename struct cookie to struct httpio to avoid confusion (it's not an HTTP | Dag-Erling Smørgrav | 2002-06-05 | 1 | -50/+50 |
| * | Add comments to struct cookie. | Dag-Erling Smørgrav | 2002-06-05 | 1 | -8/+8 |
| * | Fix a bug I introduced in the chunk decoder in the previous commit.. | Dag-Erling Smørgrav | 2002-06-05 | 1 | -1/+1 |