| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | DIRDEPS_BUILD: Regenerate without local dependencies. | Bryan Drewery | 2016-02-24 | 1 | -6/+0 | |
| * | | MFH | Glen Barber | 2016-02-15 | 1 | -1/+0 | |
| |\| | ||||||
| | * | Fix double-free error: r289419 moved all error handling in http_connect() | Dag-Erling Smørgrav | 2016-02-11 | 1 | -1/+0 | |
| * | | First pass through library packaging. | Glen Barber | 2016-02-04 | 1 | -0/+1 | |
| |/ | ||||||
| * | Test for /etc/ssl/cert.pem existence to avoid masking SSL_CA_CERT_PATH | Baptiste Daroussin | 2016-01-19 | 1 | -3/+10 | |
| * | As a followup to r292330, standardize on size_t and add a few comments. | Dag-Erling Smørgrav | 2015-12-16 | 1 | -2/+5 | |
| * | Reset bufpos to 0 immediately after refilling the buffer. Otherwise, we | Dag-Erling Smørgrav | 2015-12-16 | 1 | -3/+2 | |
| * | Fix buildworld after r291453, similar to r284346: url->user and url->pwd | Dimitry Andric | 2015-11-29 | 1 | -4/+2 | |
| * | Use .netrc for HTTP sites and proxies, not just FTP. | Dag-Erling Smørgrav | 2015-11-29 | 2 | -3/+11 | |
| * | META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host. | Bryan Drewery | 2015-11-25 | 1 | -1/+0 | |
| * | Use fopen()'s newfangled "e" flag instead of explicit fcntl() calls. | Dag-Erling Smørgrav | 2015-10-16 | 1 | -5/+3 | |
| * | Fix two bugs in HTTPS tunnelling: | Dag-Erling Smørgrav | 2015-10-16 | 1 | -4/+32 | |
| * | Fix non-POSIX-compliant use of getaddrinfo in libfetch | Michael Gmelin | 2015-09-25 | 1 | -1/+2 | |
| * | Remove unused variable to silence clang warning. | Marcelo Araujo | 2015-07-04 | 1 | -4/+1 | |
| * | new depends | Simon J. Gerraty | 2015-06-16 | 1 | -1/+0 | |
| * | Fix the following clang 3.7.0 warnings in lib/libfetch/http.c: | Dimitry Andric | 2015-06-13 | 1 | -12/+6 | |
| * | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 1 | -0/+28 | |
| |\ | ||||||
| | * | dirdeps.mk now sets DEP_RELDIR | Simon J. Gerraty | 2015-06-08 | 1 | -2/+0 | |
| | * | Merge sync of head | Simon J. Gerraty | 2015-05-27 | 3 | -13/+5 | |
| | |\ | |/ |/| | ||||||
| | * | Merge from head@274682 | Simon J. Gerraty | 2014-11-19 | 2 | -14/+24 | |
| | |\ | ||||||
| | * \ | Merge head from 7/28 | Simon J. Gerraty | 2014-08-19 | 6 | -26/+77 | |
| | |\ \ | ||||||
| | * | | | Updated dependencies | Simon J. Gerraty | 2014-05-16 | 1 | -0/+2 | |
| | * | | | Merge from head | Simon J. Gerraty | 2014-05-08 | 1 | -1/+1 | |
| | |\ \ \ | ||||||
| | * \ \ \ | Merge head | Simon J. Gerraty | 2014-04-27 | 3 | -134/+85 | |
| | |\ \ \ \ | ||||||
| | * \ \ \ \ | Merge from head | Simon J. Gerraty | 2013-09-05 | 5 | -28/+666 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | Updated dependencies | Simon J. Gerraty | 2013-03-11 | 1 | -0/+1 | |
| | * | | | | | | Updated dependencies | Simon J. Gerraty | 2013-02-16 | 1 | -2/+0 | |
| | * | | | | | | Sync with HEAD. | David E. O'Brien | 2013-02-08 | 1 | -4/+4 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | Updated/new Makefile.depend | Simon J. Gerraty | 2012-11-08 | 1 | -0/+5 | |
| | * | | | | | | | Sync from head | Simon J. Gerraty | 2012-11-04 | 5 | -8/+37 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | Marcel Moolenaar | 2012-08-22 | 1 | -0/+22 | |
| * | | | | | | | | | Remove defunct SSLv2 support from fetch(1) and fetch(3). | Jung-uk Kim | 2015-03-25 | 2 | -9/+3 | |
| * | | | | | | | | | Convert libraries to use LIBADD | Baptiste Daroussin | 2014-11-25 | 1 | -4/+2 | |
| | |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
| * | | | | | | | | As pointed out by several people, r273114 was incorrect: it unconditionally | Dag-Erling Smørgrav | 2014-10-15 | 2 | -15/+25 | |
| * | | | | | | | | Drop support for SSLv3. | Dag-Erling Smørgrav | 2014-10-15 | 1 | -1/+1 | |
| | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | | Add a comment to explain the EAGAIN is only there for POSIX compliance | Baptiste Daroussin | 2014-07-15 | 1 | -0/+1 | |
| * | | | | | | | Support EAGAIN in fetch_writev | Baptiste Daroussin | 2014-07-10 | 1 | -0/+2 | |
| * | | | | | | | Use Mt macro to properly format mailto links (patch from Franco Fichtner <fra... | Baptiste Daroussin | 2014-06-11 | 1 | -12/+12 | |
| * | | | | | | | Add support for arbitrary http requests | Baptiste Daroussin | 2014-06-05 | 3 | -2/+37 | |
| * | | | | | | | Remove unnecessary semicolons | Baptiste Daroussin | 2014-06-05 | 1 | -4/+4 | |
| * | | | | | | | Use NULL instead of 0 | Baptiste Daroussin | 2014-06-05 | 1 | -2/+2 | |
| * | | | | | | | If HTTP_USER_AGENT is defined but empty, don't send User-Agent at all. | Dag-Erling Smørgrav | 2014-06-05 | 2 | -4/+10 | |
| * | | | | | | | Look for root certificates in /usr/local/etc/ssl before /etc/ssl. | Dag-Erling Smørgrav | 2014-05-17 | 1 | -2/+8 | |
| | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuff | Warner Losh | 2014-05-06 | 1 | -1/+1 | |
| | |_|_|_|/ |/| | | | | ||||||
| * | | | | | Support Last-Modified behind proxies which return UTC instead of GMT. | Bryan Drewery | 2014-03-11 | 1 | -0/+6 | |
| * | | | | | Bump copyright dates | Dag-Erling Smørgrav | 2014-01-30 | 3 | -3/+3 | |
| * | | | | | r261230 broke the cases where the amount of data to be read is not | Dag-Erling Smørgrav | 2014-01-29 | 2 | -17/+16 | |
| * | | | | | Solve http buffering issues and hangs once and for all (hopefully!) by | Dag-Erling Smørgrav | 2014-01-28 | 3 | -121/+57 | |
| * | | | | | Fix format string. | Dag-Erling Smørgrav | 2014-01-20 | 1 | -1/+1 | |
| * | | | | | Fix build with GCC | Bryan Drewery | 2013-11-19 | 1 | -1/+2 | |
