aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fetch
Commit message (Expand)AuthorAgeFilesLines
* Report net connection error via hstrerror(h_errno) now instead ofAndrey A. Chernov1996-11-141-2/+3
* Change to new ftpLogin interfaceAndrey A. Chernov1996-11-141-4/+8
* Cosmetic bugfix. fetch was modifying it's argv[] strings in place, whichPeter Wemm1996-11-101-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-514/+600
* 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
* Adjust the copyright to match reality, remove printing of gratuitous newline.Jordan K. Hubbard1996-06-221-3/+3
* Clean up more bogons:Jordan K. Hubbard1996-06-221-17/+77
* Address Andrey's complaints:Jordan K. Hubbard1996-06-221-8/+11
* Jean-Marc's url fetch program, with Josh MacDonald's patches andSatoshi Asami1996-06-193-0/+594