netsurf/content/fetchers
Vincent Sanders 798654f910 remove curl fetchers use of the wallclock API
The wallclock() API uses gettimeofday which can be affected by the the
systems clock being changed etc. The curl fetcher usage of this API is
to generate a timing delta and does not cope with the gettimeofday
issues.

This changes the fetcher to use the nsutils library monotonic time
function which does not suffer from the issues with gettimeofday.
2016-04-19 14:18:09 +01:00
..
about.c Reduce unecessary use of directory entry headers 2016-04-19 11:21:06 +01:00
about.h update fetcher registration API to return an error code. 2014-10-25 17:15:23 +01:00
curl.c remove curl fetchers use of the wallclock API 2016-04-19 14:18:09 +01:00
curl.h update fetcher registration API to return an error code. 2014-10-25 17:15:23 +01:00
data.c Fix size_t printf formatting 2016-03-17 22:00:54 +00:00
data.h update fetcher registration API to return an error code. 2014-10-25 17:15:23 +01:00
file.c move dir_sort_alpha function from generic utils to one specific place it is used 2016-04-19 12:01:05 +01:00
file.h update fetcher registration API to return an error code. 2014-10-25 17:15:23 +01:00
Makefile move testament output to object directory instead of modifying source 2014-04-08 11:41:58 +01:00
resource.c Reduce unecessary use of directory entry headers 2016-04-19 11:21:06 +01:00
resource.h update fetcher registration API to return an error code. 2014-10-25 17:15:23 +01:00