summaryrefslogtreecommitdiff
path: root/content/fetchers/data.h
Commit message (Collapse)AuthorAgeFilesLines
* update fetcher registration API to return an error code.Vincent Sanders2014-10-251-2/+8
| | | | | | | | By using an error code return we can gracefully handle fetcher registration faliures instead of just immediately aborting. The curl handler was also cleaned up and documentation improved as a side effect.
* clean up the fetcher factory and improve its APIVincent Sanders2014-06-191-1/+1
|
* add about: fetcher Vincent Sanders2011-02-151-0/+28
rename fetchers to be more sensible svn path=/trunk/netsurf/; revision=11692