summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* NS colour: Add colour scheme for text inputs.Michael Drake2020-05-232-0/+11
* corestrings: Add a key for canvas node dataDaniel Silverstone2020-05-221-0/+1
* nsurl: Expose scheme type accessor.Michael Drake2020-05-193-12/+28
* move ssl certificate serialisation into a url to the ssl_cert utility codeVincent Sanders2020-05-091-0/+73
* nscolour: Add function to get nscolour stylesheet.Michael Drake2020-04-072-0/+86
* Buildsystem: Build the nscolour module.Michael Drake2020-04-071-0/+1
* nscolour: Add nscolour module for NetSurf UI colours.Michael Drake2020-04-072-0/+258
* nsoption: Improve how we show colours in about:config.Michael Drake2020-04-071-4/+9
* nsoption: Use colour_rb_swap macro.Michael Drake2020-04-071-3/+1
* nsurl: Fix parent path length.Michael Drake2020-03-131-1/+1
* fix nsurl sizeof/offsetofOri Bernstein2020-03-121-2/+2
* nsurl: Make nusrl component dump more usable.Michael Drake2020-03-113-45/+44
* Use nsamiga as defined in makefileChris Young2020-03-061-1/+1
* Mod os3support files so file.c buildsChris Young2020-03-061-0/+4
* utils/file: Add netsurf_recursive_rmDaniel Silverstone2020-02-242-0/+86
* about scheme certificate viewer initial implementationVincent Sanders2020-02-241-0/+87
* hashmap: Fix a whitespace bogonDaniel Silverstone2020-02-241-1/+1
* Hashmap: Check for failure of first malloc.Michael Drake2020-02-241-0/+3
* corestrings: add '443'Daniel Silverstone2020-02-231-0/+1
* ssl_certs: Add dup_intoDaniel Silverstone2020-02-231-0/+37
* utils: Add hashmap_count()Daniel Silverstone2020-02-232-3/+28
* utils: Fix destroy of non-empty hashmapDaniel Silverstone2020-02-231-2/+3
* utils: Add iteration API to hashmapDaniel Silverstone2020-02-232-0/+41
* utils: Add hashmap to sourcesDaniel Silverstone2020-02-231-0/+1
* utils: Add hashmap parameter function typesDaniel Silverstone2020-02-231-6/+36
* Keep the complete certificate chain from a fetchVincent Sanders2020-02-232-0/+139
* utils: Add a generic hashmap and tests for itDaniel Silverstone2020-02-232-0/+352
* JS: Add DOMImplementation::createHTMLDocumentDaniel Silverstone2020-02-211-0/+2
* limit monkey backtrace generation to libc where it is availableVincent Sanders2020-01-111-0/+6
* Add certificate-missing error codeDaniel Silverstone2019-12-031-0/+4
* fix coverity build target for gtk target changeVincent Sanders2019-12-021-2/+2
* CI: Update jenkins for gtk2 rename.Michael Drake2019-12-021-2/+2
* corestrings: Add DOM event keypress strings.Michael Drake2019-12-011-0/+9
* Add x-ns-css corestringDaniel Silverstone2019-12-011-0/+1
* fix compatability macros setup for NetBSDNiclas Rosenvik2019-11-131-1/+11
* make config detection macro more obviousVincent Sanders2019-11-131-1/+7
* Utils: ring: Remove unused code.Michael Drake2019-11-101-31/+0
* Utils: ring: Whitespace fix.Michael Drake2019-11-101-1/+1
* move the fallback text for about handler into messages handlerVincent Sanders2019-10-303-29/+85
* add internal query handler for fetch errorsVincent Sanders2019-10-301-0/+2
* add internal query page for request timeoutsVincent Sanders2019-10-291-0/+2
* Improve timeout error messagingVincent Sanders2019-10-282-0/+5
* another attempt to provide strtoull on amiga os 3Vincent Sanders2019-10-201-1/+1
* add missing include for amiga os 3 strtoullVincent Sanders2019-10-201-0/+2
* attempt a different fix for amiga os 3 strtoullVincent Sanders2019-10-203-4/+21
* amiga os 3 does not have strtoull so use strtoul as next best thingVincent Sanders2019-10-201-0/+4
* improve human_friendly_bytesize to cope with sizes up to 16 exibytesVincent Sanders2019-10-192-16/+58
* improve brackets in fallback timeval macrosVincent Sanders2019-10-121-3/+3
* add regex compatability to utils and enable it for serenity OSVincent Sanders2019-10-123-12/+128
* Update utils configuration header to cope with serenity OSVincent Sanders2019-10-111-4/+15