aboutsummaryrefslogtreecommitdiff
path: root/lib/libfetch
Commit message (Expand)AuthorAgeFilesLines
* Set auto-retry mode to avoid some spurious errors.Dag-Erling Smørgrav2003-01-031-0/+1
* english(4) police.Jens Schweikhardt2002-12-271-2/+2
* Reduce WARNS level to 3 in the non-crypto case to fix make release on sparc64.Jake Burkholder2002-12-041-1/+1
* Implement and document support for an HTTP_REFERER environment variable.Dag-Erling Smørgrav2002-11-282-12/+26
* Fix two typos.Bill Fenner2002-11-081-2/+2
* Use __func__ and break a long line.Dag-Erling Smørgrav2002-10-301-5/+4
* Fix a bug in fenner's _fetch_writev() patch (rev 1.36)Dag-Erling Smørgrav2002-10-301-1/+6
* Recognize the (incorrect) error code a MediaHawk server sends in reply toDag-Erling Smørgrav2002-10-301-0/+1
* Clarify my feelings towards fetch / libfetch.Dag-Erling Smørgrav2002-10-301-1/+0
* Recommit the non-broken parts of 1.34 and 1.37.Dag-Erling Smørgrav2002-10-301-6/+11
* Don't forget to set the error flag when _fetch_read() returns -1.Dag-Erling Smørgrav2002-10-301-2/+6
* Reinstate revs 1.35-36 and 1.38. Revisions 1.34 and 1.37 were specificallyWarner Losh2002-10-301-12/+38
* Fix `pkg_add -r' by backing out revs 1.34-1.38.David E. O'Brien2002-10-291-52/+19
* libfetch is now WARNS5 clean in the non-SSL case.Dag-Erling Smørgrav2002-10-281-1/+1
* Fix an off-by-one error (> where >= should have been used) which causedDag-Erling Smørgrav2002-10-281-6/+5
* Up WARNS to 3 if not building with crypto.Bill Fenner2002-10-281-1/+3
* Slight amendment to rev 1.34: instead of considering any short read anDag-Erling Smørgrav2002-10-271-6/+8
* Introduce _fetch_writev(), which is the conn_t version of writev(2). InDag-Erling Smørgrav2002-10-272-7/+38
* Eliminate two cases of undefined behaviour: total in _fetch_write() wasDag-Erling Smørgrav2002-10-272-0/+2
* Back out the previous commit, and fix the bug rather than try to hide itsDag-Erling Smørgrav2002-10-271-10/+18
* The FTP connection caching needs a better interface -- connections areNate Lawson2002-10-251-0/+4
* Use a warns setting we can catch regressions with.David E. O'Brien2002-10-201-3/+1
* When recycling a cached connection, increment the reference count so thatTim J. Robbins2002-10-201-1/+1
* HTTP authentication got broken in rev. 1.49.Ruslan Ermilov2002-10-031-4/+4
* Zap now-unused SHLIB_MINORPeter Wemm2002-09-281-1/+0
* Fix an infinite loop when _fetch_read() can return 0 (if theAlfred Perlstein2002-09-201-1/+5
* Make _fetch_connect() always set the error code.Bill Fenner2002-09-172-4/+5
* Surround prototypes with __BEGIN_DECLS / __END_DECLS.Dag-Erling Smørgrav2002-07-221-0/+4
* Cope with 2292bis-01 getaddrinfo (no NI_WITHSCOPEID, always attachHajimu UMEMOTO2002-07-021-0/+1
* Reintroduce debugging code that somehow got lost in a previous revision.Dag-Erling Smørgrav2002-06-241-0/+2
* Fix incorrect library ordering. I thought I'd committed this already...Dag-Erling Smørgrav2002-06-211-2/+2
* Don't try to dereference conn when we know it's NULL.Dag-Erling Smørgrav2002-06-191-2/+5
* Add a reference count to struct fetchconn so we don't prematurely close andDag-Erling Smørgrav2002-06-113-1/+22
* libfetch now depends on libcrypto and libssl.Ruslan Ermilov2002-06-061-5/+6
* Make SSL support conditional on NOCRYPT.Dag-Erling Smørgrav2002-06-054-0/+21
* During buildworld, "regular" libraries are built before crypto stuff, soDag-Erling Smørgrav2002-06-051-2/+2
* Add SSL support + slight cleanup.Dag-Erling Smørgrav2002-06-054-20/+78
* Wrap everything in struct connection, and enforce timeouts everywhereDag-Erling Smørgrav2002-06-054-113/+204
* Add the necessary dependencies for SSL.Dag-Erling Smørgrav2002-06-051-0/+2
* Rename struct cookie to struct httpio to avoid confusion (it's not an HTTPDag-Erling Smørgrav2002-06-051-50/+50
* Add comments to struct cookie.Dag-Erling Smørgrav2002-06-051-8/+8
* Fix a bug I introduced in the chunk decoder in the previous commit..Dag-Erling Smørgrav2002-06-051-1/+1
* First step towards SSL support: wrap connections in a 'struct connection'Dag-Erling Smørgrav2002-06-054-196/+255
* Do not use __progname directly (except in [gs]etprogname(3)).Mark Murray2002-03-291-3/+1
* Modernize my email addressPoul-Henning Kamp2002-03-251-1/+1
* Switch to a self-starting allocation scheme.Dag-Erling Smørgrav2002-02-051-10/+3
* Reindent, and add parentheses to return statements. Some functions inDag-Erling Smørgrav2002-02-058-1989/+1997
* Eliminate a redundant loop.Dag-Erling Smørgrav2002-02-051-2/+1
* Check the return value from read() when reading the CR/LF at the end of aDag-Erling Smørgrav2002-01-201-2/+4
* Mark uploads as O_WRONLY, not O_RDONLY.Dag-Erling Smørgrav2002-01-201-2/+6