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
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
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
[next]