| Commit message (Expand) | Author | Age | Files | Lines |
* | log: remove umask() calls, just change open(2) args | Eric Wong | 2008-09-22 | 1 | -8/+2 |
* | log.c: thread-safety for warning log | Eric Wong | 2008-08-19 | 1 | -4/+12 |
* | core rewrite (decode,player,outputBuffer,playlist) | Eric Wong | 2008-08-16 | 1 | -0/+1 |
* | fix sign compare warnings | Max Kellermann | 2008-04-12 | 1 | -1/+1 |
* | zero is a valid file descriptor | Max Kellermann | 2008-03-26 | 1 | -4/+4 |
* | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 2008-01-03 | 1 | -6/+1 |
* | Redirect stdin *before* we establish a listen socket | Eric Wong | 2007-09-05 | 1 | -29/+0 |
* | log: oops, fix a syntax error | Eric Wong | 2007-09-04 | 1 | -1/+1 |
* | log: better bug avoidance for libraries incorrectly handling fd=0 | Eric Wong | 2007-09-04 | 1 | -2/+16 |
* | Fix endless loop when mpd is launched from a non-interactive shell. | Eric Wong | 2007-09-02 | 1 | -1/+5 |
* | log: cleanup: avoid "magic" numbers | Eric Wong | 2007-08-28 | 1 | -6/+8 |
* | log: flush the warning log after redirecting stderr to the log files | J. Alexander Treuman | 2007-06-29 | 1 | -0/+1 |
* | The massive copyright update | Avuton Olrich | 2007-04-05 | 1 | -1/+1 |
* | More (v)snprintf-related buffer over-allocations removed | Eric Wong | 2007-02-19 | 1 | -1/+1 |
* | Re-adding a fix to log.c that got pulled with the localization reversion. | J. Alexander Treuman | 2007-02-18 | 1 | -5/+4 |
* | Reverting all of my localization changes. It was a horrible | J. Alexander Treuman | 2007-02-18 | 1 | -19/+8 |
* | Don't initialize globals to zero (or NULL) | Eric Wong | 2007-01-14 | 1 | -5/+5 |
* | Output warning messages in the current locale's charset. | J. Alexander Treuman | 2007-01-08 | 1 | -1/+4 |
* | Fixed some silly logic that caused an extra \n to be printed when flushing | J. Alexander Treuman | 2007-01-08 | 1 | -5/+4 |
* | Convert log messages sent to stdout to the current locale's charset. | J. Alexander Treuman | 2007-01-08 | 1 | -2/+11 |
* | cleanup flushWarningBuffer() and make some for() loops in audio.c look and do... | Warren Dukes | 2006-10-03 | 1 | -10/+16 |
* | get rid of the pointless xopen wrapper, open(2) does not throw errno = EINTR | Eric Wong | 2006-08-22 | 1 | -4/+4 |
* | always support DEBUG() logging, even if -DNDEBUG | Warren Dukes | 2006-08-12 | 1 | -3/+0 |
* | log: oops, brain fart caused a segfault | Eric Wong | 2006-08-03 | 1 | -1/+1 |
* | log: switch to using FILE * for logging, since fdprintf isn't reentrant | Eric Wong | 2006-08-03 | 1 | -12/+15 |
* | logging cleanups | Eric Wong | 2006-08-01 | 1 | -33/+195 |
* | remove deprecated myfprintf wrapper | Eric Wong | 2006-07-30 | 1 | -1/+1 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -25/+30 |
* | sparse: ANSI-fy function declarations | Eric Wong | 2006-07-17 | 1 | -2/+2 |
* | Change shank's email address | J. Alexander Treuman | 2006-07-14 | 1 | -1/+1 |
* | Huge header update, update the copyright and add | Avuton Olrich | 2006-07-13 | 1 | -1/+1 |
* | if no audioOutput specified, we no attempt to detect if there exists a usable... | Warren Dukes | 2005-03-12 | 1 | -0/+3 |
* | merge shank-rewrite-config changes | Warren Dukes | 2004-10-28 | 1 | -4/+12 |
* | Add WARNING log method. it's the same as ERROR, except that when mpd starts, | Warren Dukes | 2004-06-12 | 1 | -1/+40 |
* | add vim shiznit to end of all source files | Warren Dukes | 2004-04-14 | 1 | -0/+1 |
* | import from SF CVS | Warren Dukes | 2004-02-23 | 1 | -0/+39 |