| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
PR: misc/40399
MFC after: 3 days
Notes:
svn path=/head/; revision=100510
|
| |
|
|
|
|
|
|
|
|
| |
scope identifier).
Approved by: des
MFC after: 3 weeks
Notes:
svn path=/head/; revision=99253
|
| |
|
|
| |
Notes:
svn path=/head/; revision=98748
|
| |
|
|
| |
Notes:
svn path=/head/; revision=98550
|
| |
|
|
| |
Notes:
svn path=/head/; revision=98422
|
| |
|
|
|
|
|
| |
free a cached FTP connection.
Notes:
svn path=/head/; revision=98117
|
| |
|
|
| |
Notes:
svn path=/head/; revision=97930
|
| |
|
|
| |
Notes:
svn path=/head/; revision=97891
|
| |
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
Submitted by: Henry Whincup <henry@techiebod.com> (in principle)
Notes:
svn path=/head/; revision=97868
|
| |
|
|
|
|
|
|
| |
(except for DNS operations). Always use funopen() for HTTP, to support
both timeouts and SSL.
Notes:
svn path=/head/; revision=97866
|
| |
|
|
| |
Notes:
svn path=/head/; revision=97862
|
| |
|
|
|
|
|
| |
cookie) and increase symmetry with equivalent FTP code.
Notes:
svn path=/head/; revision=97859
|
| |
|
|
| |
Notes:
svn path=/head/; revision=97858
|
| |
|
|
| |
Notes:
svn path=/head/; revision=97857
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
which contains the socket descriptor, the input buffer and (yet unused)
SSL state variables. This has the neat side effect of greatly improving
reentrance (though we're not *quite* there yet) and opening the door to
HTTP connection caching.
This commit is inspired by email conversations with and patches from
Henry Whincup <henry@techiebod.com> last fall.
Notes:
svn path=/head/; revision=97856
|
| |
|
|
|
|
|
|
|
| |
Also, make an internal _getprogname() that is used only inside
libc. For libc, getprogname(3) is a weak symbol in case a
function of the same name is defined in userland.
Notes:
svn path=/head/; revision=93399
|
| |
|
|
| |
Notes:
svn path=/head/; revision=93150
|
| |
|
|
| |
Notes:
svn path=/head/; revision=90268
|
| |
|
|
|
|
|
|
| |
ftp.c and http.c now have exceedingly long lines due to deep nesting;
this will be corrected by reorganizing the code in a later revision.
Notes:
svn path=/head/; revision=90267
|
| |
|
|
| |
Notes:
svn path=/head/; revision=90264
|
| |
|
|
|
|
|
|
|
|
| |
chunk.
PR: bin/33608
MFC after: 2 weeks
Notes:
svn path=/head/; revision=89590
|
| |
|
|
|
|
|
|
| |
PR: misc/34043
MFC after: 2 weeks
Notes:
svn path=/head/; revision=89589
|
| |
|
|
| |
Notes:
svn path=/head/; revision=88772
|
| |
|
|
|
|
|
|
|
|
| |
it of HTML tags and comments.
PR: bin/32989
MFC after: 1 week
Notes:
svn path=/head/; revision=88771
|
| |
|
|
|
|
|
|
|
|
| |
default.
PR: 32988
MFC after: 3 days
Notes:
svn path=/head/; revision=88769
|
| |
|
|
|
|
|
|
| |
PR: bin/32615
MFC after: 1 week
Notes:
svn path=/head/; revision=87562
|
| |
|
|
|
|
|
| |
MFC after: 1 week
Notes:
svn path=/head/; revision=87561
|
| |
|
|
|
|
|
|
|
|
| |
debugging code if fetchDebug is set.
PR: bin/32615
MFC after: 1 week
Notes:
svn path=/head/; revision=87560
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Also fix a couple of not-so-minor bugs:
- missing case for HTTP_SEE_OTHER
- incorrect definition of HTTP_NEED_PROXY_AUTH
PR: 20259
MFC after: 2 weeks
Notes:
svn path=/head/; revision=87317
|
| |
|
|
| |
Notes:
svn path=/head/; revision=87316
|
| |
|
|
| |
Notes:
svn path=/head/; revision=87315
|
| |
|
|
| |
Notes:
svn path=/head/; revision=85144
|
| |
|
|
| |
Notes:
svn path=/head/; revision=85143
|
| |
|
|
|
|
|
|
| |
ages - some of which wouldn't be necessary if gcc wasn't broken or TPTB were
willing to do something (-fno-builtin) about it.
Notes:
svn path=/head/; revision=85093
|
| |
|
|
| |
Notes:
svn path=/head/; revision=84306
|
| |
|
|
| |
Notes:
svn path=/head/; revision=84203
|
| |
|
|
|
|
|
| |
some function arguments as unused.
Notes:
svn path=/head/; revision=83076
|
| |
|
|
|
|
|
| |
MFC after: 2 weeks
Notes:
svn path=/head/; revision=81985
|
| |
|
|
|
|
|
| |
Spotted by: bde
Notes:
svn path=/head/; revision=81978
|
| |
|
|
|
|
|
| |
MFC after: 2 weeks
Notes:
svn path=/head/; revision=81972
|
| |
|
|
|
|
|
|
|
|
|
|
| |
proxy specification, which seems to be valid according to the man page.
Change the logic to consider "hostname:port" a hostname and port instead
of a file URL.
Approved by: des
Notes:
svn path=/head/; revision=80520
|
| |
|
|
|
|
|
| |
While we're here, fix a snprintf() usage warning.
Notes:
svn path=/head/; revision=79834
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79754
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79454
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79423
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79315
|
| |
|
|
|
|
|
| |
fixes a bug in pkg_add(1) (which nobody noticed because of another bug).
Notes:
svn path=/head/; revision=78071
|
| |
|
|
|
|
|
|
| |
PR: 27669
Submitted by: Eoin Lawless <eoin@maths.tcd.ie>
Notes:
svn path=/head/; revision=77261
|
| |
|
|
|
|
|
| |
Update RFC references (should have done that ages ago...)
Notes:
svn path=/head/; revision=77240
|