summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* HTTP: expose validity of max-age in Cache-ControlJohn-Mark Bell2019-06-102-0/+18
* LLCache: use Cache-Control parserJohn-Mark Bell2019-06-101-48/+18
* HTTP: add minimal parser for Cache-ControlJohn-Mark Bell2019-06-105-1/+416
* use jmb suggested fix to cache-control header parse errorVincent Sanders2019-06-101-7/+6
* fix parsing of invalid syntax max-age value Cache-control headerVincent Sanders2019-06-101-2/+8
* Check callback memory is allocated before trying to use it.Chris Young2019-06-091-1/+2
* Fix memory leak in Amiga frontendChris Young2019-06-091-1/+4
* NULL drawhandle after freeChris Young2019-06-091-0/+1
* Window.bnd: Suppress some unnecessary stack frame dumpsDaniel Silverstone2019-06-091-3/+3
* browser.c: Don't require > 0 chars in loggingDaniel Silverstone2019-06-091-1/+4
* Window.bnd: Expose isNanDaniel Silverstone2019-06-091-0/+1
* Window.bnd: Do not remove in-train callbacksDaniel Silverstone2019-06-091-8/+17
* Update schedulers return codesVincent Sanders2019-06-083-21/+48
* allow monkey tests to stop navigationVincent Sanders2019-06-062-0/+12
* add ability to stop a navigation in monkey frontendVincent Sanders2019-06-062-1/+31
* detect monkey exit rather than waiting forever for a defunct processVincent Sanders2019-06-061-0/+14
* improve stdout print formattingVincent Sanders2019-06-061-3/+3
* html.c: Correct ordering for reformat timeDaniel Silverstone2019-06-051-1/+1
* extend the monkey test tooling to cope with ssl certificate windowsVincent Sanders2019-06-054-2/+173
* content/fetchers/curl.c: Defer fetch start if inside cURLDaniel Silverstone2019-06-051-0/+16
* monkey-see-monkey-do: Also restore stdout/stderr when successDaniel Silverstone2019-06-041-0/+3
* Document.bnd: createDocumentFragment() unref fragmentDaniel Silverstone2019-06-011-0/+2
* html_script.c: html_script_exec() reqacquire script ptrDaniel Silverstone2019-06-011-0/+5
* Improve javascript unimplemented bnding documentation generationVincent Sanders2019-05-314-1592/+1600
* Fix dump choices test data to align with altered logging levelsVincent Sanders2019-05-311-1/+1
* Fix test target use of logging config definesVincent Sanders2019-05-311-2/+4
* Ensure we set the defaults for the log options to those compiled inDaniel Silverstone2019-05-281-2/+2
* make curl fetcher log debug using NSLOGVincent Sanders2019-05-281-16/+26
* Expose NaN on WindowDaniel Silverstone2019-05-251-0/+1
* Add dodgy window method to clear callbacksDaniel Silverstone2019-05-252-1/+39
* Log when we finalise window objectsDaniel Silverstone2019-05-251-0/+1
* Use generics for makeListProxy properlyDaniel Silverstone2019-05-251-2/+2
* Use generics for makeListProxy properlyDaniel Silverstone2019-05-251-2/+1
* Remove unnecessary generics magicDaniel Silverstone2019-05-251-1/+0
* fix block conditional checks to be orred instead of andedVincent Sanders2019-05-201-12/+22
* allow block to use elapsed timer as a conditionVincent Sanders2019-05-181-9/+28
* update ca bundleVincent Sanders2019-05-181-144/+337
* allow render checks to be emptyVincent Sanders2019-05-181-12/+13
* quieten down windows debugVincent Sanders2019-05-172-13/+18
* Make SimpleRefresh the default.Chris Young2019-05-122-2/+2
* Add a render hook to ensure the browser window is redrawn when neededChris Young2019-05-121-0/+19
* Mark functions as staticChris Young2019-05-101-20/+19
* Hide the message port which is shared amongst all Amiga NetSurf windowsChris Young2019-05-1012-13/+25
* Make the window list more privateChris Young2019-05-105-51/+68
* Use new beep functionChris Young2019-05-102-4/+3
* Make screen pointer accesible through an accessor function onlyChris Young2019-05-1023-32/+66
* Replace global current gui_window with an accessor functionChris Young2019-05-105-15/+26
* make win32 keyboard handling in browsing window functionalVincent Sanders2019-05-091-36/+86
* implement windows clipboard functionalityVincent Sanders2019-05-098-90/+195
* fix os3 buildChris Young2019-05-081-1/+1