summaryrefslogtreecommitdiff
path: root/monkey/schedule.c
Commit message (Collapse)AuthorAgeFilesLines
* fix debug print format type.Vincent Sanders2016-02-121-3/+3
| | | | | openbsd timeval structure defines the seconds part as time_t and not int so we need to use a time_t format suitable everywhere.
* remove reliance on GLib from monkey frontendVincent Sanders2016-02-121-102/+182
| | | | | This changes the monkey implemntation to use a simple scheduler list and select instead of glib events.
* Change LOG() macro to be varadicVincent Sanders2015-05-281-9/+8
| | | | | | | | | | | | This changes the LOG macro to be varadic removing the need for all callsites to have double bracketing and allows for future improvement on how we use the logging macros. The callsites were changed with coccinelle and the changes checked by hand. Compile tested for several frontends but not all. A formatting annotation has also been added which allows the compiler to check the parameters and types passed to the logging.
* move scheduleing into browser operation tableVincent Sanders2014-03-091-8/+15
|
* stop monkey pulling in headers from gtkVincent Sanders2014-02-031-1/+2
|
* Move schedule.h to utils/John Mark Bell2011-03-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=12039
* Shunt the schedule function definitions to desktop/schedule.h. Shunt the ↵Daniel Silverstone2011-03-131-1/+1
| | | | | | hlcache/llcache to using schedule to get their cleanups run. svn path=/trunk/netsurf/; revision=12029
* Bunch of extra debugDaniel Silverstone2011-03-121-4/+12
| | | | svn path=/trunk/netsurf/; revision=12001
* Add a deaf monkey frontend. TODO: Make it listenDaniel Silverstone2011-03-121-0/+128
svn path=/trunk/netsurf/; revision=11968