summaryrefslogtreecommitdiff
path: root/atari/filetype.c
Commit message (Collapse)AuthorAgeFilesLines
* Change LOG() macro to be varadicVincent Sanders2015-05-281-2/+2
| | | | | | | | | | | | 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 atari source linendings, whitespace damage and executable statusVincent Sanders2015-05-281-0/+0
|
* Removed unused labelOle Loots2014-09-131-1/+0
|
* Scope reduce variables.Michael Drake2014-05-191-2/+2
|
* Fix line endings.Michael Drake2014-05-191-55/+55
|
* remove unecessary utils/url.h includesVincent Sanders2014-05-091-1/+0
|
* 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
|
* fixed types for simple Mime type detection (which shouldn't have been ↵Ole Loots2011-12-151-3/+3
| | | | | | checked in...) svn path=/trunk/netsurf/; revision=13277
* Fix focus elementOle Loots2011-12-061-19/+47
| | | | svn path=/trunk/netsurf/; revision=13251
* Log mimetypeOle Loots2011-11-231-24/+28
| | | | svn path=/trunk/netsurf/; revision=13173
* added .txt file type.Ole Loots2011-02-251-0/+2
| | | | svn path=/trunk/netsurf/; revision=11811
* Implemented Search DialogOle Loots2011-01-301-0/+0
| | | | svn path=/trunk/netsurf/; revision=11536
* Atari frontend (credit: Ole Loots)John Mark Bell2011-01-051-0/+63
svn path=/trunk/netsurf/; revision=11218