summaryrefslogtreecommitdiff
path: root/javascript/fetcher.c
Commit message (Collapse)AuthorAgeFilesLines
* Move javascript content handler as appropriate for updated source formatVincent Sanders2016-06-071-217/+0
|
* Split utils header into string functions and everything elseVincent Sanders2016-04-211-23/+4
| | | | | split out the string handling API from the rest of the utils header and fix up all the fallout.
* Reduce unecessary use of directory entry headersVincent Sanders2016-04-191-1/+0
| | | | | | | The config header was causing many source files to unecessarily include the dirent headers causing extra dependancies. This has been fixed by providing a utility dirent header that provides a common API across all platforms while removing the unecessary dirent header usage.
* Update the core to use the split operations table headersVincent Sanders2014-10-161-1/+0
| | | | Second in the series to decouple the core API usage from the frontends.
* add incomplete scheme fetcher for javascript urlsVincent Sanders2014-08-251-0/+238