summaryrefslogtreecommitdiff
path: root/content/fetchers.h
Commit message (Collapse)AuthorAgeFilesLines
* Move fetcher_fdset to fetch.h (and rename to fetch_fdset). Maybe not ideal ↵Daniel Silverstone2016-06-271-26/+0
| | | | but better
* Refactor the fdset acquisition into the fetchers to stop fetch.c including ↵Daniel Silverstone2016-06-271-0/+6
| | | | curl.h
* Reduce unecessary use of networking headersVincent Sanders2016-04-171-1/+1
| | | | | | | | The utility configuration header dragged in a number of bsd sockets and related API as a side effect of setting up the configuration. By splitting the header and API setup into a separate header only the small number of places that need the functionality explitly include it.
* Fix my spelling of teh everywhereVincent Sanders2014-11-181-1/+1
|
* Doxygen cleanupsVincent Sanders2014-11-091-4/+4
|
* add incomplete scheme fetcher for javascript urlsVincent Sanders2014-08-251-5/+16
|
* fix fetchers include on windowsVincent Sanders2014-07-011-1/+1
|
* make fetchers scheduledVincent Sanders2014-06-261-5/+27
|
* clean up the fetcher factory and improve its APIVincent Sanders2014-06-191-0/+119