netsurf/content/fetchers
John-Mark Bell e3a6ad7173 Fetch/curl: expose socket open/close via fetch vtable
This allows frontends to customise the behaviour of sockets. The
default implementation simply maps to socket(2)/close(2).
2024-03-13 23:03:34 +00:00
..
about fetchers: drop support for ancient OpenSSL 2024-03-13 21:26:01 +00:00
file Avoid integer types with platform dependent size 2023-06-17 10:29:39 +01:00
curl.c Fetch/curl: expose socket open/close via fetch vtable 2024-03-13 23:03:34 +00:00
curl.h update fetcher registration API to return an error code. 2014-10-25 17:15:23 +01:00
data.c fetchers: Rework the about, data, file, and resource fetcher poll loop 2020-02-24 14:25:37 +00:00
data.h update fetcher registration API to return an error code. 2014-10-25 17:15:23 +01:00
Makefile move about fetcher into its own directory 2020-09-20 10:54:48 +01:00
resource.c fetchers: Rework the about, data, file, and resource fetcher poll loop 2020-02-24 14:25:37 +00:00
resource.h update fetcher registration API to return an error code. 2014-10-25 17:15:23 +01:00