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