| Commit message (Expand) | Author | Age | Files | Lines |
* | conf: turn config_get_path() into config_dup_path() | Max Kellermann | 2011-09-09 | 1 | -4/+12 |
* | log: print detailed errno message on open() failure | Max Kellermann | 2011-09-09 | 1 | -2/+2 |
* | log: return GError on initialization failure | Max Kellermann | 2011-09-09 | 1 | -9/+19 |
* | copyright year 2011 | Max Kellermann | 2011-01-29 | 1 | -1/+1 |
* | eliminate g_error() usage | Thomas Jansen | 2010-09-25 | 1 | -8/+9 |
* | log: /dev/null doesn't exist on win32. | Avuton Olrich | 2010-05-08 | 1 | -0/+2 |
* | Update copyright notices. | Avuton Olrich | 2009-12-31 | 1 | -1/+1 |
* | include config.h in all sources | Max Kellermann | 2009-11-12 | 1 | -1/+1 |
* | fd_util: removed creat_cloexec() | Max Kellermann | 2009-11-10 | 1 | -1/+1 |
* | set the close-on-exec flag on all file descriptors | Max Kellermann | 2009-11-07 | 1 | -1/+2 |
* | log: redirect stdout/stderr to /dev/null if syslog is used | Max Kellermann | 2009-11-07 | 1 | -1/+4 |
* | log: fix double free() bug during shutdown | Max Kellermann | 2009-07-05 | 1 | -6/+2 |
* | log: removed "unused" attribute from log_level parameter | Max Kellermann | 2009-04-10 | 1 | -1/+1 |
* | log: removed DEBUG() and FATAL() | Max Kellermann | 2009-03-15 | 1 | -24/+0 |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -6/+7 |
* | added G_LOG_DOMAIN macros to several libraries | Max Kellermann | 2009-02-19 | 1 | -0/+3 |
* | log: added log_early_init() for early debug messages | Max Kellermann | 2009-02-19 | 1 | -0/+9 |
* | conf: const pointers in block get functions | Max Kellermann | 2009-01-25 | 1 | -3/+2 |
* | conf: no CamelCase, part I | Max Kellermann | 2009-01-17 | 1 | -3/+3 |
* | log, pcm_convert: added return statements after g_error() | Max Kellermann | 2009-01-15 | 1 | -1/+3 |
* | log: don't call closelog() on !HAVE_SYSLOG | Max Kellermann | 2009-01-03 | 1 | -0/+2 |
* | log: removed unused logging wrappers | Max Kellermann | 2008-12-29 | 1 | -4/+0 |
* | log: automatically append newline | Max Kellermann | 2008-12-29 | 1 | -4/+19 |
* | Include <pthread.h> where it is necessary only | Thomas Jansen | 2008-12-28 | 1 | -1/+0 |
* | log: use GLib logging | Max Kellermann | 2008-12-28 | 1 | -13/+13 |
* | log: don't keep log file open | Max Kellermann | 2008-12-28 | 1 | -14/+15 |
* | log: support syslog() | Max Kellermann | 2008-12-28 | 1 | -6/+103 |
* | log: moved code to log_init_file() | Max Kellermann | 2008-12-28 | 1 | -15/+27 |
* | log: merged initLog() and open_log_files(). | Max Kellermann | 2008-12-28 | 1 | -6/+1 |
* | log: moved code to parse_log_level() | Max Kellermann | 2008-12-28 | 1 | -15/+17 |
* | log: use the GLogLevelFlags type | Max Kellermann | 2008-12-28 | 1 | -3/+3 |
* | log: don't manipulate the umask | Max Kellermann | 2008-12-28 | 1 | -9/+1 |
* | log: moved code to open_log_file() | Max Kellermann | 2008-12-28 | 1 | -12/+19 |
* | log: deprecated "error_file" option | Max Kellermann | 2008-12-28 | 1 | -26/+2 |
* | log: map log level "SECURE" to GLib's "INFO" | Max Kellermann | 2008-12-20 | 1 | -3/+3 |
* | replaced mpd_printf etc by G_GNUC_PRINTF | Thomas Jansen | 2008-12-02 | 1 | -2/+2 |
* | replaced mpd_noreturn by G_GNUC_NORETURN | Thomas Jansen | 2008-12-02 | 1 | -1/+1 |
* | log: print the log_domain | Max Kellermann | 2008-11-21 | 1 | -2/+6 |
* | log: check the log threshold in log_func() | Max Kellermann | 2008-11-14 | 1 | -0/+3 |
* | log: properly check log_threshold | Daniel Schömer | 2008-11-09 | 1 | -1/+1 |
* | log: check if log_charset is set | Max Kellermann | 2008-11-05 | 1 | -5/+8 |
* | log: convert messages to system charset | Max Kellermann | 2008-11-05 | 1 | -0/+14 |
* | log: use bool | Max Kellermann | 2008-11-05 | 1 | -5/+5 |
* | log: provide a GLib logging handler | Max Kellermann | 2008-11-05 | 1 | -0/+15 |
* | log: use GLib message logging | Max Kellermann | 2008-11-05 | 1 | -20/+15 |
* | log: no CamelCase | Max Kellermann | 2008-11-05 | 1 | -6/+8 |
* | log: removed warning buffer | Max Kellermann | 2008-11-05 | 1 | -76/+2 |
* | log: don't use utils.h | Max Kellermann | 2008-10-29 | 1 | -5/+17 |
* | don't include os_compat.h | Max Kellermann | 2008-10-08 | 1 | -1/+7 |
* | include cleanup | Max Kellermann | 2008-09-06 | 1 | -1/+0 |