Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-11 | fetch-1.8: Avoid non-literal format strings. | joerg | 1 | -1/+1 | |
2011-12-06 | TCSASOFT may not be defined. | sbd | 1 | -0/+4 | |
2011-12-05 | Make sure to actually use config.h | joerg | 4 | -9/+2 | |
2011-11-13 | Be clearer where we failed, if we do. | wiz | 1 | -2/+2 | |
"von mir aus" joerg | |||||
2011-11-13 | Add a bunch of checks to make gcc with glibc happy | joerg | 1 | -2/+8 | |
2010-06-24 | Explicitly check for X509_get_issuer_name in libcrypto first. | joerg | 2 | -75/+152 | |
Looks like Linux might fall apart otherwise. | |||||
2010-01-22 | fetch-1.7: | joerg | 1 | -8/+10 | |
Use connection cache (one per host, up to 16 hosts). Rename some parameters to avoid shadowing a global variable. | |||||
2010-01-04 | Beside a missing , in the inner autoconf test, it looks like doing a | joerg | 2 | -24/+18 | |
check twice with AC_CHECK_LIB (without and with OTHER-LIBRARIES) doesn't work due to caching. So give up and just check separately for -lssl/-lcrypto and hope for the best. | |||||
2009-11-19 | Detect automatically if libfetch needs linkage against OpenSSL and drop | joerg | 4 | -17/+355 | |
the option. Make sure to actually honour the libraries detected by configure. This should fix the remaining issues on Solaris. | |||||
2009-11-15 | Only check if in the foreground on systems that have TIOCPGRP. | joerg | 1 | -0/+2 | |
2009-11-13 | fetch-1.6: | joerg | 7 | -14/+8368 | |
- autoconfig glue to detect presence of termios.h etc. - On NetBSD default to getpass. Otherwise implement the password reading using termios.h if present, falling back to getpassphrase/getpass or plain fgets. | |||||
2009-11-13 | Only use SIGINFO if the platform supports it. | joerg | 1 | -1/+12 | |
2009-05-09 | Address some implicit sign casts. Bump to 1.5. | joerg | 1 | -3/+5 | |
2009-02-07 | Regen. | wiz | 1 | -10/+10 | |
2009-02-07 | Use more markup. Add RCS Id. Add some commas. Sort options. Sort sections. | wiz | 1 | -17/+23 | |
Convert to UTF-8 (only affects comment). | |||||
2009-02-05 | fetch-1.4: | joerg | 1 | -8/+14 | |
- restart system calls for SIGINFO, will do the status update on the next return - handle FETCH_TIMEOUT like SIGALRM, and don't print errors about writing the output file - explicitly check for -1 as return from fetchIO_read. | |||||
2009-02-05 | Mark variables modified from signal handlers as volatile. | joerg | 1 | -3/+3 | |
2009-02-05 | Remove t flag. | joerg | 1 | -6/+1 | |
2009-02-05 | Also remove unused b flag. | joerg | 1 | -6/+1 | |
2009-02-05 | fetch-1.3: | joerg | 3 | -64/+2 | |
Remove FreeBSD legacy options. -H was undocumented and ignored, -h / -f / -c could be used to construct FTP URLs in an adhoc fashion. | |||||
2009-02-05 | fetch-1.2: | joerg | 3 | -5/+37 | |
Add -i option for conditional fetch, e.g. only fetch the file again, if the remote version is newer. | |||||
2009-02-04 | fetch-1.1: | joerg | 1 | -1/+2 | |
Include sys/ioctl.h for ioctl(2). Fix missing argument in warn(3) call. | |||||
2008-10-08 | Add fetch-1.0 from FreeBSD, the frontend for libfetch(3). | joerg | 4 | -0/+1458 | |