summaryrefslogtreecommitdiffstats
path: root/lib/libfetch
Commit message (Expand)AuthorAgeFilesLines
* libfetch is now WARNS5 clean in the non-SSL case.des2002-10-281-1/+1
* Fix an off-by-one error (> where >= should have been used) which causeddes2002-10-281-6/+5
* Up WARNS to 3 if not building with crypto.fenner2002-10-281-1/+3
* 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-272-7/+38
* Eliminate two cases of undefined behaviour: total in _fetch_write() wasdes2002-10-272-0/+2
* Back out the previous commit, and fix the bug rather than try to hide itsdes2002-10-271-10/+18
* The FTP connection caching needs a better interface -- connections arenjl2002-10-251-0/+4
* Use a warns setting we can catch regressions with.obrien2002-10-201-3/+1
* When recycling a cached connection, increment the reference count so thattjr2002-10-201-1/+1
* HTTP authentication got broken in rev. 1.49.ru2002-10-031-4/+4
* Zap now-unused SHLIB_MINORpeter2002-09-281-1/+0
* 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-172-4/+5
* Surround prototypes with __BEGIN_DECLS / __END_DECLS.des2002-07-221-0/+4
* Cope with 2292bis-01 getaddrinfo (no NI_WITHSCOPEID, always attachume2002-07-021-0/+1
* Reintroduce debugging code that somehow got lost in a previous revision.des2002-06-241-0/+2
* Fix incorrect library ordering. I thought I'd committed this already...des2002-06-211-2/+2
* Don't try to dereference conn when we know it's NULL.des2002-06-191-2/+5
* Add a reference count to struct fetchconn so we don't prematurely close anddes2002-06-113-1/+22
* libfetch now depends on libcrypto and libssl.ru2002-06-061-5/+6
* Make SSL support conditional on NOCRYPT.des2002-06-054-0/+21
* During buildworld, "regular" libraries are built before crypto stuff, sodes2002-06-051-2/+2
* Add SSL support + slight cleanup.des2002-06-054-20/+78
* Wrap everything in struct connection, and enforce timeouts everywheredes2002-06-054-113/+204
* Add the necessary dependencies for SSL.des2002-06-051-0/+2
* Rename struct cookie to struct httpio to avoid confusion (it's not an HTTPdes2002-06-051-50/+50
* Add comments to struct cookie.des2002-06-051-8/+8
* Fix a bug I introduced in the chunk decoder in the previous commit..des2002-06-051-1/+1
* First step towards SSL support: wrap connections in a 'struct connection'des2002-06-054-196/+255
* Do not use __progname directly (except in [gs]etprogname(3)).markm2002-03-291-3/+1
* Modernize my email addressphk2002-03-251-1/+1
* Switch to a self-starting allocation scheme.des2002-02-051-10/+3
* Reindent, and add parentheses to return statements. Some functions indes2002-02-058-1989/+1997
* Eliminate a redundant loop.des2002-02-051-2/+1
* Check the return value from read() when reading the CR/LF at the end of ades2002-01-201-2/+4
* Mark uploads as O_WRONLY, not O_RDONLY.des2002-01-201-2/+6
* Remove long-obsolete README.des2002-01-011-10/+0
* In verbose mode, display the full error message from the server, strippingdes2002-01-011-3/+48
* Remove VT100 escapes from debugging messages now that they're enabled bydes2002-01-014-22/+21
* Don't build with NDEBUG.des2001-12-091-3/+0
* Conditionalize some debugging code that didn't use the DEBUG macro.des2001-12-091-8/+10
* Introduce a fetchDebug global. Change the DEBUG macro so it only runs thedes2001-12-093-1/+5
* Properly handle being redirected to an FTP URL.des2001-12-041-1/+10
* Add prototype for _ftp_request().des2001-12-041-4/+8
* Reorganize to reduce code duplication.des2001-12-041-64/+32
* Add NO_WERROR so the build won't die because of discarded qualifiersdes2001-10-191-0/+2
* 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-185-70/+101
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-3/+3
OpenPOWER on IntegriCloud