summaryrefslogtreecommitdiff
path: root/usr.bin/fetch
Commit message (Expand)AuthorAgeFilesLines
* MFC doc fixes, proper printf() casts, bugfixes for fetch, updated file(1)Jordan K. Hubbard1998-07-164-31/+60
* MFC (small bug in previous fix)Dag-Erling Smørgrav1998-05-091-3/+6
* MFC (translate leading / in -c argument to %2f)Dag-Erling Smørgrav1998-05-091-9/+4
* Merge FTP URL documentation from current. (The code changeBill Fenner1998-05-091-3/+16
* MFC: user friendly suggestion.Jordan K. Hubbard1998-03-081-1/+5
* Merge from main branch 1.14 -> 1.15: Add missing arguments.John Polstra1997-11-181-3/+4
* MFC (rev 1.3)David E. O'Brien1997-11-121-5/+9
* MFC.David E. O'Brien1997-11-082-8/+23
* MFC: Interpret multiple slashes as a single slash in ftp: URL's.Bill Fenner1997-10-081-2/+12
* Merge revision 1.8 (use RFC1738 interpretation of ftp: URL's)Bill Fenner1997-10-061-10/+68
* MFC: fetch(3) doesn't get asctime(3) format, wrong length assumedMartin Cracauer1997-09-301-2/+3
* MFC: a number of trivial cosmetic updates and a fairly large update of f2cJordan K. Hubbard1997-09-154-5/+28
* Merge 1.43.Satoshi Asami1997-08-191-3/+3
* YAMFC. Most notable changes are beter ftp:// parsing, thePeter Wemm1997-08-035-66/+199
* MFC: Do not use argv[0] in usage().Philippe Charnier1997-07-021-8/+8
* YAMFC (rev 1.6: fix FTP timeout handling)Joerg Wunsch1997-03-111-2/+2
* YAMFC. Fix FTP URL parsing, new FTP_PROXY behavior, allow non-Bill Fenner1997-03-103-75/+126
* Fix couple of $ FreeBSD $ lines that made it into 2.2.Mike Pritchard1997-03-062-2/+2
* YAMFC: This man page will appear in 2.2, not 3.0.Wolfram Schneider1997-02-221-2/+2
* Merge the revamped fetch(1) from -current.Joerg Wunsch1997-02-223-771/+477
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1997-02-163-0/+2308
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1997-02-063-0/+355
* YAMFCPoul-Henning Kamp1996-11-281-4/+9
* Mega-merge from -currentPoul-Henning Kamp1996-11-121-2/+6
* bin/1933: don't print negative % for huge files (80Mb)Poul-Henning Kamp1996-10-311-2/+4
* old host:/filename syntax was brokenAdam David1996-10-241-5/+8
* The -h flag implies ftp = 1.Jean-Marc Zucconi1996-10-061-1/+2
* add missing comma(s) in .Xr macrosWolfram Schneider1996-09-231-2/+2
* Attempt to untangle the timeout code a bit, also make the default ftpPeter Wemm1996-09-192-20/+35
* Make fetch 64-bit safe, corresponding to libftpio changes.Peter Wemm1996-09-191-26/+31
* Remove the code which has restart looking at the modtime. That's justJordan K. Hubbard1996-09-101-2/+2
* Allow proper ftp verbosity with a new -v flag.Jordan K. Hubbard1996-08-312-8/+13
* Don't make -l warn when it's not used, so we can potentially set itJordan K. Hubbard1996-08-231-4/+1
* Use the .Fx macro where appropriate.Mike Pritchard1996-08-231-2/+3
* Print the correct thing when interrupted by a signal.Jordan K. Hubbard1996-08-221-8/+7
* 1. Understand file:/path style URLs.Jordan K. Hubbard1996-08-222-510/+596
* Fix a small potential bogon I noticed here with restarts.Jordan K. Hubbard1996-08-211-2/+2
* Add support for HTTP proxies, fix some bugs with http transfers.Jordan K. Hubbard1996-08-142-5/+58
* Fix broken modtime preservation code. *Now* it preserves the modtimeJordan K. Hubbard1996-08-121-17/+25
* Defer to fashion.Jordan K. Hubbard1996-08-071-10/+10
* Suppress the messages from the server after login (ftpVerbose(ftp,0)). ErrorsJean-Marc Zucconi1996-08-041-1/+3
* Adapt to new libftpio. [jkh]Jordan K. Hubbard1996-08-031-9/+9
* Whups - update the usage message too.Jordan K. Hubbard1996-07-181-2/+2
* Add -n flag to use the current modtime rather than preserving it.Jordan K. Hubbard1996-07-182-6/+13
* New man page for fetch(1).Jordan K. Hubbard1996-07-051-1/+106
* Back out previous commit: do not use read(), but fread (). Change BUFFER_SIZEJean-Marc Zucconi1996-07-051-11/+11
* Use read(fileno(fp), ...) instead of fread(..., fp) to avoid buffered input.Jean-Marc Zucconi1996-07-021-2/+2
* Add -Wall to CFLAGSGary Palmer1996-06-261-0/+2
* Make GET request and response parsing HTTP/1.0 compatibleAndrey A. Chernov1996-06-251-7/+7
* Do not exit if ftpGetSize() returns a value < 0. You may well try toJean-Marc Zucconi1996-06-241-3/+1