| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/2.2.5_cvs | cvs2svn | 1997-10-21 | 8 | -8/+8 |
| * | MFC: Interpret multiple slashes as a single slash in ftp: URL's. | Bill Fenner | 1997-10-08 | 1 | -2/+12 |
| * | Merge revision 1.8 (use RFC1738 interpretation of ftp: URL's) | Bill Fenner | 1997-10-06 | 1 | -10/+68 |
| * | MFC: fetch(3) doesn't get asctime(3) format, wrong length assumed | Martin Cracauer | 1997-09-30 | 1 | -2/+3 |
| * | MFC: a number of trivial cosmetic updates and a fairly large update of f2c | Jordan K. Hubbard | 1997-09-15 | 4 | -5/+28 |
| * | Merge 1.43. | Satoshi Asami | 1997-08-19 | 1 | -3/+3 |
| * | YAMFC. Most notable changes are beter ftp:// parsing, the | Peter Wemm | 1997-08-03 | 5 | -66/+199 |
| * | MFC: Do not use argv[0] in usage(). | Philippe Charnier | 1997-07-02 | 1 | -8/+8 |
| * | YAMFC (rev 1.6: fix FTP timeout handling) | Joerg Wunsch | 1997-03-11 | 1 | -2/+2 |
| * | YAMFC. Fix FTP URL parsing, new FTP_PROXY behavior, allow non- | Bill Fenner | 1997-03-10 | 3 | -75/+126 |
| * | Fix couple of $ FreeBSD $ lines that made it into 2.2. | Mike Pritchard | 1997-03-06 | 2 | -2/+2 |
| * | YAMFC: This man page will appear in 2.2, not 3.0. | Wolfram Schneider | 1997-02-22 | 1 | -2/+2 |
| * | Merge the revamped fetch(1) from -current. | Joerg Wunsch | 1997-02-22 | 3 | -779/+485 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'. | cvs2svn | 1997-02-16 | 3 | -0/+2308 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'. | cvs2svn | 1997-02-06 | 3 | -0/+355 |
| * | YAMFC | Poul-Henning Kamp | 1996-11-28 | 1 | -4/+9 |
| * | Mega-merge from -current | Poul-Henning Kamp | 1996-11-12 | 1 | -2/+6 |
| * | bin/1933: don't print negative % for huge files (80Mb) | Poul-Henning Kamp | 1996-10-31 | 1 | -2/+4 |
| * | old host:/filename syntax was broken | Adam David | 1996-10-24 | 1 | -5/+8 |
| * | The -h flag implies ftp = 1. | Jean-Marc Zucconi | 1996-10-06 | 1 | -1/+2 |
| * | add missing comma(s) in .Xr macros | Wolfram Schneider | 1996-09-23 | 1 | -2/+2 |
| * | Attempt to untangle the timeout code a bit, also make the default ftp | Peter Wemm | 1996-09-19 | 2 | -20/+35 |
| * | Make fetch 64-bit safe, corresponding to libftpio changes. | Peter Wemm | 1996-09-19 | 1 | -26/+31 |
| * | Remove the code which has restart looking at the modtime. That's just | Jordan K. Hubbard | 1996-09-10 | 1 | -2/+2 |
| * | Allow proper ftp verbosity with a new -v flag. | Jordan K. Hubbard | 1996-08-31 | 2 | -8/+13 |
| * | Don't make -l warn when it's not used, so we can potentially set it | Jordan K. Hubbard | 1996-08-23 | 1 | -4/+1 |
| * | Use the .Fx macro where appropriate. | Mike Pritchard | 1996-08-23 | 1 | -2/+3 |
| * | Print the correct thing when interrupted by a signal. | Jordan K. Hubbard | 1996-08-22 | 1 | -8/+7 |
| * | 1. Understand file:/path style URLs. | Jordan K. Hubbard | 1996-08-22 | 2 | -514/+600 |
| * | Fix a small potential bogon I noticed here with restarts. | Jordan K. Hubbard | 1996-08-21 | 1 | -2/+2 |
| * | Add support for HTTP proxies, fix some bugs with http transfers. | Jordan K. Hubbard | 1996-08-14 | 2 | -5/+58 |
| * | Fix broken modtime preservation code. *Now* it preserves the modtime | Jordan K. Hubbard | 1996-08-12 | 1 | -17/+25 |
| * | Defer to fashion. | Jordan K. Hubbard | 1996-08-07 | 1 | -10/+10 |
| * | Suppress the messages from the server after login (ftpVerbose(ftp,0)). Errors | Jean-Marc Zucconi | 1996-08-04 | 1 | -1/+3 |
| * | Adapt to new libftpio. [jkh] | Jordan K. Hubbard | 1996-08-03 | 1 | -9/+9 |
| * | Whups - update the usage message too. | Jordan K. Hubbard | 1996-07-18 | 1 | -2/+2 |
| * | Add -n flag to use the current modtime rather than preserving it. | Jordan K. Hubbard | 1996-07-18 | 2 | -6/+13 |
| * | New man page for fetch(1). | Jordan K. Hubbard | 1996-07-05 | 1 | -1/+106 |
| * | Back out previous commit: do not use read(), but fread (). Change BUFFER_SIZE | Jean-Marc Zucconi | 1996-07-05 | 1 | -11/+11 |
| * | Use read(fileno(fp), ...) instead of fread(..., fp) to avoid buffered input. | Jean-Marc Zucconi | 1996-07-02 | 1 | -2/+2 |
| * | Add -Wall to CFLAGS | Gary Palmer | 1996-06-26 | 1 | -0/+2 |
| * | Make GET request and response parsing HTTP/1.0 compatible | Andrey A. Chernov | 1996-06-25 | 1 | -7/+7 |
| * | Do not exit if ftpGetSize() returns a value < 0. You may well try to | Jean-Marc Zucconi | 1996-06-24 | 1 | -3/+1 |
| * | Adjust the copyright to match reality, remove printing of gratuitous newline. | Jordan K. Hubbard | 1996-06-22 | 1 | -3/+3 |
| * | Clean up more bogons: | Jordan K. Hubbard | 1996-06-22 | 1 | -17/+77 |
| * | Address Andrey's complaints: | Jordan K. Hubbard | 1996-06-22 | 1 | -8/+11 |
| * | Jean-Marc's url fetch program, with Josh MacDonald's patches and | Satoshi Asami | 1996-06-19 | 3 | -0/+594 |