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