aboutsummaryrefslogtreecommitdiff
path: root/lib/libfetch
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix weird indentation.Dag-Erling Smørgrav2012-11-161-4/+4
| |/ |/|
* | Implement HTTP 305 redirect handling.Eitan Adler2012-10-221-1/+5
* | Don't deny non-temporary redirects if the -A option is set (perEitan Adler2012-10-222-2/+13
* | Be a bit more lenient in the maximum number of redirects allowed.Eitan Adler2012-10-221-1/+1
* | Use libmd if and only if OpenSSL is not available.Dag-Erling Smørgrav2012-09-142-2/+10
* | Adding missing return statements during error conditions.Eitan Adler2012-09-141-2/+8
* | Merge OpenSSL 1.0.1c.Jung-uk Kim2012-07-121-1/+1
|/
* libfetch: Avoid SIGPIPE on network connections.Jilles Tjoelker2012-05-281-0/+2
* Don't reuse credentials if redirected to a different host.Dag-Erling Smørgrav2012-04-301-1/+3
* Since the socket is non-blocking, it is necessary to use select(2) evenDag-Erling Smørgrav2012-04-301-17/+13
* Support percent-encoded user and passwordEd Maste2012-04-111-6/+45
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-1/+1
* Fix two nits in previous commit pointed out by pjd@.Dag-Erling Smørgrav2012-01-231-2/+1
* Fix two issues related to the use of SIGINFO in fetch(1) to displayDag-Erling Smørgrav2012-01-183-7/+75
* latin1 -> utf8Dag-Erling Smørgrav2011-10-198-9/+9
* Update copyright dates and strip my middle name.Dag-Erling Smørgrav2011-09-278-8/+8
* Bump date.Dag-Erling Smørgrav2011-09-271-1/+1
* Think first, commit second.Dag-Erling Smørgrav2011-09-272-8/+19
* Long overdue: make passive mode the default for ftp.Dag-Erling Smørgrav2011-09-271-2/+2
* Mark all socket and file descriptors close-on-exec.Dag-Erling Smørgrav2011-05-132-0/+4
* Builds cleanly at the default WARNS level (WARNS=6).Dag-Erling Smørgrav2011-05-121-1/+0
* Increase WARNS to 4.Dag-Erling Smørgrav2011-05-123-3/+3
* Mechanical whitespace cleanup.Dag-Erling Smørgrav2011-05-121-100/+100
* Increase WARNS to 3.Dag-Erling Smørgrav2011-05-122-2/+2
* Fix a bug related to connection caching which could cause a crash afterDag-Erling Smørgrav2011-01-171-0/+1
* Move variable declarations into the conditional block where they areEd Maste2010-10-241-1/+1
* Redo fetch_read() using non-blocking sockets. This is necessary toDag-Erling Smørgrav2010-07-281-20/+89
* 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
* Document HTTP digest authentication support.Dag-Erling Smørgrav2010-01-261-8/+14
* Add missing DPADD and fix whitespace.Dag-Erling Smørgrav2010-01-191-2/+3
* Add HTTP digest authentication.Dag-Erling Smørgrav2010-01-192-67/+819
* Fix a socket leak in ftp_request() after that a connection is established.Attilio Rao2009-11-251-3/+9
* PR: 139751Fabien Thomas2009-10-211-1/+1
* Bump the version of all non-symbol-versioned shared libraries inKen Smith2009-07-191-1/+1
* 1. Update fetch to consistently return 1 on error, as the man page states,Murray Stokely2008-12-171-8/+0
* Add support for HTTP 1.1 If-Modified-Since behavior.Murray Stokely2008-12-153-4/+50
* Don't fail mistakenly with -r when we already have the whole file.Ruslan Ermilov2008-10-241-0/+1
* Fix one-byte buffer overflow: NUL gets written to the buffer, but isn'tColin Percival2008-04-151-1/+1
* s/wait/delta/ to avoid namespace collision.Dag-Erling Smørgrav2008-03-201-16/+16
* Use memcpy(3) instead of the BSD-specific bcopy(3).Dag-Erling Smørgrav2008-02-083-6/+6
* s/MAXPATHLEN/PATH_MAX/ to reflect five-year old change to the code :)Dag-Erling Smørgrav2008-02-081-1/+1
* Add necessary cast for tolower() argument.Dag-Erling Smørgrav2008-02-061-2/+3
* Fix a regression introduced in rev 1.99: replace fclose(f) with a commentDag-Erling Smørgrav2008-01-231-1/+5
* Add missing dependencies on Makefile (fixes NO_CLEAN builds).Ruslan Ermilov2007-12-191-4/+4
* As several people pointed out, I did all the ctype casts the wrongDag-Erling Smørgrav2007-12-194-28/+36
* Document NO_PROXY / no_proxy.Dag-Erling Smørgrav2007-12-181-1/+17
* Add support for the NO_PROXY / no_proxy environment variable as used byDag-Erling Smørgrav2007-12-184-8/+63
* Old patch I had lying around: correctly cast the argument to is*().Dag-Erling Smørgrav2007-12-183-24/+25
* Clean up namespace violations.Dag-Erling Smørgrav2007-12-147-314/+314