summaryrefslogtreecommitdiffstats
path: root/usr.bin/fetch/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Use libmd if and only if OpenSSL is not available.des2012-09-141-3/+4
| | | | | PR: bin/171402 MFC after: 3 days
* Fixed static linkage.ru2010-02-261-2/+2
|
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-1/+0
| | | | Also add some missing $FreeBSD$ to keep svn happy.
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-1/+3
| | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
* NOCRYPT -> NO_CRYPTru2004-12-211-1/+1
|
* Join the 21st century: Cryptography is no longer an optional componentcperciva2004-08-061-1/+0
| | | | | | | | | | of releases. The -DNOCRYPT build option still exists for anyone who really wants to build non-cryptographic binaries, but the "crypto" release distribution is now part of "base", and anyone installing from a release will get cryptographic binaries. Approved by: re (scottl), markm Discussed on: freebsd-current, in late April 2004
* Make sure the crypto versions of libfetch and fetch(1) appear inru2003-07-221-0/+1
| | | | | | the "crypto" distribution. Approved by: des
* Retire the useless NOSECURE knob.des2003-05-191-1/+1
| | | | Approved by: re (scottl)
* Mark fetch(1) as c99- and WARNS6-clean.des2003-05-011-1/+2
|
* Clarify my feelings towards fetch / libfetch.des2002-10-301-1/+0
|
* fetch(1) is WARNS-5 clean (tested on i386 and Alpha)des2002-07-281-0/+1
|
* Reorder LDADD to fix static linking.des2002-06-121-2/+2
|
* libfetch now depends on libcrypto and libssl.ru2002-06-061-1/+1
|
* Figures they had to call it NOCRYPT instead of NOCRYPTO.des2002-06-051-1/+1
|
* During buildworld, "regular" libraries are built before crypto stuff, sodes2002-06-051-0/+4
| | | | | libfetch can't depend on lib{crypto,ssl}. Move the dependency to fetch until we can figure out how to fix this.
* Remove leaf node WARNS?=2 (that mainly I added). This shouldmarkm2002-02-081-1/+0
| | | | help the GCC3 transition and CURRENT in general.
* WARNS cleanup + remove an unused macro and an unused function argument.des2001-07-171-2/+1
|
* New libfetch-based fetch.des2000-06-281-6/+7
|
* Here is my long-threatened revamping of fetch. Jean-Marc probably won'twollman1997-01-301-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Add -Wall to CFLAGSgpalmer1996-06-261-0/+2
|
* Jean-Marc's url fetch program, with Josh MacDonald's patches andasami1996-06-191-0/+7
Jordan's ftpio library. Submitted by: jmz, jkh, jmacd (three-j!)
OpenPOWER on IntegriCloud