summaryrefslogtreecommitdiff
path: root/lib/libfetch/http.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add rudimentary support for an authentication callback function.Dag-Erling Smørgrav2001-05-261-16/+40
* Apply 'const' liberally.Archie Cobbs2001-04-241-20/+20
* Support lower-case versions of the proxy environment variables.Dag-Erling Smørgrav2001-03-071-1/+2
* Use the documented (and historical) defaults. Centralize the decision logicDag-Erling Smørgrav2000-11-101-20/+3
* Use CHECK_FLAGDag-Erling Smørgrav2000-10-291-6/+6
* Rework proxy handling so that proxies can be specified as URLs.Dag-Erling Smørgrav2000-10-121-132/+65
* Work around buggy servers such as NCSA httpd which send an incompleteDag-Erling Smørgrav2000-09-241-9/+18
* Fix signedness bogon.Dag-Erling Smørgrav2000-08-021-7/+6
* Centralize the default port finding code.Dag-Erling Smørgrav2000-07-251-16/+23
* Ignore environment variables that are set but empty.Dag-Erling Smørgrav2000-07-211-40/+81
* Don't try to skip to the requested offset if the server returns more dataDag-Erling Smørgrav2000-07-191-8/+10
* Introduce fetchXGet*(), which combine the functionalities of fetchGet*() andDag-Erling Smørgrav2000-07-171-7/+21
* Don't forget to set file descriptor to -1 after closing it, since the codeDag-Erling Smørgrav2000-07-171-1/+1
* #ifdef DEBUG -> #ifndef NDEBUGDag-Erling Smørgrav2000-07-161-2/+2
* Reinsert the MIT copyright, which applies to the base64 code and wasDag-Erling Smørgrav2000-07-161-0/+32
* Fix a bug (misplaced continue) that caused redirects to fail. Lots of codeDag-Erling Smørgrav2000-07-131-16/+29
* Extensive rewrite of the HTTP code. The new code is significantly cleaner andDag-Erling Smørgrav2000-07-121-446/+685
* Rework the authorization code.Dag-Erling Smørgrav2000-07-111-78/+83
* Fix basic authentication, and add proxy authentication.Dag-Erling Smørgrav2000-07-081-19/+45
* Don't incorrectly report a protocol error when we get a 302 and redirectsDag-Erling Smørgrav2000-06-211-2/+5
* Hackish support for 302 redirect.Dag-Erling Smørgrav2000-05-261-24/+59
* IPv6 support.Hajimu UMEMOTO2000-05-201-6/+39
* Better handling of some boundary conditions.Dag-Erling Smørgrav2000-05-191-0/+2
* Make HTTP_PROXY work for FTP.Hajimu UMEMOTO2000-05-151-5/+13
* Remove unused 'verbose'.Dag-Erling Smørgrav2000-05-151-6/+6
* Reorganize some of the http code and split it into more functions.Dag-Erling Smørgrav2000-05-111-59/+150
* Implement restartDag-Erling Smørgrav2000-05-071-1/+32
* Use sizeof more consistently.Dag-Erling Smørgrav2000-05-071-11/+41
* Patches I've had lying around for several months:Dag-Erling Smørgrav2000-01-071-4/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Implement and document file list retrieval.Dag-Erling Smørgrav1998-12-211-1/+11
* Don't specify a language to compile_et.Dag-Erling Smørgrav1998-12-181-3/+3
* Remove unused header files. Fix a few shadowing bugs. Improve error reporting.Dag-Erling Smørgrav1998-12-161-23/+9
* Add verbose flag, and support functions.Dag-Erling Smørgrav1998-12-161-5/+12
* Second of a series of cleanups to libfetch.Dag-Erling Smørgrav1998-11-061-7/+16
* First of a series of cleanups to libfetch. Changed files, inDag-Erling Smørgrav1998-11-051-15/+2
* Commit a bunch of patches that have been accumulating:Dag-Erling Smørgrav1998-08-171-3/+3
* Base64 code (and the MIT copyright) moved to http.cDag-Erling Smørgrav1998-07-121-13/+161
* Too many changes to list. Basically, FTP is nearly there and errorDag-Erling Smørgrav1998-07-111-33/+19
* Imported libfetch into the tree. It compiles, but there's still someDag-Erling Smørgrav1998-07-091-0/+338