Age | Commit message (Expand) | Author |
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 |
2006-07-07 | Remove extraneous code: | Ray Lai |
2006-06-23 | free and sl_free already check against NULL, remove a few unneeded ifs. | Steven Mestdagh |
2006-06-01 | Remove two unnecessary strlen() calls. Also, check if asprintf | Ray Lai |
2006-05-25 | No matter how big the buffer size is, always limit to INT_MAX for | Ray Lai |
2006-05-25 | Don't recalculate string length, just use return value from vasprintf. | Ray Lai |
2006-05-25 | Minor type correction. | Ray Lai |
2006-05-16 | Remove shadowing variables and properly use /* FALLTHROUGH */ | Ray Lai |
2006-05-16 | https URL support; rototilled by a few people including me; originally | Theo de Raadt |
2006-04-25 | two strtol calls that were begging to be converted to strtonum | Ted Unangst |
2006-04-03 | Ignore http_proxy for file urls; ok millert deraadt | Uwe Stuehler |
2006-03-29 | fix fetching zero-length files via proxy. while there, also fix progress-meter | Alexander von Gernler |
2006-02-01 | save errno, from Ray Lai in PR 4999. | Otto Moerbeek |
2005-08-05 | when i did the cleanup and switched to http 1.1, i forgot to add chunked | Federico G. Schwindt |
2005-07-18 | some cleanup and on non-proxy operation switch to HTTP 1.1 since we've | Federico G. Schwindt |
2005-04-21 | avoid infinite recursion on redirects; From NetBSD but limit set to 10. | Federico G. Schwindt |
2005-04-11 | knf; cloder ok | Theo de Raadt |
2005-04-05 | a : in the path is not a port # indicator so don't take ones into | Henning Brauer |
2004-09-16 | type corrections and other delinting | Theo de Raadt |
2004-07-20 | ansi; khalek@linuxgamers.net | Theo de Raadt |
2004-02-28 | Open a new connection for each URL given on the command line. | Kenneth R Westerback |
2003-12-16 | for -DSMALL, do not include rcsid[]s | Theo de Raadt |
2003-08-15 | remove extra \n in {warn,err}{,x} calls | Theo de Raadt |
2003-04-05 | string fixes; ok miod henning | Theo de Raadt |
2003-03-31 | Treat empty environment variables the same as NULL. henning@ OK | Todd C. Miller |
2003-03-10 | correct use of getnameinfo. PR 3138 | Jun-ichiro itojun Hagino |
2003-02-17 | Fix double free; Brian Poole | Todd C. Miller |
2002-12-30 | minor KNF | Theo de Raadt |
2002-12-19 | only do "Trying ..." if verbose | Theo de Raadt |
2002-11-08 | http redirect support; adapted from NetBSD. | Federico G. Schwindt |
2002-05-30 | -4 and -6 options; kanai@big.or.jp; itojun ok | Theo de Raadt |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-11-14 | o Don't accept URLs with user:pass@ and an extra unencoded @. | Heikki Korpela |
2001-10-27 | Send User-Agent: OpenBSD ftp to WWW servers and proxies. | Heikki Korpela |
2001-10-03 | o Only send port number in the HTTP request 'Host: ' specification | Heikki Korpela |
2001-06-23 | remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering and use volat... | Todd C. Miller |