WebSurf/content
Vincent Sanders 02bbaa3e88 split version info into its own header and remove unnecessary nesurf.h includes
The netsurf.h header should *only* contain the registration, core
initialisation and finalisation methods. Version information is best
placed in its own header.

Also remove any unneeded inclusion of this header limiting it to
solely the places the relevant API is required.
2014-10-13 15:08:16 +01:00
..
fetchers split version info into its own header and remove unnecessary nesurf.h includes 2014-10-13 15:08:16 +01:00
Makefile Add filesystem based backing store 2014-05-13 15:53:02 +01:00
backing_store.h low level source data cache backing store interface. 2014-05-12 23:47:43 +01:00
content.c fix DOM tree dump debug 2014-08-04 00:37:21 +01:00
content.h fix DOM tree dump debug 2014-08-04 00:37:21 +01:00
content_factory.c Virtualise content handler finalisation calls. Remove pointless implementations. 2011-09-15 22:47:50 +00:00
content_factory.h Include utils.h for NOF_ELEMENTS 2011-10-27 00:57:59 +00:00
content_protected.h fix DOM tree dump debug 2014-08-04 00:37:21 +01:00
content_type.h remove content include from urldb header 2014-07-17 00:18:44 +01:00
dirlist.c rework path to url mapping functions to convert from and to nsurl 2014-05-26 23:52:36 +01:00
dirlist.h rework path to url mapping functions to convert from and to nsurl 2014-05-26 23:52:36 +01:00
fetch.c split version info into its own header and remove unnecessary nesurf.h includes 2014-10-13 15:08:16 +01:00
fetch.h clean up the fetcher factory and improve its API 2014-06-19 18:27:24 +01:00
fetchers.h add incomplete scheme fetcher for javascript urls 2014-08-25 15:59:52 -07:00
fs_backing_store.c version 1.1 of the backing store disc layout using base32 encoded 2014-07-04 17:09:28 +01:00
hlcache.c clean up the fetcher factory and improve its API 2014-06-19 18:27:24 +01:00
hlcache.h clean up the fetcher factory and improve its API 2014-06-19 18:27:24 +01:00
llcache.c clean up the fetcher factory and improve its API 2014-06-19 18:27:24 +01:00
llcache.h clean up the fetcher factory and improve its API 2014-06-19 18:27:24 +01:00
mimesniff.c fix sign extension issue on 64bit platforms (coverity 1109898) 2014-02-04 13:24:25 +00:00
mimesniff.h Bypass full type sniffer if only images are acceptable 2012-02-08 00:52:16 +00:00
no_backing_store.c low level source data cache backing store interface. 2014-05-12 23:47:43 +01:00
urldb.c Remove unused #include 2014-05-15 21:47:40 +01:00
urldb.h remove content include from urldb header 2014-07-17 00:18:44 +01:00