summaryrefslogtreecommitdiff
path: root/utils/log.c
Commit message (Expand)AuthorAgeFilesLines
* update fetch debug logging to use catagoryVincent Sanders2017-09-061-0/+1
* add low level cache category and use itVincent Sanders2017-09-061-7/+4
* use nslog library for logging if available.Vincent Sanders2017-09-031-85/+136
* move sys/time.h support functionality out of generic headerVincent Sanders2016-04-191-1/+1
* Fix logging to stderr if verbose_log was set before nslog_init was calledVincent Sanders2015-07-051-2/+5
* Move the browser identification and machine info logging.Vincent Sanders2015-06-211-0/+20
* use logfile as variable name as cocoa gives an error about the symbol type of...Vincent Sanders2015-05-291-8/+8
* Improve logging interface to reduce overheadVincent Sanders2015-05-291-10/+18
* Allow verbose logging to be directed to a fileVincent Sanders2015-05-291-1/+34
* Cast timeval.usec calculations to int as AmigaOS3 has some conflicting header...Chris Young2015-01-191-3/+3
* move verbose log global into logging module and remove netsurf.h includeVincent Sanders2014-01-291-1/+2
* move the logging initialisation out to be call by frontendsVincent Sanders2013-05-231-11/+13
* reduce call overhead on log messagesVincent Sanders2012-11-051-6/+4
* Make log times line up for neatnessDaniel Silverstone2012-07-071-1/+1
* Move timeval_subtract to utils/log.c & make it static, as it's not used anywh...John Mark Bell2011-10-151-1/+29
* Fix build with NDEBUG definedJohn Mark Bell2011-04-031-4/+9
* move logging initialisationVincent Sanders2011-04-021-0/+29
* Log to stderrJohn Mark Bell2011-03-121-0/+15
* Changing Xcode project file to build using the Makefiles and fixed some warni...Sven Weidauer2011-01-311-1/+1
* Fix windows url barVincent Sanders2010-10-171-0/+47