Age | Commit message (Expand) | Author |
2013-01-06 | Remove empty[]. Unused after rev. 1.26. | Martynas Venckus |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-10-15 | Add support for recursive ftp upload. The mput command of the ftp | Alexander Bluhm |
2012-08-26 | Make a few ftp(1) usage/man page changes related to Basic | Lawrence Teo |
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-05-19 | Reformat usage() to avoid the line wrap, and make it match the way it | Lawrence Teo |
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-09-03 | Make second parameter of poll() the correct type. Removes compile warning. | lum |
2010-08-25 | don't free proxyurl and cookie twice in the location code; with halex@ | Martynas Venckus |
2010-07-26 | fix SYNOPSIS (yes, there are still some issues here); | Jason McIntyre |
2010-07-23 | Handle redirection to relative url's in the Location: header of http | Alexander Hall |
2010-07-15 | More delimiters that need quoting inside macros, hunted down by jmc@, | Ingo Schwarze |
2010-07-03 | make lint happy | Alexander Hall |
2010-07-02 | #ifndef SMALL a few more things to save space on the ramdisks | Theo de Raadt |
2010-06-29 | fix output handling: | Alexander Hall |
2010-06-27 | Fix a crash when the directory entry isn't complete. | Peter Hessler |
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 |
2010-04-30 | shuffle some things around to deal with incomplete types | Jonathan Gray |
2010-04-26 | Fix a bug in auto-completion accidentally introduced when support | Stefan Sperling |
2010-04-25 | ftpvis was not ok. fix it. | Ted Unangst |
2010-04-25 | Fix auto-completion of filenames containing whitespace. | Stefan Sperling |
2009-11-11 | do not walk off the prefix array, off by one; found by parfait | Theo de Raadt |
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-09 | zap trailing whitespace; | Jason McIntyre |
2009-08-09 | document the "file:file" auto-fetching mode. | Igor Sobrado |
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-06 | make it possible to abort transfers of broken ftp servers. first | Martynas Venckus |
2009-06-06 | it fetches multiple urls; so usage was wrong. ok sthen@ | 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-10 | show which username login failed for; ok martynas | Theo de Raadt |
2009-05-05 | make it clean removing the ifdef SMALL maze. separate cmds and | Martynas Venckus |
2009-04-27 | in silent mode, shut up connect to address warning since it spams | Martynas Venckus |
2009-04-27 | remove uploading and macros support from install media; to save | Martynas Venckus |
2009-04-27 | toast the rcsid strings which just get in the way | Theo de Raadt |
2009-04-27 | embellish usage now that -T has been removed. | Igor Sobrado |
2009-04-26 | figure out titles automatically by using remote file name. remove | Martynas Venckus |
2009-04-26 | make two similar text strings identical; improves consistency and shrinks | Stuart Henderson |
2009-04-25 | guard NOOP code (that tries to send remaining NOOP string) after | Martynas Venckus |
2009-04-13 | add a "-T title" option to ftp; this is is used in progress bar mode to | Theo de Raadt |