aboutsummaryrefslogtreecommitdiff
path: root/lib/libfetch
Commit message (Expand)AuthorAgeFilesLines
* MFH (r260904): fix format stringDag-Erling Smørgrav2014-05-253-136/+77
* MFC r263021:Bryan Drewery2014-03-191-0/+6
* MFC r258347,r258349:Bryan Drewery2013-12-021-0/+10
* Merge from head r253514,r253680,r253805,r254650:Gleb Smirnoff2013-10-104-19/+652
* MFH (r252375): remove useless side effect which triggers a clang bug.Dag-Erling Smørgrav2013-07-101-1/+1
* MFH (r243149): fix indentationDag-Erling Smørgrav2013-05-261-12/+17
* MFH (r240496): use libmd if and only if OpenSSL is not availableDag-Erling Smørgrav2012-11-052-2/+10
* MFC r241841:Eitan Adler2012-10-291-1/+5
* MFC r241840:Eitan Adler2012-10-292-2/+13
* MFC r241839:Eitan Adler2012-10-251-1/+1
* MFC r240495:Eitan Adler2012-09-281-2/+8
* MFC r236193: libfetch: Avoid SIGPIPE on network connections.Jilles Tjoelker2012-06-021-0/+2
* MFH r234837: avoid busy-loop on slow connections when no timeout is set.Dag-Erling Smørgrav2012-05-262-18/+16
* MFH r233648: cosmeticDag-Erling Smørgrav2012-05-261-1/+1
* MFH r230478: fix nits in already-merged r230307.Dag-Erling Smørgrav2012-05-261-2/+1
* MFH r225813,r225814,r226537: cosmeticDag-Erling Smørgrav2012-05-268-10/+10
* MFC r234138:Ed Maste2012-05-111-6/+45
* MFH r230307: fix SIGINFO-related data corruption bugBaptiste Daroussin2012-02-093-7/+75
* MFH r225810 r225812: make passive mode the default.Dag-Erling Smørgrav2011-10-042-8/+19
* 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-66/+818
* 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