mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-20 03:02:36 +03:00
798654f910
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. |
||
---|---|---|
.. | ||
about.c | ||
about.h | ||
curl.c | ||
curl.h | ||
data.c | ||
data.h | ||
file.c | ||
file.h | ||
Makefile | ||
resource.c | ||
resource.h |