Age | Commit message (Expand) | Author |
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 |
2009-01-27 | on some servers LIST defaults to LIST -a. ignore pseudo-directories | Martynas Venckus |
2009-01-05 | since socks5 has been removed from ports recently, switch ftp to | Martynas Venckus |
2008-12-07 | time_t is signed, so use INT_MAX rather than UINT_MAX when parsing a time_t | Chad Loder |
2008-10-21 | add rcs id | 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-09-18 | unbreak for gcc2 archs; declaration before code! | Todd T. Fries |
2008-09-08 | - simplify mget(): remove the duplicate code and just use getit(), | Martynas Venckus |
2008-08-22 | default file transfer type is binary, not ascii; | Igor Sobrado |
2008-07-16 | better description for TMPDIR. from millert@ | Martynas Venckus |
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-25 | - fix -Wall (no behavior change, a || b && c = a || (b && c) anyway) | Martynas Venckus |
2008-06-16 | - add 'q', which does the same as eof | Martynas Venckus |
2008-06-16 | fix transfer interrupting when confirmrest mode is used. change | 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 |
2008-06-15 | make further prompts work after eof, don't spam with prompts in | Martynas Venckus |
2008-05-24 | Enclose an informational message in a verbose check. | Pierre-Yves Ritschard |
2008-05-13 | Remove #if 0 code that has been unused for nearly a decade (and | Ray Lai |
2008-04-12 | Protect errno from being trashed by other functions. | Ray Lai |
2008-03-10 | turn on keepalive by default (one byte every 60 seconds) | Marc Espie |
2008-03-09 | tweak previous; | Jason McIntyre |
2008-03-08 | Document that -k 0 does not do anything, instead of sending bytes every | Marc Espie |
2007-11-28 | - [-C] and [-c cookie] do not belong in the first synopsis/usage(); | Jason McIntyre |
2007-11-28 | expand the description of -C; from martynas and myself | Jason McIntyre |
2007-11-26 | implement -C for continuing ftp, http(s), and file transfers | Martynas Venckus |
2007-11-05 | agressively -> aggressively; | Jason McIntyre |
2007-10-08 | Simplify the code that strips out \r by using strcspn. | Pierre-Yves Ritschard |
2007-09-11 | use strcspn to properly overwrite '\n' in fgets returned buffer | Gilles Chehade |
2007-09-05 | Replace magic numbers in calls to shutdown(2) | Moritz Jodeit |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |