summaryrefslogtreecommitdiff
path: root/net/libfetch/files/http.c
AgeCommit message (Expand)AuthorFilesLines
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