aboutsummaryrefslogtreecommitdiff
path: root/lib/libfetch/http.c
Commit message (Expand)AuthorAgeFilesLines
* 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-66/+816
* 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
* Don't forget to set the error flag when _fetch_read() returns -1.Dag-Erling Smørgrav2002-10-301-2/+6
* Eliminate two cases of undefined behaviour: total in _fetch_write() wasDag-Erling Smørgrav2002-10-271-0/+1
* HTTP authentication got broken in rev. 1.49.Ruslan Ermilov2002-10-031-4/+4
* Don't try to dereference conn when we know it's NULL.Dag-Erling Smørgrav2002-06-191-2/+5
* Make SSL support conditional on NOCRYPT.Dag-Erling Smørgrav2002-06-051-0/+3
* Add SSL support + slight cleanup.Dag-Erling Smørgrav2002-06-051-1/+6
* Wrap everything in struct connection, and enforce timeouts everywhereDag-Erling Smørgrav2002-06-051-33/+52
* Rename struct cookie to struct httpio to avoid confusion (it's not an HTTPDag-Erling Smørgrav2002-06-051-50/+50
* Add comments to struct cookie.Dag-Erling Smørgrav2002-06-051-8/+8
* Fix a bug I introduced in the chunk decoder in the previous commit..Dag-Erling Smørgrav2002-06-051-1/+1
* First step towards SSL support: wrap connections in a 'struct connection'Dag-Erling Smørgrav2002-06-051-77/+84
* Do not use __progname directly (except in [gs]etprogname(3)).Mark Murray2002-03-291-3/+1
* Reindent, and add parentheses to return statements. Some functions inDag-Erling Smørgrav2002-02-051-736/+742
* Check the return value from read() when reading the CR/LF at the end of aDag-Erling Smørgrav2002-01-201-2/+4
* In verbose mode, display the full error message from the server, strippingDag-Erling Smørgrav2002-01-011-3/+48
* Remove VT100 escapes from debugging messages now that they're enabled byDag-Erling Smørgrav2002-01-011-10/+10
* Conditionalize some debugging code that didn't use the DEBUG macro.Dag-Erling Smørgrav2001-12-091-8/+10
* Properly handle being redirected to an FTP URL.Dag-Erling Smørgrav2001-12-041-1/+10
* Tons of type, style and warning fixes that have been rotting in my tree forDag-Erling Smørgrav2001-10-181-18/+24
* Add __FBSDID()s to libfetchMatthew Dillon2001-09-301-2/+3
* Implement a HTTP_USER_AGENT environment variable.Dag-Erling Smørgrav2001-05-271-1/+4