summaryrefslogtreecommitdiff
path: root/net/libfetch
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-07Import libfetch-2.0, based on the FreeBSD version of today with a numberjoerg18-0/+5468