summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Declare global variables as extern in headersMichael Forney2019-06-3023-24/+24
* HTML: Viewport width/height in length context are fixed point.Michael Drake2019-06-291-2/+2
* fix freetype pkg-config usage in atari frontendVincent Sanders2019-06-291-2/+23
* attempt to make monkeyfarmer process exit detection more reliableVincent Sanders2019-06-271-5/+5
* fix atari STRIP makefile target to not have a spurious close bracketVincent Sanders2019-06-251-1/+1
* stop the atari toolchain from matching the cstrip binary for the strip oneVincent Sanders2019-06-251-1/+1
* revert 8265b8b66f7072a659dbc0f3e50fe23d6d6a68a1 as ssize_t is not available e...Vincent Sanders2019-06-251-1/+1
* Duktape: Probably should use ssize_tDaniel Silverstone2019-06-151-1/+1
* Duktape: Hopefully silence issue with %lldDaniel Silverstone2019-06-152-1/+4
* monkey_driver.py: Allow for no wrapper to be passedDaniel Silverstone2019-06-151-1/+1
* llcache: Abort cleanly if called back during shutdownDaniel Silverstone2019-06-151-0/+7
* hlcache.c: Clean up LOADING contents during finaliseDaniel Silverstone2019-06-151-4/+26
* Sleepy JS test, handy to alt+f4 during load to check shutdownDaniel Silverstone2019-06-151-0/+13
* Monkey: Support a -w argument to the monkey_driver.pyDaniel Silverstone2019-06-152-8/+25
* prevent out of bounds access when checking IDNA host labelVincent Sanders2019-06-131-1/+1
* allow repeat loops to specify values and navigation to use themVincent Sanders2019-06-121-10/+34
* make the timer-start and timer-restart action name the timer in the same wayVincent Sanders2019-06-122-17/+19
* LLCache: validate max-age before useJohn-Mark Bell2019-06-101-1/+3
* 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