WebSurf/utils
Michael Drake 32d9de461e util: corestring: Add DOM "reversed" string. 2021-02-10 17:59:12 +00:00
..
http HTTP: expose validity of max-age in Cache-Control 2019-06-10 21:35:36 +00:00
nsurl nsurl: Expose scheme type accessor. 2020-05-19 21:01:09 +01:00
Makefile split tools and utils 2020-06-27 23:30:54 +01:00
ascii.h ASCII: Add function for converting two hex chars to value. 2017-03-27 15:37:25 +01:00
bloom.c Add unit test for bloom filter 2015-07-10 10:48:26 +01:00
bloom.h Painfully trivial bloom filter implementation to experiment with optimising urldb lookups 2013-05-16 17:15:29 +01:00
config.h limit monkey backtrace generation to libc where it is available 2020-01-11 10:23:14 +00:00
corestringlist.h util: corestring: Add DOM "reversed" string. 2021-02-10 17:59:12 +00:00
corestrings.c rework corestring implementation 2017-03-19 14:27:05 +00:00
corestrings.h rework corestring implementation 2017-03-19 14:27:05 +00:00
dirent.h stop defining _XOPEN_SOURCE 2018-09-06 11:33:02 +01:00
errors.h Improve timeout error messaging 2019-10-28 23:50:01 +00:00
file.c Use nsamiga as defined in makefile 2020-03-06 20:35:56 +00:00
file.h utils/file: Add netsurf_recursive_rm 2020-02-24 21:01:25 +00:00
filename.c ensure filename numeric is not truncated and hence cause output buffer overflow 2018-11-06 21:59:50 +00:00
filename.h Use compiler environment to control riscos header usage 2016-02-15 15:00:57 +00:00
filepath.c make framebuffer use the language environment for the UI resources 2019-02-17 00:11:27 +00:00
filepath.h remove use of strcpy 2018-08-29 10:24:23 +01:00
hashmap.c hashmap: Fix a whitespace bogon 2020-02-24 10:28:41 +00:00
hashmap.h utils: Add hashmap_count() 2020-02-23 20:59:40 +00:00
hashtable.c move the fallback text for about handler into messages handler 2019-10-30 21:33:27 +00:00
hashtable.h add hash table population from file or memory 2018-04-22 14:03:18 +01:00
http.h HTTP: add minimal parser for Cache-Control 2019-06-10 21:02:19 +00:00
idna.c idna: Do not overcopy utf8 buffer as though it were ucs4 2020-05-24 10:38:21 +01:00
idna.h make the use of libutf8proc coditional 2019-10-03 00:28:08 +01:00
idna_props.h update idna properties to unicode 11 2020-06-27 23:30:54 +01:00
inet.h Fix several doxygen errors 2016-05-05 22:41:03 +01:00
libdom.c doxygen cleanups in utils 2014-11-12 23:27:13 +00:00
libdom.h Fix my spelling of teh everywhere 2014-11-18 17:16:26 +00:00
log.c Dukky: Add and utilise a jserrors category 2019-08-02 10:12:45 +01:00
log.h Dukky: Add and utilise a jserrors category 2019-08-02 10:12:45 +01:00
messages.c Add certificate-missing error code 2019-12-03 09:41:58 +00:00
messages.h move the fallback text for about handler into messages handler 2019-10-30 21:33:27 +00:00
nscolour.c ensure background fraction is a proper fraction 2020-06-29 08:50:39 +01:00
nscolour.h NS colour: Add colour scheme for text inputs. 2020-05-23 21:33:42 +01:00
nsoption.c Improve user choices file processing 2020-06-27 23:24:59 +01:00
nsoption.h clean up some of the doxygen generation warnings 2017-02-19 11:32:17 +00:00
nsurl.h nsurl: Expose scheme type accessor. 2020-05-19 21:01:09 +01:00
punycode.c Import Punycode reference implementation. 2014-06-04 13:24:24 +01:00
punycode.h Import Punycode reference implementation. 2014-06-04 13:24:24 +01:00
regex.h add regex compatability to utils and enable it for serenity OS 2019-10-12 14:50:49 +01:00
ring.h Utils: ring: Remove unused code. 2019-11-10 14:36:40 +00:00
ssl_certs.c move ssl certificate serialisation into a url to the ssl_cert utility code 2020-05-09 22:42:12 +01:00
string.h improve human_friendly_bytesize to cope with sizes up to 16 exibytes 2019-10-19 18:20:00 +01:00
sys_time.h improve brackets in fallback timeval macros 2019-10-12 15:41:19 +01:00
talloc.c Fix build on 64-bit Haiku 2015-07-14 09:12:44 +01:00
talloc.h Update to last LGPL2+ version of talloc. 2008-07-07 17:41:29 +00:00
time.c ensure output buffer is large enough to not be truncated 2018-11-06 21:57:23 +00:00
time.h move time function to apropriate header 2016-04-19 10:36:35 +01:00
url.c url: Use ascii module, rather than ctype for locale safetly. 2016-08-13 12:05:55 +01:00
url.h URL escape: Improve API documentation. 2016-07-25 09:04:35 +01:00
useragent.c useragent: Add a free_user_agent_string() function 2019-09-07 15:22:52 +01:00
useragent.h useragent: Add a free_user_agent_string() function 2019-09-07 15:22:52 +01:00
utf8.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
utf8.h Fix several doxygen issues 2014-11-08 11:38:20 +00:00
utils.c another attempt to provide strtoull on amiga os 3 2019-10-20 16:45:00 +01:00
utils.h attempt a different fix for amiga os 3 strtoull 2019-10-20 09:48:24 +01:00
utsname.h Fix my spelling of teh everywhere 2014-11-18 17:16:26 +00:00