summaryrefslogtreecommitdiffstats
path: root/lib/libfetch/common.c
Commit message (Expand)AuthorAgeFilesLines
* Add and document support for a FETCH_BIND_ADDRESS environment variabledes2003-03-031-3/+32
* style(9): add parentheses to sizeof even when not strictly required.des2003-01-281-8/+8
* Fix signed/unsigned comparison warning/error from 'make release'jwd2003-01-281-4/+4
* Experimental support for .netrc.des2003-01-221-0/+91
* Set auto-retry mode to avoid some spurious errors.des2003-01-031-0/+1
* Fix a bug in fenner's _fetch_writev() patch (rev 1.36)des2002-10-301-1/+6
* Recommit the non-broken parts of 1.34 and 1.37.des2002-10-301-6/+11
* Reinstate revs 1.35-36 and 1.38. Revisions 1.34 and 1.37 were specificallyimp2002-10-301-12/+38
* Fix `pkg_add -r' by backing out revs 1.34-1.38.obrien2002-10-291-52/+19
* Fix an off-by-one error (> where >= should have been used) which causeddes2002-10-281-6/+5
* Slight amendment to rev 1.34: instead of considering any short read andes2002-10-271-6/+8
* Introduce _fetch_writev(), which is the conn_t version of writev(2). Indes2002-10-271-7/+34
* Eliminate two cases of undefined behaviour: total in _fetch_write() wasdes2002-10-271-0/+1
* Back out the previous commit, and fix the bug rather than try to hide itsdes2002-10-271-10/+18
* Fix an infinite loop when _fetch_read() can return 0 (if thealfred2002-09-201-1/+5
* Make _fetch_connect() always set the error code.fenner2002-09-171-1/+3
* Reintroduce debugging code that somehow got lost in a previous revision.des2002-06-241-0/+2
* Add a reference count to struct fetchconn so we don't prematurely close anddes2002-06-111-0/+19
* Make SSL support conditional on NOCRYPT.des2002-06-051-0/+11
* Add SSL support + slight cleanup.des2002-06-051-1/+49
* Wrap everything in struct connection, and enforce timeouts everywheredes2002-06-051-61/+130
* First step towards SSL support: wrap connections in a 'struct connection'des2002-06-051-24/+56
* Switch to a self-starting allocation scheme.des2002-02-051-10/+3
* Reindent, and add parentheses to return statements. Some functions indes2002-02-051-233/+230
* Remove VT100 escapes from debugging messages now that they're enabled bydes2002-01-011-3/+3
* Back out part of previous commit which was gcc-centricdes2001-10-191-2/+2
* Tons of type, style and warning fixes that have been rotting in my tree fordes2001-10-181-5/+8
* Add __FBSDID()s to libfetchdillon2001-09-301-2/+3
* MAXPATHLEN -> PATH_MAXdes2001-05-261-1/+1
* Apply 'const' liberally.archie2001-04-241-9/+9
* Don't try to get the proxy port number from /etc/services.des2000-11-271-4/+0
* Use the documented (and historical) defaults. Centralize the decision logicdes2000-11-101-0/+34
* Introduce the (undocumented) variable fetchRestartCalls, which controls whetherdes2000-07-171-2/+2
* Add _fetch_putln()des2000-07-111-5/+29
* Clean up the debugging outputdes2000-07-111-3/+2
* Free chunks obtained by getaddrinfo(3).ume2000-07-101-0/+1
* Output newline after debugging messagedes2000-05-251-0/+1
* Dump com_err, it's a stinking crock of shit.des2000-05-251-45/+11
* IPv6 support.ume2000-05-201-22/+26
* Use sizeof more consistently.des2000-05-071-1/+1
* More old uncommitted patches: implement timeouts at the protocol level.des2000-01-071-0/+82
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Implement and document file list retrieval.des1998-12-211-1/+43
* Don't specify a language to compile_et.des1998-12-181-2/+2
* Add verbose flag, and support functions.des1998-12-161-19/+56
* Second of a series of cleanups to libfetch.des1998-11-061-18/+89
* First of a series of cleanups to libfetch. Changed files, indes1998-11-051-0/+134
OpenPOWER on IntegriCloud