| Commit message (Expand) | Author | Files | Lines |
2009-01-03 | log: don't call closelog() on !HAVE_SYSLOG | Max Kellermann | 1 | -0/+2 |
2008-12-29 | log: removed unused logging wrappers | Max Kellermann | 1 | -4/+0 |
2008-12-29 | log: automatically append newline | Max Kellermann | 1 | -4/+19 |
2008-12-28 | Include <pthread.h> where it is necessary only | Thomas Jansen | 1 | -1/+0 |
2008-12-28 | log: use GLib logging | Max Kellermann | 1 | -13/+13 |
2008-12-28 | log: don't keep log file open | Max Kellermann | 1 | -14/+15 |
2008-12-28 | log: support syslog() | Max Kellermann | 1 | -6/+103 |
2008-12-28 | log: moved code to log_init_file() | Max Kellermann | 1 | -15/+27 |
2008-12-28 | log: merged initLog() and open_log_files(). | Max Kellermann | 1 | -6/+1 |
2008-12-28 | log: moved code to parse_log_level() | Max Kellermann | 1 | -15/+17 |
2008-12-28 | log: use the GLogLevelFlags type | Max Kellermann | 1 | -3/+3 |
2008-12-28 | log: don't manipulate the umask | Max Kellermann | 1 | -9/+1 |
2008-12-28 | log: moved code to open_log_file() | Max Kellermann | 1 | -12/+19 |
2008-12-28 | log: deprecated "error_file" option | Max Kellermann | 1 | -26/+2 |
2008-12-20 | log: map log level "SECURE" to GLib's "INFO" | Max Kellermann | 1 | -3/+3 |
2008-12-02 | replaced mpd_printf etc by G_GNUC_PRINTF | Thomas Jansen | 1 | -2/+2 |
2008-12-02 | replaced mpd_noreturn by G_GNUC_NORETURN | Thomas Jansen | 1 | -1/+1 |
2008-11-21 | log: print the log_domain | Max Kellermann | 1 | -2/+6 |
2008-11-14 | log: check the log threshold in log_func() | Max Kellermann | 1 | -0/+3 |
2008-11-09 | log: properly check log_threshold | Daniel Schömer | 1 | -1/+1 |
2008-11-05 | log: check if log_charset is set | Max Kellermann | 1 | -5/+8 |
2008-11-05 | log: convert messages to system charset | Max Kellermann | 1 | -0/+14 |
2008-11-05 | log: use bool | Max Kellermann | 1 | -5/+5 |
2008-11-05 | log: provide a GLib logging handler | Max Kellermann | 1 | -0/+15 |
2008-11-05 | log: use GLib message logging | Max Kellermann | 1 | -20/+15 |
2008-11-05 | log: no CamelCase | Max Kellermann | 1 | -6/+8 |
2008-11-05 | log: removed warning buffer | Max Kellermann | 1 | -76/+2 |
2008-10-29 | log: don't use utils.h | Max Kellermann | 1 | -5/+17 |
2008-10-08 | don't include os_compat.h | Max Kellermann | 1 | -1/+7 |
2008-09-06 | include cleanup | Max Kellermann | 1 | -1/+0 |
2008-08-28 | log.c: thread-safety for warning log | Eric Wong | 1 | -4/+12 |
2008-04-12 | fix sign compare warnings | Max Kellermann | 1 | -1/+1 |
2008-03-26 | zero is a valid file descriptor | Max Kellermann | 1 | -4/+4 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -6/+1 |
2007-09-05 | Redirect stdin *before* we establish a listen socket | Eric Wong | 1 | -29/+0 |
2007-09-04 | log: oops, fix a syntax error | Eric Wong | 1 | -1/+1 |
2007-09-04 | log: better bug avoidance for libraries incorrectly handling fd=0 | Eric Wong | 1 | -2/+16 |
2007-09-02 | Fix endless loop when mpd is launched from a non-interactive shell. | Eric Wong | 1 | -1/+5 |
2007-08-28 | log: cleanup: avoid "magic" numbers | Eric Wong | 1 | -6/+8 |
2007-06-29 | log: flush the warning log after redirecting stderr to the log files | J. Alexander Treuman | 1 | -0/+1 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2007-02-19 | More (v)snprintf-related buffer over-allocations removed | Eric Wong | 1 | -1/+1 |
2007-02-18 | Re-adding a fix to log.c that got pulled with the localization reversion. | J. Alexander Treuman | 1 | -5/+4 |
2007-02-18 | Reverting all of my localization changes. It was a horrible | J. Alexander Treuman | 1 | -19/+8 |
2007-01-14 | Don't initialize globals to zero (or NULL) | Eric Wong | 1 | -5/+5 |
2007-01-08 | Output warning messages in the current locale's charset. | J. Alexander Treuman | 1 | -1/+4 |
2007-01-08 | Fixed some silly logic that caused an extra \n to be printed when flushing | J. Alexander Treuman | 1 | -5/+4 |
2007-01-08 | Convert log messages sent to stdout to the current locale's charset. | J. Alexander Treuman | 1 | -2/+11 |
2006-10-03 | cleanup flushWarningBuffer() and make some for() loops in audio.c look and do... | Warren Dukes | 1 | -10/+16 |
2006-08-22 | get rid of the pointless xopen wrapper, open(2) does not throw errno = EINTR | Eric Wong | 1 | -4/+4 |