summaryrefslogtreecommitdiff
path: root/windows/filetype.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Clean up more windows frontend issues and split out more functionalityVincent Sanders2015-03-131-3/+10
|
* Improve documentation on mimetype fetcher tableVincent Sanders2014-05-071-6/+0
|
* create table for fetcher operations and move all operations into itVincent Sanders2014-01-231-0/+2
|
* Add Windows frontendVincent Sanders2010-01-311-0/+57
svn path=/trunk/netsurf/; revision=9940