Age | Commit message (Expand) | Author |
2014-04-09 | If TLS validation is on, retrieve the server TLS certificate and | Jeremie Courreges-Anglas |
2014-03-30 | SNI support. ok guenther@ sthen@ | Jeremie Courreges-Anglas |
2014-03-30 | Check the return value from SSL_CTX_set_cipher_list(), for consistency. | Jeremie Courreges-Anglas |
2014-03-30 | SSLeay_add_ssl_algorithms() is just a #define for SSL_library_init(), so | Jeremie Courreges-Anglas |
2014-03-02 | only signed types work when comparing less than zero. | Ted Unangst |
2014-02-26 | use a larger read buffer to speed things up, particularly during upgrades. | Ted Unangst |
2013-12-24 | Add support for SSL/TLS server certificate validation, enabled by | Jeremie Courreges-Anglas |
2013-11-13 | satisfy gcc in -Whiny mode | Theo de Raadt |
2013-10-27 | If a constant string needs a name, use a static const array instead of a | Philip Guenther |
2013-04-09 | Retry when SSL_read fails with SSL_ERROR_WANT_READ. Fixes the case where | Stuart Henderson |
2013-03-30 | Fixed a memory leak during HTTP header parsing. | Tobias Stoeckmann |
2012-08-18 | Fix http resume without out auth, which I broke on the last commit, | Christiano F. Haesbaert |
2012-08-14 | Add support for basic HTTP authentication as described on RFC 2617 and | Christiano F. Haesbaert |
2012-04-30 | Add a -s flag to ftp(1) to let the user specify the source IP address | Christiano F. Haesbaert |
2012-04-23 | Handle HTTP Content-Length headers with trailing whitespace. ok martynas@ | Stuart Henderson |
2010-08-25 | don't free proxyurl and cookie twice in the location code; with halex@ | Martynas Venckus |
2010-07-23 | Handle redirection to relative url's in the Location: header of http | Alexander Hall |
2010-07-03 | make lint happy | Alexander Hall |
2010-06-29 | fix output handling: | Alexander Hall |
2010-06-03 | HTTP/1.1 requests must send a "Connection: close" header. Fixes the issue where | Alexander Hall |
2010-06-03 | When attempting to resume a download, against an HTTP server that | Peter Hessler |
2009-10-16 | factor psummary code of ftp.c to be generic, for all types of | Martynas Venckus |
2009-08-26 | In "auto-fetch" mode without -o, the filename to save under is derived | Stuart Henderson |
2009-08-06 | encode special or unsafe characters defined by rfc1738. as a result, | Martynas Venckus |
2009-08-03 | tweak error message. url is valid per rfc1738 and can now be | Martynas Venckus |
2009-07-27 | - make urls such as http://foo, http://foo/, or http://foo/bar/ | Martynas Venckus |
2009-07-18 | Don't assign NULL to an integer type, use 0 instead. | Jonathan Gray |
2009-06-29 | Fix the range of a #ifndef SMALL ... #endif not to include the "break;" | Alexander Hall |
2009-06-13 | - stat is not fatal, since we want resume not to fail for non-existent | Martynas Venckus |
2009-06-04 | silently ignore -a if a username is supplied in the url | Alexander Hall |
2009-06-04 | set anonftp a little later; in autofetcher itself. after we | Martynas Venckus |
2009-05-10 | couple of fixes for fetch: | Martynas Venckus |
2009-05-05 | make it clean removing the ifdef SMALL maze. separate cmds and | Martynas Venckus |
2009-04-27 | toast the rcsid strings which just get in the way | Theo de Raadt |
2009-04-26 | figure out titles automatically by using remote file name. remove | Martynas Venckus |
2008-10-16 | - resume http transfers [-C], if local file does not exist | Martynas Venckus |
2008-10-16 | use O_CREAT in -C mode too, for in case it is not there the first time | Theo de Raadt |
2008-09-26 | support proxies with password. | Marc Espie |
2008-07-08 | - add support for recursive transfers (but not for floppies), e.g. | Martynas Venckus |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-25 | in resume mode, pass -c to mget when {dir,file}hasglob, so that i'm | Martynas Venckus |
2008-06-15 | accept empty password, since that's exactly what rfc1738 tells us | Martynas Venckus |
2008-06-15 | in debug mode (-d), hide password in the same way as command() does; | Martynas Venckus |
2007-11-26 | implement -C for continuing ftp, http(s), and file transfers | Martynas Venckus |
2007-06-13 | Enable cookie support. This allows parsing of netscape-like cookie jars | Pierre-Yves Ritschard |
2007-04-17 | Support proxies which require a password just like ftp servers accept passwords | Dale Rahn |
2007-02-08 | Remove double semicolons. | Ray Lai |
2007-02-03 | Plug memory leak. | Ray Lai |
2006-09-25 | You forgot about -DSMALL and broke all the install media | Theo de Raadt |
2006-09-25 | Support some additional HTTP redirect codes. | Jonathan Gray |