WebSurf/content
Michael Drake fa2e3b7784 URL unescape: return the new length to the caller.
The avoids situations were we threw away the length, only for
the caller to have to strlen the returned string.

Note, there seems to be a case of the amiga front end writing
beyond end of allocation.  Added a TODO for now.
2016-07-24 14:03:16 +01:00
..
fetchers URL unescape: return the new length to the caller. 2016-07-24 14:03:16 +01:00
handlers msplit public url database API out for frontends 2016-06-13 23:34:45 +01:00
Makefile Move javascript content handler as appropriate for updated source format 2016-06-07 16:01:04 +01:00
backing_store.h Change backing store fetch operation to always perform the allocations 2015-03-31 20:56:55 +01:00
content.c Update content to split public and internal API 2016-06-06 09:01:38 +01:00
content.h Update content to split public and internal API 2016-06-06 09:01:38 +01:00
content_debug.h reduce content header interdependancy 2016-04-18 23:04:16 +01:00
content_factory.c reduce content header interdependancy 2016-04-18 23:04:16 +01:00
content_factory.h Update content to split public and internal API 2016-06-06 09:01:38 +01:00
content_protected.h Update content to split public and internal API 2016-06-06 09:01:38 +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 Remove include of nsurl from corestrings.h 2015-02-26 16:58:41 +00:00
fetch.c Move fetcher_fdset to fetch.h (and rename to fetch_fdset). Maybe not ideal but better 2016-06-27 21:09:39 +01:00
fetch.h Actually use utils/inet.h instead of sys/select.h 2016-06-27 21:58:09 +01:00
fetchers.h Move fetcher_fdset to fetch.h (and rename to fetch_fdset). Maybe not ideal but better 2016-06-27 21:09:39 +01:00
fs_backing_store.c move misc header into public API 2016-05-30 11:23:32 +01:00
hlcache.c Update content to split public and internal API 2016-06-06 09:01:38 +01:00
hlcache.h reduce unecessary usage of content headers 2016-06-06 16:10:47 +01:00
llcache.c move misc header into public API 2016-05-30 11:23:32 +01:00
llcache.h reduce unecessary usage of content headers 2016-06-06 16:10:47 +01:00
mimesniff.c add missing includes 2014-12-27 22:48:37 +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 remove constness from backing stores store method 2014-11-23 01:37:24 +00:00
urldb.c msplit public url database API out for frontends 2016-06-13 23:34:45 +01:00
urldb.h msplit public url database API out for frontends 2016-06-13 23:34:45 +01:00