aboutsummaryrefslogtreecommitdiffstats
path: root/src/log.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-22log: remove umask() calls, just change open(2) argsEric Wong1-8/+2
2008-08-19log.c: thread-safety for warning logEric Wong1-4/+12
2008-08-16core rewrite (decode,player,outputBuffer,playlist)Eric Wong1-0/+1
2008-04-12fix sign compare warningsMax Kellermann1-1/+1
2008-03-26zero is a valid file descriptorMax Kellermann1-4/+4
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-6/+1
2007-09-05Redirect stdin *before* we establish a listen socketEric Wong1-29/+0
2007-09-04log: oops, fix a syntax errorEric Wong1-1/+1
2007-09-04log: better bug avoidance for libraries incorrectly handling fd=0Eric Wong1-2/+16
2007-09-02Fix endless loop when mpd is launched from a non-interactive shell.Eric Wong1-1/+5
2007-08-28log: cleanup: avoid "magic" numbersEric Wong1-6/+8
2007-06-29log: flush the warning log after redirecting stderr to the log filesJ. Alexander Treuman1-0/+1
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-02-19More (v)snprintf-related buffer over-allocations removedEric Wong1-1/+1
2007-02-18Re-adding a fix to log.c that got pulled with the localization reversion.J. Alexander Treuman1-5/+4
2007-02-18Reverting all of my localization changes. It was a horribleJ. Alexander Treuman1-19/+8
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong1-5/+5
2007-01-08Output warning messages in the current locale's charset.J. Alexander Treuman1-1/+4
2007-01-08Fixed some silly logic that caused an extra \n to be printed when flushingJ. Alexander Treuman1-5/+4
2007-01-08Convert log messages sent to stdout to the current locale's charset.J. Alexander Treuman1-2/+11
2006-10-03cleanup flushWarningBuffer() and make some for() loops in audio.c look and do...Warren Dukes1-10/+16
2006-08-22get rid of the pointless xopen wrapper, open(2) does not throw errno = EINTREric Wong1-4/+4
2006-08-12always support DEBUG() logging, even if -DNDEBUGWarren Dukes1-3/+0
2006-08-03log: oops, brain fart caused a segfaultEric Wong1-1/+1
2006-08-03log: switch to using FILE * for logging, since fdprintf isn't reentrantEric Wong1-12/+15
2006-08-01logging cleanupsEric Wong1-33/+195
2006-07-30remove deprecated myfprintf wrapperEric Wong1-1/+1
2006-07-20Add mpd-indent.shAvuton Olrich1-25/+30
2006-07-17sparse: ANSI-fy function declarationsEric Wong1-2/+2
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2005-03-12if no audioOutput specified, we no attempt to detect if there exists a usable...Warren Dukes1-0/+3
2004-10-28merge shank-rewrite-config changesWarren Dukes1-4/+12
2004-06-12Add WARNING log method. it's the same as ERROR, except that when mpd starts,Warren Dukes1-1/+40
2004-04-14add vim shiznit to end of all source filesWarren Dukes1-0/+1