summaryrefslogtreecommitdiffstats
path: root/lib/libfetch
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug related to connection caching which could cause a crash afterdes2011-01-171-0/+1
* Move variable declarations into the conditional block where they areemaste2010-10-241-1/+1
* Redo fetch_read() using non-blocking sockets. This is necessary todes2010-07-281-20/+89
* Fix a couple of embarrassing mistakes in the previous commit.des2010-07-281-2/+2
* If the A flag is supplied, http_request() will attempt the request onlydes2010-07-011-2/+4
* Document HTTP digest authentication support.des2010-01-261-8/+14
* Add missing DPADD and fix whitespace.des2010-01-191-2/+3
* Add HTTP digest authentication.des2010-01-192-67/+819
* Fix a socket leak in ftp_request() after that a connection is established.attilio2009-11-251-3/+9
* PR: 139751fabient2009-10-211-1/+1
* Bump the version of all non-symbol-versioned shared libraries inkensmith2009-07-191-1/+1
* 1. Update fetch to consistently return 1 on error, as the man page states,murray2008-12-171-8/+0
* Add support for HTTP 1.1 If-Modified-Since behavior.murray2008-12-153-4/+50
* Don't fail mistakenly with -r when we already have the whole file.ru2008-10-241-0/+1
* Fix one-byte buffer overflow: NUL gets written to the buffer, but isn'tcperciva2008-04-151-1/+1
* s/wait/delta/ to avoid namespace collision.des2008-03-201-16/+16
* Use memcpy(3) instead of the BSD-specific bcopy(3).des2008-02-083-6/+6
* s/MAXPATHLEN/PATH_MAX/ to reflect five-year old change to the code :)des2008-02-081-1/+1
* Add necessary cast for tolower() argument.des2008-02-061-2/+3
* Fix a regression introduced in rev 1.99: replace fclose(f) with a commentdes2008-01-231-1/+5
* Add missing dependencies on Makefile (fixes NO_CLEAN builds).ru2007-12-191-4/+4
* As several people pointed out, I did all the ctype casts the wrongdes2007-12-194-28/+36
* Document NO_PROXY / no_proxy.des2007-12-181-1/+17
* Add support for the NO_PROXY / no_proxy environment variable as used bydes2007-12-184-8/+63
* Old patch I had lying around: correctly cast the argument to is*().des2007-12-183-24/+25
* Clean up namespace violations.des2007-12-147-314/+314
* Enable FTP_COMBINE_CWDS.des2007-05-242-10/+2
* Bump library versions in preparation for 7.0.deischen2007-05-211-1/+1
* Handle temporary redirects (HTTP status code 307)des2007-05-081-0/+2
* Add back the original behavior of changing the entire directory path atnjl2007-04-222-2/+34
* Respect MK_INET6_SUPPORT.yar2006-07-271-1/+4
* Respect FETCH_BIND_ADDRESS when opening the data connection.des2006-06-131-0/+5
* Fix a bug introduced in rev 1.92, where, when changing from one directorydes2006-06-131-0/+2
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-1/+3
* In order to maintain interoperability with certain broken FTP servers,des2006-01-191-2/+18
* Fix misspelling in Poul-Henning Kamp's email address under AUTHORS, fromtmclaugh2005-11-301-1/+1
* Ignore HTTP_PROXY if it is defined but empty. This was already handleddes2005-08-241-1/+1
* Change directory one level at a time, and use CDUP to back out. This is ades2005-08-121-29/+152
* Bump the shared library version number of all libraries that have notkensmith2005-07-221-1/+1
* Set the TCP_NODELAY socket option and clear TCP_NOPUSH in order to flushkbyanc2005-03-021-2/+15
* Fix a memory leak: when freeing the connection structure, don't forget todes2005-02-161-0/+1
* Set TCP_NOPUSH on HTTP requests, reducing the number of round-tripskbyanc2005-02-161-1/+9
* Expand contractions.ru2005-02-131-2/+2
* Expand *n't contractions.ru2005-02-131-1/+1
* NOCRYPT -> NO_CRYPTru2004-12-211-1/+1
* Update copyright years.des2004-09-218-8/+9
* Don't forget to allocate space for the terminating NUL when converting todes2004-08-071-1/+1
* Join the 21st century: Cryptography is no longer an optional componentcperciva2004-08-061-1/+0
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+1
* Slight tweak to previous commit: don't forget to call _http_seterr() ifdes2004-02-111-0/+1
OpenPOWER on IntegriCloud