summaryrefslogtreecommitdiff
path: root/monkey/filetype.c
Commit message (Collapse)AuthorAgeFilesLines
* Complete hash table tests and clean up ineterface.Vincent Sanders2015-07-121-26/+0
|
* Change LOG() macro to be varadicVincent Sanders2015-05-281-1/+1
| | | | | | | | | | | | 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.
* check return from stat() fixes coverity 1164069Vincent Sanders2014-05-071-3/+20
|
* create table for fetcher operations and move all operations into itVincent Sanders2014-01-231-9/+5
|
* Add a deaf monkey frontend. TODO: Make it listenDaniel Silverstone2011-03-121-0/+227
svn path=/trunk/netsurf/; revision=11968