| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2008-04-02 | libfetch-2.1: | joerg | 12 | -273/+283 | |
| - remove most of the debug junk - fix a buffer overflow in the config parser - replace stdio usage with a simple abstract IO framework. currently without explicit buffering, but that might be added later | |||||
| 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 | |
| login_name to avoid shadowing a global variable. | |||||
| 2008-02-07 | Conditionally use IP_PORTRANGE sockopt and avoid using ss_len when other | joerg | 2 | -10/+17 | |
| operations already provided the value. | |||||
| 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 | |
| or the POSIX type. | |||||
| 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 | |
| the external variables are covered as well. Directly include stdio.h. | |||||
| 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 | |
| To flag HTTP authentication errors, fallback to EPERM. | |||||
| 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 | |
| of smaller changes to not depend on sys/param.h. This library is intended to replace the tnftp dependency in pkg_install. | |||||
