summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* add timer cmp,isset and clear to fallback macros and improve file documentationVincent Sanders2019-10-111-3/+21
* make the use of libutf8proc coditionalVincent Sanders2019-10-032-180/+260
* useragent: Add a free_user_agent_string() functionDaniel Silverstone2019-09-072-0/+17
* browser: Turn internal nav URLs into corestring_nsurlsDaniel Silverstone2019-08-211-0/+2
* SSL Error: Enable OpenSSL hostname verificationDaniel Silverstone2019-08-141-2/+2
* add common name ssl certificate errorVincent Sanders2019-08-101-0/+5
* Support SSL verification through new about: handlerDaniel Silverstone2019-08-063-0/+58
* Reimplement handling of BAD_AUTH inside browser_windowDaniel Silverstone2019-08-061-0/+1
* Excise the llcache query pathway.Daniel Silverstone2019-08-052-0/+15
* Dukky: Add and utilise a jserrors categoryDaniel Silverstone2019-08-022-0/+2
* Logging: Also log the level and categoryDaniel Silverstone2019-08-021-4/+7
* update haiku package source name for 3.10 versionVincent Sanders2019-07-171-1/+1
* Declare global variables as extern in headersMichael Forney2019-06-301-1/+1
* prevent out of bounds access when checking IDNA host labelVincent Sanders2019-06-131-1/+1
* HTTP: expose validity of max-age in Cache-ControlJohn-Mark Bell2019-06-102-0/+18
* HTTP: add minimal parser for Cache-ControlJohn-Mark Bell2019-06-105-1/+416
* Add SCRIPT to core domstringsDaniel Silverstone2019-05-051-0/+1
* Add languagechange DOM stringDaniel Silverstone2019-05-031-0/+1
* LOG: Add a dukky logging categoryDaniel Silverstone2019-02-172-0/+2
* make framebuffer use the language environment for the UI resourcesVincent Sanders2019-02-171-21/+47
* ensure filename numeric is not truncated and hence cause output buffer overflowVincent Sanders2018-11-061-1/+3
* ensure output buffer is large enough to not be truncatedVincent Sanders2018-11-061-1/+1
* add sha 256 checksum fallback binary name for openbsdVincent Sanders2018-10-051-0/+1
* fix sha256 file name suffix in scriptVincent Sanders2018-10-051-1/+1
* fix stupid error expanding shell variableVincent Sanders2018-10-041-1/+1
* cope with md5sum being named different things on bsdVincent Sanders2018-10-041-5/+17
* update the deployment script to add sha and md5 checksumsVincent Sanders2018-10-041-11/+13
* improve nsurl query handling.Vincent Sanders2018-09-264-35/+60
* stop defining _XOPEN_SOURCEVincent Sanders2018-09-061-2/+2
* fix up package version on haikuVincent Sanders2018-08-291-1/+1
* remove use of strcpyVincent Sanders2018-08-292-5/+11
* remove a warning on openbsdVincent Sanders2018-08-281-1/+5
* make ssize_t type available on some platformsVincent Sanders2018-08-231-0/+1
* pass PACKAGER variable to pakage build targetVincent Sanders2018-08-211-4/+2
* fix size_t format specifiersVincent Sanders2018-08-181-13/+25
* display some system and environment values in CI build scriptVincent Sanders2018-08-151-0/+5