| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFH (r313974,r314596): open .netrc early in case we want to drop privs | Dag-Erling Smørgrav | 2017-03-24 | 1 | -29/+58 |
| * | MFH (r308996, r309051, r309738): refactor, avoid repeating DNS requests | Dag-Erling Smørgrav | 2016-12-14 | 1 | -52/+121 |
| * | Don't leak addrinfo in fetch_bind() | Don Lewis | 2016-05-25 | 1 | -1/+4 |
| * | lib: minor spelling fixes in comments. | Pedro F. Giffuni | 2016-05-01 | 1 | -2/+2 |
| * | Test for /etc/ssl/cert.pem existence to avoid masking SSL_CA_CERT_PATH | Baptiste Daroussin | 2016-01-19 | 1 | -3/+10 |
| * | Fix non-POSIX-compliant use of getaddrinfo in libfetch | Michael Gmelin | 2015-09-25 | 1 | -1/+2 |
| * | Remove defunct SSLv2 support from fetch(1) and fetch(3). | Jung-uk Kim | 2015-03-25 | 1 | -3/+1 |
| * | As pointed out by several people, r273114 was incorrect: it unconditionally | Dag-Erling Smørgrav | 2014-10-15 | 1 | -4/+8 |
| * | 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 |
| * | Look for root certificates in /usr/local/etc/ssl before /etc/ssl. | Dag-Erling Smørgrav | 2014-05-17 | 1 | -2/+8 |
| * | Bump copyright dates | Dag-Erling Smørgrav | 2014-01-30 | 1 | -1/+1 |
| * | r261230 broke the cases where the amount of data to be read is not | Dag-Erling Smørgrav | 2014-01-29 | 1 | -13/+10 |
| * | Solve http buffering issues and hangs once and for all (hopefully!) by | Dag-Erling Smørgrav | 2014-01-28 | 1 | -93/+40 |
| * | 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 |
| * | Support SNI in libfetch | Bryan Drewery | 2013-11-19 | 1 | -0/+9 |
| * | Implement certificate verification, and many other SSL-related | Dag-Erling Smørgrav | 2013-07-26 | 1 | -11/+524 |
| * | libfetch: Avoid SIGPIPE on network connections. | Jilles Tjoelker | 2012-05-28 | 1 | -0/+2 |
| * | Since the socket is non-blocking, it is necessary to use select(2) even | Dag-Erling Smørgrav | 2012-04-30 | 1 | -17/+13 |
| * | Fix two nits in previous commit pointed out by pjd@. | Dag-Erling Smørgrav | 2012-01-23 | 1 | -2/+1 |
| * | Fix two issues related to the use of SIGINFO in fetch(1) to display | Dag-Erling Smørgrav | 2012-01-18 | 1 | -2/+56 |
| * | latin1 -> utf8 | Dag-Erling Smørgrav | 2011-10-19 | 1 | -1/+1 |
| * | Update copyright dates and strip my middle name. | Dag-Erling Smørgrav | 2011-09-27 | 1 | -1/+1 |
| * | Mark all socket and file descriptors close-on-exec. | Dag-Erling Smørgrav | 2011-05-13 | 1 | -0/+1 |
| * | Move variable declarations into the conditional block where they are | Ed Maste | 2010-10-24 | 1 | -1/+1 |
| * | Redo fetch_read() using non-blocking sockets. This is necessary to | Dag-Erling Smørgrav | 2010-07-28 | 1 | -20/+89 |
| * | PR: 139751 | Fabien Thomas | 2009-10-21 | 1 | -1/+1 |
| * | Fix one-byte buffer overflow: NUL gets written to the buffer, but isn't | Colin Percival | 2008-04-15 | 1 | -1/+1 |
| * | s/wait/delta/ to avoid namespace collision. | Dag-Erling Smørgrav | 2008-03-20 | 1 | -16/+16 |
| * | Use memcpy(3) instead of the BSD-specific bcopy(3). | Dag-Erling Smørgrav | 2008-02-08 | 1 | -1/+1 |
| * | As several people pointed out, I did all the ctype casts the wrong | Dag-Erling Smørgrav | 2007-12-19 | 1 | -2/+2 |
| * | Add support for the NO_PROXY / no_proxy environment variable as used by | Dag-Erling Smørgrav | 2007-12-18 | 1 | -0/+50 |
| * | Clean up namespace violations. | Dag-Erling Smørgrav | 2007-12-14 | 1 | -50/+50 |
| * | Fix a memory leak: when freeing the connection structure, don't forget to | Dag-Erling Smørgrav | 2005-02-16 | 1 | -0/+1 |
| * | Update copyright years. | Dag-Erling Smørgrav | 2004-09-21 | 1 | -1/+1 |
| * | preparation for RFC3493. EAI_NODATA was deprecated. | Hajimu UMEMOTO | 2003-10-23 | 1 | -0/+2 |
| * | Add and document support for a FETCH_BIND_ADDRESS environment variable | Dag-Erling Smørgrav | 2003-03-03 | 1 | -3/+32 |
| * | style(9): add parentheses to sizeof even when not strictly required. | Dag-Erling Smørgrav | 2003-01-28 | 1 | -8/+8 |
| * | Fix signed/unsigned comparison warning/error from 'make release' | John W. De Boskey | 2003-01-28 | 1 | -4/+4 |
| * | Experimental support for .netrc. | Dag-Erling Smørgrav | 2003-01-22 | 1 | -0/+91 |
| * | Set auto-retry mode to avoid some spurious errors. | Dag-Erling Smørgrav | 2003-01-03 | 1 | -0/+1 |
| * | Fix a bug in fenner's _fetch_writev() patch (rev 1.36) | Dag-Erling Smørgrav | 2002-10-30 | 1 | -1/+6 |
| * | Recommit the non-broken parts of 1.34 and 1.37. | Dag-Erling Smørgrav | 2002-10-30 | 1 | -6/+11 |
| * | Reinstate revs 1.35-36 and 1.38. Revisions 1.34 and 1.37 were specifically | Warner Losh | 2002-10-30 | 1 | -12/+38 |
| * | Fix `pkg_add -r' by backing out revs 1.34-1.38. | David E. O'Brien | 2002-10-29 | 1 | -52/+19 |
| * | Fix an off-by-one error (> where >= should have been used) which caused | Dag-Erling Smørgrav | 2002-10-28 | 1 | -6/+5 |
| * | Slight amendment to rev 1.34: instead of considering any short read an | Dag-Erling Smørgrav | 2002-10-27 | 1 | -6/+8 |
| * | Introduce _fetch_writev(), which is the conn_t version of writev(2). In | Dag-Erling Smørgrav | 2002-10-27 | 1 | -7/+34 |