summaryrefslogtreecommitdiff
path: root/net/libfetch
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-07Conditionally use IP_PORTRANGE sockopt and avoid using ss_len when otherjoerg2-10/+17
2008-02-07Kill more __unused.joerg2-5/+5
2008-02-07Expand __func__.joerg1-4/+4
2008-02-07Conditionalize sin_len assignment.joerg1-1/+4
2008-02-07Replace u_char, u_short, u_long, u_int32_t with the unabbrivated versionjoerg1-7/+7
2008-02-07Always compile for large file support.joerg1-0/+1
2008-02-07Don't use __unused.joerg3-9/+9
2008-02-07Include sys/types.h to get time_t.joerg1-1/+2
2008-02-07Don't use __BEGIN_DECL/__END_DECL, just inline them. Ensure thatjoerg1-4/+9
2008-02-07Don't shadow wait(2).joerg1-17/+17
2008-02-07EAUTH and ENEEDAUTH might not exist, so use them conditionally.joerg2-2/+10
2008-02-07bcopy -> memcpyjoerg3-9/+9
2008-02-07MAXNAMELEN -> PATH_MAX to match fetch.h.joerg2-3/+3