| Commit message (Expand) | Author | Age | Files | Lines |
* | MFH (r273114, r273124): disable SSLv3 by default. | des | 2015-01-12 | 1 | -3/+7 |
* | MFC: r267131, r267132, r267133, r268493, r268671 | bapt | 2014-07-20 | 1 | -0/+3 |
* | MFH (r266291): look for root certs in /usr/local first | des | 2014-05-24 | 1 | -2/+8 |
* | MFH (r260904): fix format string | des | 2014-02-27 | 1 | -102/+46 |
* | MFC r258347,r258349: | bdrewery | 2013-11-29 | 1 | -0/+10 |
* | Implement certificate verification, and many other SSL-related | des | 2013-07-26 | 1 | -11/+524 |
* | libfetch: Avoid SIGPIPE on network connections. | jilles | 2012-05-28 | 1 | -0/+2 |
* | Since the socket is non-blocking, it is necessary to use select(2) even | des | 2012-04-30 | 1 | -17/+13 |
* | Fix two nits in previous commit pointed out by pjd@. | des | 2012-01-23 | 1 | -2/+1 |
* | Fix two issues related to the use of SIGINFO in fetch(1) to display | des | 2012-01-18 | 1 | -2/+56 |
* | latin1 -> utf8 | des | 2011-10-19 | 1 | -1/+1 |
* | Update copyright dates and strip my middle name. | des | 2011-09-27 | 1 | -1/+1 |
* | Mark all socket and file descriptors close-on-exec. | des | 2011-05-13 | 1 | -0/+1 |
* | Move variable declarations into the conditional block where they are | emaste | 2010-10-24 | 1 | -1/+1 |
* | Redo fetch_read() using non-blocking sockets. This is necessary to | des | 2010-07-28 | 1 | -20/+89 |
* | PR: 139751 | fabient | 2009-10-21 | 1 | -1/+1 |
* | Fix one-byte buffer overflow: NUL gets written to the buffer, but isn't | cperciva | 2008-04-15 | 1 | -1/+1 |
* | s/wait/delta/ to avoid namespace collision. | des | 2008-03-20 | 1 | -16/+16 |
* | Use memcpy(3) instead of the BSD-specific bcopy(3). | des | 2008-02-08 | 1 | -1/+1 |
* | As several people pointed out, I did all the ctype casts the wrong | des | 2007-12-19 | 1 | -2/+2 |
* | Add support for the NO_PROXY / no_proxy environment variable as used by | des | 2007-12-18 | 1 | -0/+50 |
* | Clean up namespace violations. | des | 2007-12-14 | 1 | -50/+50 |
* | Fix a memory leak: when freeing the connection structure, don't forget to | des | 2005-02-16 | 1 | -0/+1 |
* | Update copyright years. | des | 2004-09-21 | 1 | -1/+1 |
* | preparation for RFC3493. EAI_NODATA was deprecated. | ume | 2003-10-23 | 1 | -0/+2 |
* | Add and document support for a FETCH_BIND_ADDRESS environment variable | des | 2003-03-03 | 1 | -3/+32 |
* | style(9): add parentheses to sizeof even when not strictly required. | des | 2003-01-28 | 1 | -8/+8 |
* | Fix signed/unsigned comparison warning/error from 'make release' | jwd | 2003-01-28 | 1 | -4/+4 |
* | Experimental support for .netrc. | des | 2003-01-22 | 1 | -0/+91 |
* | Set auto-retry mode to avoid some spurious errors. | des | 2003-01-03 | 1 | -0/+1 |
* | Fix a bug in fenner's _fetch_writev() patch (rev 1.36) | des | 2002-10-30 | 1 | -1/+6 |
* | Recommit the non-broken parts of 1.34 and 1.37. | des | 2002-10-30 | 1 | -6/+11 |
* | Reinstate revs 1.35-36 and 1.38. Revisions 1.34 and 1.37 were specifically | imp | 2002-10-30 | 1 | -12/+38 |
* | Fix `pkg_add -r' by backing out revs 1.34-1.38. | obrien | 2002-10-29 | 1 | -52/+19 |
* | Fix an off-by-one error (> where >= should have been used) which caused | des | 2002-10-28 | 1 | -6/+5 |
* | Slight amendment to rev 1.34: instead of considering any short read an | des | 2002-10-27 | 1 | -6/+8 |
* | Introduce _fetch_writev(), which is the conn_t version of writev(2). In | des | 2002-10-27 | 1 | -7/+34 |
* | Eliminate two cases of undefined behaviour: total in _fetch_write() was | des | 2002-10-27 | 1 | -0/+1 |
* | Back out the previous commit, and fix the bug rather than try to hide its | des | 2002-10-27 | 1 | -10/+18 |
* | Fix an infinite loop when _fetch_read() can return 0 (if the | alfred | 2002-09-20 | 1 | -1/+5 |
* | Make _fetch_connect() always set the error code. | fenner | 2002-09-17 | 1 | -1/+3 |
* | Reintroduce debugging code that somehow got lost in a previous revision. | des | 2002-06-24 | 1 | -0/+2 |
* | Add a reference count to struct fetchconn so we don't prematurely close and | des | 2002-06-11 | 1 | -0/+19 |
* | Make SSL support conditional on NOCRYPT. | des | 2002-06-05 | 1 | -0/+11 |
* | Add SSL support + slight cleanup. | des | 2002-06-05 | 1 | -1/+49 |
* | Wrap everything in struct connection, and enforce timeouts everywhere | des | 2002-06-05 | 1 | -61/+130 |
* | First step towards SSL support: wrap connections in a 'struct connection' | des | 2002-06-05 | 1 | -24/+56 |
* | Switch to a self-starting allocation scheme. | des | 2002-02-05 | 1 | -10/+3 |
* | Reindent, and add parentheses to return statements. Some functions in | des | 2002-02-05 | 1 | -233/+230 |
* | Remove VT100 escapes from debugging messages now that they're enabled by | des | 2002-01-01 | 1 | -3/+3 |