index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
log.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-01-09
sig_handlers, log: convert to C++
Max Kellermann
1
-341
/
+0
2012-08-14
log: store duplicated path string
Max Kellermann
1
-28
/
+28
2011-11-28
log: print reason for failure
Max Kellermann
1
-2
/
+2
2011-09-09
conf: turn config_get_path() into config_dup_path()
Max Kellermann
1
-4
/
+12
2011-09-09
log: print detailed errno message on open() failure
Max Kellermann
1
-2
/
+2
2011-09-09
log: return GError on initialization failure
Max Kellermann
1
-9
/
+19
2011-01-29
copyright year 2011
Max Kellermann
1
-1
/
+1
2010-09-25
eliminate g_error() usage
Thomas Jansen
1
-8
/
+9
2010-05-08
log: /dev/null doesn't exist on win32.
Avuton Olrich
1
-0
/
+2
2009-12-31
Update copyright notices.
Avuton Olrich
1
-1
/
+1
2009-11-12
include config.h in all sources
Max Kellermann
1
-1
/
+1
2009-11-10
fd_util: removed creat_cloexec()
Max Kellermann
1
-1
/
+1
2009-11-07
set the close-on-exec flag on all file descriptors
Max Kellermann
1
-1
/
+2
2009-11-07
log: redirect stdout/stderr to /dev/null if syslog is used
Max Kellermann
1
-1
/
+4
2009-07-05
log: fix double free() bug during shutdown
Max Kellermann
1
-6
/
+2
2009-04-10
log: removed "unused" attribute from log_level parameter
Max Kellermann
1
-1
/
+1
2009-03-15
log: removed DEBUG() and FATAL()
Max Kellermann
1
-24
/
+0
2009-03-13
all: Update copyright header.
Avuton Olrich
1
-6
/
+7
2009-02-19
added G_LOG_DOMAIN macros to several libraries
Max Kellermann
1
-0
/
+3
2009-02-19
log: added log_early_init() for early debug messages
Max Kellermann
1
-0
/
+9
2009-01-25
conf: const pointers in block get functions
Max Kellermann
1
-3
/
+2
2009-01-17
conf: no CamelCase, part I
Max Kellermann
1
-3
/
+3
2009-01-15
log, pcm_convert: added return statements after g_error()
Max Kellermann
1
-1
/
+3
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
[next]