netsurf/content/fetchers
Vincent Sanders 4b0c3f0efe add internal query handler for fetch errors
Any errors from the fetch which are not already handled are
  reported with an internal query page instead of a modal
  dialog.

This is much less invasive for the user and much more in
  keeping with how this is handled by other browsers.

The handler is similar to the timeout handler but the
  functionality is kept separate as it is intended timeout
  handling be extended in future.
2019-10-30 18:56:38 +00:00
..
about.c add internal query handler for fetch errors 2019-10-30 18:56:38 +00:00
about.h update fetcher registration API to return an error code. 2014-10-25 17:15:23 +01:00
curl.c fetchers/curl: Restrict AUTH to BASIC 2019-10-21 10:03:46 +01:00
curl.h update fetcher registration API to return an error code. 2014-10-25 17:15:23 +01:00
data.c data url handler: drop logging to DEEPDEBUG. 2019-05-05 20:39:26 +01:00
data.h update fetcher registration API to return an error code. 2014-10-25 17:15:23 +01:00
file.c create netsurf inttypes header to have portable integer formatting macros 2017-01-21 14:20:55 +00:00
file.h update fetcher registration API to return an error code. 2014-10-25 17:15:23 +01:00
Makefile Buildsystem: Make curl/openssl usage build-time options. 2016-08-13 13:31:07 +01:00
resource.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
resource.h update fetcher registration API to return an error code. 2014-10-25 17:15:23 +01:00