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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
log.c: thread-safety for warning log
Eric Wong
2008-08-28
1
-4
/
+12
*
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
[next]