summaryrefslogtreecommitdiff
path: root/net/libfetch
AgeCommit message (Expand)AuthorFilesLines
2009-02-09Suggest openssl option only if OpenSSL is builtin.joerg1-2/+8
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:joerg3-6/+6
2009-02-05libfetch-2.21:joerg10-22/+104
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:joerg2-6/+5
2008-10-10libfetch-2.19:joerg2-4/+4
2008-10-08libfetch-2.18:joerg4-36/+52
2008-10-07Explicitly initialise next to appease GCC and myself as it might bejoerg1-1/+2
2008-10-06libfetch-2.17:joerg3-10/+28
2008-10-06Require 2.16 for dependencies due to the changed fetch_read semantic.joerg1-2/+2
2008-10-06libfetch-2.16:joerg13-40/+83
2008-08-21libfetch-2.15:joerg4-20/+19
2008-07-27Deal with OpenSSL const changes as suggested by wiz.joerg1-2/+6
2008-05-09libfetch-2.14:joerg2-5/+5
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:joerg5-12/+59
2008-04-25libfetch-2.12:joerg8-52/+112
2008-04-24Claim copyright on a few more files for completeness.joerg2-2/+4
2008-04-24libfetch-2.11:joerg6-57/+124
2008-04-24libfetch-2.4.10:joerg7-73/+162
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:joerg3-4/+53
2008-04-21libfetch-2.8:joerg3-7/+5
2008-04-20libfetch-2.7:joerg3-4/+30
2008-04-19libfetch-2.6:joerg11-261/+177
2008-04-18libfetch-2.5:joerg2-7/+196
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.joerg3-3/+23
2008-04-08Force depend target to run, bootstrap-mk-files doesn't have thejoerg1-1/+2
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-05libfetch-2.4: FTP directory listenings.joerg1-2/+2
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.joerg2-4/+4
2008-04-04libfetch-2.2:joerg7-9/+105
2008-04-04Use inttypes.h, it is more portable and all that is needed here.joerg1-2/+2
2008-04-02libfetch-2.1:joerg12-273/+283
2008-02-21No sin_len on IRIX.tnn1-2/+2
2008-02-07The libfetch version is good enough as user-agent.joerg1-2/+2
2008-02-07Conditionally declare arg on the existance of the socket options.joerg1-2/+5
2008-02-07Don't use warnx, fprintf(stderr, ...) is good enough. Rename logname tojoerg2-11/+9