Age | Commit message (Expand) | Author | Files | Lines |
2019-02-11 | libfetch: add FALLTHROUGH comment for gcc 7 | wiz | 1 | -1/+2 |
2014-06-11 | Revert bad _GNU_SOURCE change. | joerg | 1 | -3/+1 |
2014-06-07 | Define _GNU_SOURCE by default for glibc-based systems (vasprintf(3)). | cheusov | 1 | -1/+3 |
2014-01-07 | Apply some explicit int casts for size_t format string arguments. | joerg | 1 | -5/+6 |
2012-10-15 | Use s6_addr32 if present as macro and fallback to memcpy otherwise. | joerg | 1 | -2/+6 |
2012-04-07 | Fix the last commit to not break bootstrap. | joerg | 1 | -2/+2 |
2012-04-07 | Fix build with clang. | wiz | 1 | -2/+3 |
2011-11-08 | More help for stupid glibc headers. | joerg | 1 | -2/+3 |
2011-10-02 | PR#45210: Fix pkgsrc bootstrap with gcc 4.6 | marino | 1 | -5/+4 |
2011-08-21 | Be a bit nicer to broken GCC array boundary checks. | joerg | 1 | -12/+14 |
2011-01-23 | Handle the case where tm_year is a long variable, from Benny Siegert | agc | 1 | -4/+4 |
2010-08-20 | libfetch-2.33: | joerg | 1 | -1/+6 |
2010-03-21 | libfetch-2.31: | joerg | 1 | -23/+69 |
2010-01-23 | libfetch-2.29: | joerg | 1 | -29/+29 |
2010-01-23 | Remove is_active. | joerg | 1 | -3/+1 |
2010-01-22 | libfetch-2.28: | joerg | 1 | -79/+28 |
2010-01-11 | libfetch-2.27: | joerg | 1 | -2/+2 |
2009-10-15 | libfetch-2.26: | joerg | 1 | -10/+30 |
2009-08-16 | libfetch-2.24: | joerg | 1 | -1/+4 |
2009-08-06 | Fix strict aliasing issue which GCC 4.4 complained about. | tnn | 1 | -41/+40 |
2009-02-22 | Be nice to ancient NetBSD releases. From Hauke Fath. | joerg | 1 | -2/+2 |
2009-02-05 | libfetch-2.21: | joerg | 1 | -3/+15 |
2008-12-02 | Be a bit nicer to native linux use and define _GNU_SOURCE here as well. | joerg | 1 | -1/+6 |
2008-10-08 | libfetch-2.18: | joerg | 1 | -2/+12 |
2008-10-06 | libfetch-2.16: | joerg | 1 | -2/+9 |
2008-04-25 | libfetch-2.12: | joerg | 1 | -2/+2 |
2008-04-24 | libfetch-2.11: | joerg | 1 | -5/+18 |
2008-04-24 | libfetch-2.4.10: | joerg | 1 | -2/+2 |
2008-04-21 | libfetch-2.8: | joerg | 1 | -2/+1 |
2008-04-19 | libfetch-2.6: | joerg | 1 | -19/+9 |
2008-04-17 | Claim copyright on the files I modified a lot. | joerg | 1 | -1/+2 |
2008-04-17 | Avoid using %ju as it is not implemented on all platforms. | joerg | 1 | -2/+2 |
2008-04-16 | Use nbcompat. | joerg | 1 | -1/+10 |
2008-04-05 | Actually return the list, not print it. | joerg | 1 | -4/+5 |
2008-04-05 | Add somewhat ugly, but working directory listening code for FTP. | joerg | 1 | -20/+67 |
2008-04-04 | libfetch-2.2: | joerg | 1 | -1/+11 |
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 | 1 | -57/+26 |
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 | 1 | -7/+6 |
2008-02-07 | Conditionally use IP_PORTRANGE sockopt and avoid using ss_len when other | joerg | 1 | -9/+11 |
2008-02-07 | Kill more __unused. | joerg | 1 | -2/+2 |
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 | Don't use __unused. | joerg | 1 | -3/+3 |
2008-02-07 | bcopy -> memcpy | joerg | 1 | -5/+5 |
2008-02-07 | Import libfetch-2.0, based on the FreeBSD version of today with a number | joerg | 1 | -0/+1202 |