summaryrefslogtreecommitdiffstats
path: root/lib/libfetch/http.c
Commit message (Expand)AuthorAgeFilesLines
* Ignore HTTP_PROXY if it is defined but empty. This was already handleddes2005-08-241-1/+1
* Set the TCP_NODELAY socket option and clear TCP_NOPUSH in order to flushkbyanc2005-03-021-2/+15
* Set TCP_NOPUSH on HTTP requests, reducing the number of round-tripskbyanc2005-02-161-1/+9
* Update copyright years.des2004-09-211-1/+1
* Don't forget to allocate space for the terminating NUL when converting todes2004-08-071-1/+1
* Slight tweak to previous commit: don't forget to call _http_seterr() ifdes2004-02-111-0/+1
* When restarting a transfer that has already completed, the server willdes2004-02-111-9/+41
* Re-wrap some comments.des2004-02-111-6/+7
* Don't dereference flags if NULL (see http.c rev 1.87)des2003-03-291-1/+1
* Don't parse the proxy URL unless we're actually going to use it. No realdes2003-03-111-3/+6
* style(9): add parentheses to sizeof even when not strictly required.des2003-01-281-2/+2
* A negative offset means "get it all".des2003-01-221-2/+2
* Implement and document support for an HTTP_REFERER environment variable.des2002-11-281-12/+21
* Use __func__ and break a long line.des2002-10-301-5/+4
* Don't forget to set the error flag when _fetch_read() returns -1.des2002-10-301-2/+6
* Eliminate two cases of undefined behaviour: total in _fetch_write() wasdes2002-10-271-0/+1
* HTTP authentication got broken in rev. 1.49.ru2002-10-031-4/+4
* Don't try to dereference conn when we know it's NULL.des2002-06-191-2/+5
* Make SSL support conditional on NOCRYPT.des2002-06-051-0/+3
* Add SSL support + slight cleanup.des2002-06-051-1/+6
* Wrap everything in struct connection, and enforce timeouts everywheredes2002-06-051-33/+52
* Rename struct cookie to struct httpio to avoid confusion (it's not an HTTPdes2002-06-051-50/+50
* Add comments to struct cookie.des2002-06-051-8/+8
* Fix a bug I introduced in the chunk decoder in the previous commit..des2002-06-051-1/+1
* First step towards SSL support: wrap connections in a 'struct connection'des2002-06-051-77/+84
* Do not use __progname directly (except in [gs]etprogname(3)).markm2002-03-291-3/+1
* Reindent, and add parentheses to return statements. Some functions indes2002-02-051-736/+742
* Check the return value from read() when reading the CR/LF at the end of ades2002-01-201-2/+4
* In verbose mode, display the full error message from the server, strippingdes2002-01-011-3/+48
* Remove VT100 escapes from debugging messages now that they're enabled bydes2002-01-011-10/+10
* Conditionalize some debugging code that didn't use the DEBUG macro.des2001-12-091-8/+10
* Properly handle being redirected to an FTP URL.des2001-12-041-1/+10
* Tons of type, style and warning fixes that have been rotting in my tree fordes2001-10-181-18/+24
* Add __FBSDID()s to libfetchdillon2001-09-301-2/+3
* Implement a HTTP_USER_AGENT environment variable.des2001-05-271-1/+4
* Add rudimentary support for an authentication callback function.des2001-05-261-16/+40
* Apply 'const' liberally.archie2001-04-241-20/+20
* Support lower-case versions of the proxy environment variables.des2001-03-071-1/+2
* Use the documented (and historical) defaults. Centralize the decision logicdes2000-11-101-20/+3
* Use CHECK_FLAGdes2000-10-291-6/+6
* Rework proxy handling so that proxies can be specified as URLs.des2000-10-121-132/+65
* Work around buggy servers such as NCSA httpd which send an incompletedes2000-09-241-9/+18
* Fix signedness bogon.des2000-08-021-7/+6
* Centralize the default port finding code.des2000-07-251-16/+23
* Ignore environment variables that are set but empty.des2000-07-211-40/+81
* Don't try to skip to the requested offset if the server returns more datades2000-07-191-8/+10
* Introduce fetchXGet*(), which combine the functionalities of fetchGet*() anddes2000-07-171-7/+21
* Don't forget to set file descriptor to -1 after closing it, since the codedes2000-07-171-1/+1
* #ifdef DEBUG -> #ifndef NDEBUGdes2000-07-161-2/+2
* Reinsert the MIT copyright, which applies to the base64 code and wasdes2000-07-161-0/+32
OpenPOWER on IntegriCloud