#
b06d75fd |
| 01-May-2003 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Mark fetch(1) as c99- and WARNS6-clean.
|
Revision tags: release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0 |
|
#
75c3973a |
| 30-Oct-2002 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Clarify my feelings towards fetch / libfetch.
|
Revision tags: release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2 |
|
#
35945a74 |
| 28-Jul-2002 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
fetch(1) is WARNS-5 clean (tested on i386 and Alpha)
|
Revision tags: release/4.6.1, release/4.6.0_cvs |
|
#
6414f0b9 |
| 12-Jun-2002 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Reorder LDADD to fix static linking.
|
#
4093807d |
| 06-Jun-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
libfetch now depends on libcrypto and libssl.
|
#
1bf28f7e |
| 05-Jun-2002 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Figures they had to call it NOCRYPT instead of NOCRYPTO.
|
#
d9615d7d |
| 05-Jun-2002 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
During buildworld, "regular" libraries are built before crypto stuff, so libfetch can't depend on lib{crypto,ssl}. Move the dependency to fetch until we can figure out how to fix this.
|
#
91bd71d2 |
| 08-Feb-2002 |
Mark Murray <markm@FreeBSD.org> |
Remove leaf node WARNS?=2 (that mainly I added). This should help the GCC3 transition and CURRENT in general.
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
91404f38 |
| 17-Jul-2001 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
WARNS cleanup + remove an unused macro and an unused function argument.
|
Revision tags: release/4.3.0_cvs, release/4.3.0, release/4.2.0, release/4.1.1_cvs, release/4.1.0 |
|
#
b39628e7 |
| 28-Jun-2000 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
New libfetch-based fetch.
|
Revision tags: release/3.5.0_cvs, release/4.0.0_cvs, release/3.4.0_cvs, release/3.3.0_cvs, release/3.2.0, release/3.1.0, release/3.0.0, release/2.2.8, release/2.2.7, release/2.2.6, release/2.2.5_cvs, release/2.2.2_cvs, release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs, release/2.1.6_cvs, release/2.1.6.1 |
|
#
78be3199 |
| 30-Jan-1997 |
Garrett Wollman <wollman@FreeBSD.org> |
Here is my long-threatened revamping of fetch. Jean-Marc probably won't recognize it any more. This makes the following significant changes:
- The main body of the program doesn't know a thing abo
Here is my long-threatened revamping of fetch. Jean-Marc probably won't recognize it any more. This makes the following significant changes:
- The main body of the program doesn't know a thing about URIs, HTTP, or FTP. This makes it possible to easily plug in other protocols. (The next revision will probably be able to dynamically add new recognizers.)
- There are no longer arbitrary timeouts for the protocols. If you want to set one for yourself, use the environment variables.
- FTP proxies are now supported (if I implemented it right).
- The HTTP implementation is much more complete, and can now do restarts, preserve modtimes, and mrun in mirror mode. It's not yet up to 1.1, but it's getting there.
- Transaction TCP is now used for sending HTTP requests. The HTTP/1.1 syntax for requesting that the connection be closed after one request is implemented.
In all of this, I have doubtless broken somebody. Please test it and tell me about the bugs.
show more ...
|
Revision tags: release/2.1.5_cvs |
|
#
84b54bb4 |
| 26-Jun-1996 |
Gary Palmer <gpalmer@FreeBSD.org> |
Add -Wall to CFLAGS
|
#
5e5a2c7f |
| 19-Jun-1996 |
Satoshi Asami <asami@FreeBSD.org> |
Jean-Marc's url fetch program, with Josh MacDonald's patches and Jordan's ftpio library.
Submitted by: jmz, jkh, jmacd (three-j!)
|