Age | Commit message (Expand) | Author | Files | Lines |
2008-04-20 | libfetch-2.7: | joerg | 3 | -4/+30 |
2008-04-19 | libfetch-2.6: | joerg | 11 | -261/+177 |
2008-04-18 | libfetch-2.5: | joerg | 2 | -7/+196 |
2008-04-17 | Claim copyright on the files I modified a lot. | joerg | 2 | -2/+4 |
2008-04-17 | Avoid using %ju as it is not implemented on all platforms. | joerg | 1 | -2/+2 |
2008-04-16 | Don't use inline. | joerg | 1 | -2/+2 |
2008-04-16 | Use nbcompat. | joerg | 3 | -3/+23 |
2008-04-08 | Force depend target to run, bootstrap-mk-files doesn't have the | joerg | 1 | -1/+2 |
2008-04-07 | Be a bit nicer to users that want to play with the fire. | joerg | 1 | -1/+2 |
2008-04-05 | Actually return the list, not print it. | joerg | 2 | -6/+10 |
2008-04-05 | libfetch-2.4: FTP directory listenings. | joerg | 1 | -2/+2 |
2008-04-05 | Add somewhat ugly, but working directory listening code for FTP. | joerg | 3 | -25/+72 |
2008-04-05 | Regen. | joerg | 1 | -5/+30 |
2008-04-04 | On second thought, don't filter out files with . Bump to 2.3. | joerg | 2 | -4/+4 |
2008-04-04 | libfetch-2.2: | joerg | 7 | -9/+105 |
2008-04-04 | Use inttypes.h, it is more portable and all that is needed here. | joerg | 1 | -2/+2 |
2008-04-02 | libfetch-2.1: | joerg | 12 | -273/+283 |
2008-02-21 | No sin_len on IRIX. | tnn | 1 | -2/+2 |
2008-02-07 | The libfetch version is good enough as user-agent. | joerg | 1 | -2/+2 |
2008-02-07 | Conditionally declare arg on the existance of the socket options. | joerg | 1 | -2/+5 |
2008-02-07 | Don't use warnx, fprintf(stderr, ...) is good enough. Rename logname to | joerg | 2 | -11/+9 |
2008-02-07 | Conditionally use IP_PORTRANGE sockopt and avoid using ss_len when other | joerg | 2 | -10/+17 |
2008-02-07 | Kill more __unused. | joerg | 2 | -5/+5 |
2008-02-07 | Expand __func__. | joerg | 1 | -4/+4 |
2008-02-07 | Conditionalize sin_len assignment. | joerg | 1 | -1/+4 |
2008-02-07 | Replace u_char, u_short, u_long, u_int32_t with the unabbrivated version | joerg | 1 | -7/+7 |
2008-02-07 | Always compile for large file support. | joerg | 1 | -0/+1 |
2008-02-07 | Don't use __unused. | joerg | 3 | -9/+9 |
2008-02-07 | Include sys/types.h to get time_t. | joerg | 1 | -1/+2 |
2008-02-07 | Don't use __BEGIN_DECL/__END_DECL, just inline them. Ensure that | joerg | 1 | -4/+9 |
2008-02-07 | Don't shadow wait(2). | joerg | 1 | -17/+17 |
2008-02-07 | EAUTH and ENEEDAUTH might not exist, so use them conditionally. | joerg | 2 | -2/+10 |
2008-02-07 | bcopy -> memcpy | joerg | 3 | -9/+9 |
2008-02-07 | MAXNAMELEN -> PATH_MAX to match fetch.h. | joerg | 2 | -3/+3 |
2008-02-07 | Import libfetch-2.0, based on the FreeBSD version of today with a number | joerg | 18 | -0/+5468 |