Age | Commit message (Expand) | Author | Files | Lines |
2008-12-02 | Be a bit nicer to native linux use and define _GNU_SOURCE here as well. | joerg | 1 | -1/+6 |
2008-11-04 | libfetch-2.20: | joerg | 2 | -6/+5 |
2008-10-10 | libfetch-2.19: | joerg | 2 | -4/+4 |
2008-10-08 | libfetch-2.18: | joerg | 4 | -36/+52 |
2008-10-07 | Explicitly initialise next to appease GCC and myself as it might be | joerg | 1 | -1/+2 |
2008-10-06 | libfetch-2.17: | joerg | 3 | -10/+28 |
2008-10-06 | Require 2.16 for dependencies due to the changed fetch_read semantic. | joerg | 1 | -2/+2 |
2008-10-06 | libfetch-2.16: | joerg | 13 | -40/+83 |
2008-08-21 | libfetch-2.15: | joerg | 4 | -20/+19 |
2008-07-27 | Deal with OpenSSL const changes as suggested by wiz. | joerg | 1 | -2/+6 |
2008-05-09 | libfetch-2.14: | joerg | 2 | -5/+5 |
2008-05-06 | glibc loves to not define common string functions and fail miserably | joerg | 1 | -6/+6 |
2008-04-30 | Formatting improvements. Spelling. Use enough commas in enumeration. | wiz | 1 | -36/+46 |
2008-04-26 | fix build with Sun Studio by not using ranges in case stmt. | tnn | 1 | -4/+5 |
2008-04-25 | libfetch-2.13: | joerg | 5 | -12/+59 |
2008-04-25 | libfetch-2.12: | joerg | 8 | -52/+112 |
2008-04-24 | Claim copyright on a few more files for completeness. | joerg | 2 | -2/+4 |
2008-04-24 | libfetch-2.11: | joerg | 6 | -57/+124 |
2008-04-24 | libfetch-2.4.10: | joerg | 7 | -73/+162 |
2008-04-21 | Actually, just check for linux and ignore hurd... | joerg | 1 | -2/+2 |
2008-04-21 | Fix another surprise from the glibc folks. | joerg | 1 | -1/+6 |
2008-04-21 | Fix typo in delimiter. | joerg | 1 | -2/+2 |
2008-04-21 | libfetch-2.9: | joerg | 3 | -4/+53 |
2008-04-21 | libfetch-2.8: | joerg | 3 | -7/+5 |
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 |