summaryrefslogtreecommitdiff
path: root/desktop/gui_fetch.h
Commit message (Collapse)AuthorAgeFilesLines
* create date and time to seconds since epoch processing utility functionVincent Sanders2016-04-161-2/+2
| | | | | | | currently NetSurf uses curl_getdate to convert textural date and time strings into seconds since epoch. It is betetr to move this functionality to a utility function so curl_getdate can easily be replaced if required.
* Allow the resource scheme to provide data directly.Vincent Sanders2015-06-171-2/+29
| | | | | | This allows front ends to provide resources from compiled in data instead of requiring the resources to be available on disc and forcing a redirect.
* Split up graphical user interface operations table headersVincent Sanders2014-10-161-0/+77
This is the initial part of a series which splits up the API interface definitions for the frontends removing a great deal of unnecessary file inclusion and further isolates the fronted API usage from the core