summaryrefslogtreecommitdiff
path: root/net/libfetch/files
AgeCommit message (Expand)AuthorFilesLines
2009-06-22Correctly regen the cat page.joerg1-176/+484
2009-06-22Regen cat page. Helps Solaris.joerg1-484/+176
2009-03-16Improve markup.joerg1-3/+3
2009-03-10libfetch-2.23:joerg1-1/+4
2009-03-05Add !__MINT__ to the HAVE_SA_LEN testabs1-2/+3
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.joerg3-9/+13
2009-02-05Need sleep, unbreak: declare fetchRestartCalls as volatile, not extern.joerg1-2/+2
2009-02-05Really mark fetchRestartCalls as volatile.joerg1-2/+2
2009-02-05libfetch-2.22:joerg2-4/+4
2009-02-05libfetch-2.21:joerg8-18/+100
2008-12-02Be a bit nicer to native linux use and define _GNU_SOURCE here as well.joerg1-1/+6
2008-11-04libfetch-2.20:joerg1-4/+3
2008-10-10libfetch-2.19:joerg1-2/+2
2008-10-08libfetch-2.18:joerg3-34/+50
2008-10-07Explicitly initialise next to appease GCC and myself as it might bejoerg1-1/+2
2008-10-06libfetch-2.17:joerg2-8/+26
2008-10-06libfetch-2.16:joerg11-36/+78
2008-08-21libfetch-2.15:joerg3-18/+17
2008-07-27Deal with OpenSSL const changes as suggested by wiz.joerg1-2/+6
2008-05-09libfetch-2.14:joerg1-3/+3
2008-05-06glibc loves to not define common string functions and fail miserablyjoerg1-6/+6
2008-04-30Formatting improvements. Spelling. Use enough commas in enumeration.wiz1-36/+46
2008-04-26fix build with Sun Studio by not using ranges in case stmt.tnn1-4/+5
2008-04-25libfetch-2.13:joerg4-10/+57
2008-04-25libfetch-2.12:joerg7-50/+110
2008-04-24Claim copyright on a few more files for completeness.joerg2-2/+4
2008-04-24libfetch-2.11:joerg5-55/+122
2008-04-24libfetch-2.4.10:joerg6-71/+160
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-21Fix typo in delimiter.joerg1-2/+2
2008-04-21libfetch-2.9:joerg2-2/+51
2008-04-21libfetch-2.8:joerg2-5/+3
2008-04-20libfetch-2.7:joerg2-2/+28
2008-04-19libfetch-2.6:joerg9-257/+173
2008-04-18libfetch-2.5:joerg1-5/+194
2008-04-17Claim copyright on the files I modified a lot.joerg2-2/+4
2008-04-17Avoid using %ju as it is not implemented on all platforms.joerg1-2/+2
2008-04-16Don't use inline.joerg1-2/+2
2008-04-16Use nbcompat.joerg2-2/+20
2008-04-07Be a bit nicer to users that want to play with the fire.joerg1-1/+2
2008-04-05Actually return the list, not print it.joerg2-6/+10
2008-04-05Add somewhat ugly, but working directory listening code for FTP.joerg3-25/+72
2008-04-05Regen.joerg1-5/+30
2008-04-04On second thought, don't filter out files with . Bump to 2.3.joerg1-2/+2
2008-04-04libfetch-2.2:joerg6-7/+103
2008-04-04Use inttypes.h, it is more portable and all that is needed here.joerg1-2/+2
2008-04-02libfetch-2.1:joerg9-267/+274