index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
log.c
Age
Commit message (
Expand
)
Author
2008-01-27
Redirect stdin *before* we establish a listen socket
Eric Wong
2008-01-26
Fix endless loop when mpd is launched from a non-interactive shell.
Eric Wong
2007-04-05
The massive copyright update
Avuton Olrich
2007-02-19
More (v)snprintf-related buffer over-allocations removed
Eric Wong
2007-02-18
Re-adding a fix to log.c that got pulled with the localization reversion.
J. Alexander Treuman
2007-02-18
Reverting all of my localization changes. It was a horrible
J. Alexander Treuman
2007-01-14
Don't initialize globals to zero (or NULL)
Eric Wong
2007-01-08
Output warning messages in the current locale's charset.
J. Alexander Treuman
2007-01-08
Fixed some silly logic that caused an extra \n to be printed when flushing
J. Alexander Treuman
2007-01-08
Convert log messages sent to stdout to the current locale's charset.
J. Alexander Treuman
2006-10-03
cleanup flushWarningBuffer() and make some for() loops in audio.c look and do...
Warren Dukes
2006-08-22
get rid of the pointless xopen wrapper, open(2) does not throw errno = EINTR
Eric Wong
2006-08-12
always support DEBUG() logging, even if -DNDEBUG
Warren Dukes
2006-08-03
log: oops, brain fart caused a segfault
Eric Wong
2006-08-03
log: switch to using FILE * for logging, since fdprintf isn't reentrant
Eric Wong
2006-08-01
logging cleanups
Eric Wong
2006-07-30
remove deprecated myfprintf wrapper
Eric Wong
2006-07-20
Add mpd-indent.sh
Avuton Olrich
2006-07-17
sparse: ANSI-fy function declarations
Eric Wong
2006-07-14
Change shank's email address
J. Alexander Treuman
2006-07-13
Huge header update, update the copyright and add
Avuton Olrich
2005-03-12
if no audioOutput specified, we no attempt to detect if there exists a usable...
Warren Dukes
2004-10-28
merge shank-rewrite-config changes
Warren Dukes
2004-06-12
Add WARNING log method. it's the same as ERROR, except that when mpd starts,
Warren Dukes
2004-04-14
add vim shiznit to end of all source files
Warren Dukes
2004-02-23
import from SF CVS
Warren Dukes