summaryrefslogtreecommitdiff
path: root/src/log.c
AgeCommit message (Expand)Author
2009-01-02log: automatically append newlineMax Kellermann
2008-12-20log: map log level "SECURE" to GLib's "INFO"Max Kellermann
2008-12-02replaced mpd_printf etc by G_GNUC_PRINTFThomas Jansen
2008-12-02replaced mpd_noreturn by G_GNUC_NORETURNThomas Jansen
2008-11-21log: print the log_domainMax Kellermann
2008-11-14log: check the log threshold in log_func()Max Kellermann
2008-11-09log: properly check log_thresholdDaniel Schömer
2008-11-05log: check if log_charset is setMax Kellermann
2008-11-05log: convert messages to system charsetMax Kellermann
2008-11-05log: use boolMax Kellermann
2008-11-05log: provide a GLib logging handlerMax Kellermann
2008-11-05log: use GLib message loggingMax Kellermann
2008-11-05log: no CamelCaseMax Kellermann
2008-11-05log: removed warning bufferMax Kellermann
2008-10-29log: don't use utils.hMax Kellermann
2008-10-08don't include os_compat.hMax Kellermann
2008-09-06include cleanupMax Kellermann
2008-08-28log.c: thread-safety for warning logEric Wong
2008-04-12fix sign compare warningsMax Kellermann
2008-03-26zero is a valid file descriptorMax Kellermann
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong
2007-09-05Redirect stdin *before* we establish a listen socketEric Wong
2007-09-04log: oops, fix a syntax errorEric Wong
2007-09-04log: better bug avoidance for libraries incorrectly handling fd=0Eric Wong
2007-09-02Fix endless loop when mpd is launched from a non-interactive shell.Eric Wong
2007-08-28log: cleanup: avoid "magic" numbersEric Wong
2007-06-29log: flush the warning log after redirecting stderr to the log filesJ. Alexander Treuman
2007-04-05The massive copyright updateAvuton Olrich
2007-02-19More (v)snprintf-related buffer over-allocations removedEric Wong
2007-02-18Re-adding a fix to log.c that got pulled with the localization reversion.J. Alexander Treuman
2007-02-18Reverting all of my localization changes. It was a horribleJ. Alexander Treuman
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong
2007-01-08Output warning messages in the current locale's charset.J. Alexander Treuman
2007-01-08Fixed some silly logic that caused an extra \n to be printed when flushingJ. Alexander Treuman
2007-01-08Convert log messages sent to stdout to the current locale's charset.J. Alexander Treuman
2006-10-03cleanup flushWarningBuffer() and make some for() loops in audio.c look and do...Warren Dukes
2006-08-22get rid of the pointless xopen wrapper, open(2) does not throw errno = EINTREric Wong
2006-08-12always support DEBUG() logging, even if -DNDEBUGWarren Dukes
2006-08-03log: oops, brain fart caused a segfaultEric Wong
2006-08-03log: switch to using FILE * for logging, since fdprintf isn't reentrantEric Wong
2006-08-01logging cleanupsEric Wong
2006-07-30remove deprecated myfprintf wrapperEric Wong
2006-07-20Add mpd-indent.shAvuton Olrich
2006-07-17sparse: ANSI-fy function declarationsEric Wong
2006-07-14Change shank's email addressJ. Alexander Treuman
2006-07-13Huge header update, update the copyright and addAvuton Olrich
2005-03-12if no audioOutput specified, we no attempt to detect if there exists a usable...Warren Dukes
2004-10-28merge shank-rewrite-config changesWarren Dukes
2004-06-12Add WARNING log method. it's the same as ERROR, except that when mpd starts,Warren Dukes
2004-04-14add vim shiznit to end of all source filesWarren Dukes