xbps/lib/fetch
Juan RP d6aebd45f0
fetch/http.c: fix tcc build failure.
fetch/http.c:1475: warning: function might return no value: 'parse_index'

The code uses abort() before returning anything; return a proper
return value instead.
2019-06-26 14:57:39 +02:00
..
common.c lib/fetch: happy_eyeballs_connect check for waiting connections before 2019-06-23 12:14:21 +02:00
common.h lib/fetch: default port, error checks and authentication support 2016-09-02 17:50:05 +02:00
errlist.sh
fetch.c lib/fetch: set connect timeout to 300 seconds 2019-06-20 11:32:12 +02:00
fetch.h lib/fetch: add happy eyeballs connect algorithm (RFC6555/RFC8305) 2019-04-19 22:58:50 +02:00
file.c libfetch: misc cleanups due to nbcompat removal. 2014-12-28 03:34:36 +01:00
ftp.c Fix compilation in ftp.c 2017-08-22 18:03:32 -04:00
ftp.errors
http.c fetch/http.c: fix tcc build failure. 2019-06-26 14:57:39 +02:00
http.errors libfetch: merge some features from FreeBSD: 2015-10-24 07:52:30 +02:00