| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Reduce overlinking
Notes:
svn path=/head/; revision=275042
|
| |
|
|
|
|
|
| |
from the latter.
Notes:
svn path=/head/; revision=265420
|
| |
|
|
|
|
|
|
| |
PR: bin/171402
MFC after: 3 days
Notes:
svn path=/head/; revision=240496
|
| |
|
|
| |
Notes:
svn path=/head/; revision=204352
|
| |
|
|
|
|
|
| |
Also add some missing $FreeBSD$ to keep svn happy.
Notes:
svn path=/head/; revision=201386
|
| |
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=156813
|
| |
|
|
| |
Notes:
svn path=/head/; revision=139113
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=133196
|
| |
|
|
|
|
|
|
|
| |
the "crypto" distribution.
Approved by: des
Notes:
svn path=/head/; revision=117890
|
| |
|
|
|
|
|
| |
Approved by: re (scottl)
Notes:
svn path=/head/; revision=115157
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114422
|
| |
|
|
| |
Notes:
svn path=/head/; revision=106187
|
| |
|
|
| |
Notes:
svn path=/head/; revision=100835
|
| |
|
|
| |
Notes:
svn path=/head/; revision=98144
|
| |
|
|
| |
Notes:
svn path=/head/; revision=97930
|
| |
|
|
| |
Notes:
svn path=/head/; revision=97889
|
| |
|
|
|
|
|
|
| |
libfetch can't depend on lib{crypto,ssl}. Move the dependency to fetch
until we can figure out how to fix this.
Notes:
svn path=/head/; revision=97888
|
| |
|
|
|
|
|
| |
help the GCC3 transition and CURRENT in general.
Notes:
svn path=/head/; revision=90415
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79837
|
| |
|
|
| |
Notes:
svn path=/head/; revision=62216
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=22133
|
| |
|
|
| |
Notes:
svn path=/head/; revision=16783
|
|
|
Jordan's ftpio library.
Submitted by: jmz, jkh, jmacd (three-j!)
Notes:
svn path=/cvs2svn/branches/JMZ/; revision=16504
|