summaryrefslogtreecommitdiff
path: root/net/libfetch/files/http.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-21libfetch-2.38: Support proxies for https URLs. From FreeBSD.jperkin1-12/+39
2016-10-20Only set the cached flag when the connection is actually cached. Newjoerg1-2/+2
2016-02-08Do not use TCP_NOPUSH on Darwin, it adds a 5 second delay after the initialjperkin1-5/+5
2014-06-11Revert bad _GNU_SOURCE change.joerg1-3/+1
2014-06-07Define _GNU_SOURCE by default for glibc-based systems (vasprintf(3)).cheusov1-1/+3
2014-01-08Pass URL to fetch_ssl to fix build and add a cast for some OpenSSLjoerg1-2/+2
2014-01-07Apply some explicit int casts for size_t format string arguments.joerg1-1/+2
2013-07-26Fix build under GNU/kFreeBSD.ryoon1-2/+6
2012-04-07Fix the last commit to not break bootstrap.joerg1-2/+2
2012-04-07Fix build with clang.wiz1-1/+2
2011-01-23Handle the case where tm_year is a long variable, from Benny Siegertagc1-3/+3
2010-01-24Fix a variable reference in TCP_NOPUSH case.joerg1-2/+2
2010-01-23libfetch-2.30:joerg1-10/+69
2010-01-23libfetch-2.29:joerg1-14/+14
2010-01-22libfetch-2.28:joerg1-2/+2
2009-10-15libfetch-2.26:joerg1-11/+75
2009-03-05Like Linux, MiNT wants _GNU_SOURCE (for strptime)abs1-3/+3
2009-03-05Always define _REENTRANT to get gmtime_r prototype on Interix.joerg1-1/+4
2009-02-22Be nice to ancient NetBSD releases. From Hauke Fath.joerg1-5/+9
2009-02-05libfetch-2.21:joerg1-4/+33
2008-10-06libfetch-2.16:joerg1-4/+12
2008-05-06glibc loves to not define common string functions and fail miserablyjoerg1-6/+6
2008-04-24libfetch-2.4.10:joerg1-2/+2
2008-04-21Actually, just check for linux and ignore hurd...joerg1-2/+2
2008-04-21Fix another surprise from the glibc folks.joerg1-1/+6
2008-04-19libfetch-2.6:joerg1-23/+10
2008-04-18libfetch-2.5:joerg1-5/+194
2008-04-16Don't use inline.joerg1-2/+2
2008-04-16Use nbcompat.joerg1-1/+10
2008-04-05Add somewhat ugly, but working directory listening code for FTP.joerg1-3/+3
2008-04-04libfetch-2.2:joerg1-1/+11
2008-04-02libfetch-2.1:joerg1-102/+24
2008-02-07The libfetch version is good enough as user-agent.joerg1-2/+2
2008-02-07Don't use warnx, fprintf(stderr, ...) is good enough. Rename logname tojoerg1-4/+3
2008-02-07Kill more __unused.joerg1-3/+3
2008-02-07Expand __func__.joerg1-4/+4
2008-02-07Don't use __unused.joerg1-3/+3
2008-02-07EAUTH and ENEEDAUTH might not exist, so use them conditionally.joerg1-1/+5
2008-02-07bcopy -> memcpyjoerg1-2/+2
2008-02-07Import libfetch-2.0, based on the FreeBSD version of today with a numberjoerg1-0/+1227