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
/
conf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
conf: add config_dup_block_path()
Max Kellermann
2011-09-09
1
-0
/
+20
*
utils: parsePath() returns GError on failure
Max Kellermann
2011-09-09
1
-4
/
+4
*
conf: turn config_get_path() into config_dup_path()
Max Kellermann
2011-09-09
1
-10
/
+11
*
conf: get_block_param() returns a const pointer
Max Kellermann
2011-09-09
1
-4
/
+4
*
conf: move duplicate check to _read_name_value()
Max Kellermann
2011-09-09
1
-14
/
+13
*
conf: move code to config_read_name_value()
Max Kellermann
2011-09-09
1
-32
/
+34
*
Merge branch 'v0.16.x'
Max Kellermann
2011-07-19
1
-1
/
+10
|
\
|
*
conf: add missing fclose in error path
Jonathan Neuschäfer
2011-07-18
1
-1
/
+10
*
|
despotify: Add support utilities
Simon Kagstrom
2011-03-29
1
-0
/
+3
*
|
playlist_state: add option "restore_paused"
Max Kellermann
2011-02-23
1
-0
/
+1
*
|
copyright year 2011
Max Kellermann
2011-01-29
1
-1
/
+1
*
|
string_util: add function strchug_fast()
Max Kellermann
2010-12-23
1
-4
/
+4
*
|
utils: move string_array_contains() to string_util.c
Max Kellermann
2010-12-23
1
-0
/
+1
|
/
*
eliminate g_error() usage
Thomas Jansen
2010-09-25
1
-13
/
+15
*
filter/replay_gain: added option "replaygain_limit"
Daniel Seuthe
2010-05-30
1
-0
/
+1
*
inotify: added setting "auto_update_depth"
Max Kellermann
2010-04-13
1
-0
/
+1
*
conf: added function config_get_unsigned()
Max Kellermann
2010-04-13
1
-0
/
+17
*
Update copyright notices.
Avuton Olrich
2009-12-31
1
-1
/
+1
*
include config.h in all sources
Max Kellermann
2009-11-12
1
-0
/
+1
*
configure.ac: require GLib 2.12
Max Kellermann
2009-11-10
1
-0
/
+1
*
utils: renamed stringFoundInStringArray()
Max Kellermann
2009-11-06
1
-10
/
+0
*
mpd.conf: new bool config value for enabling/disabling inotify update
Viliam Mateicka
2009-10-26
1
-0
/
+1
*
playlist_list: pass configuration to playlist plugins
Max Kellermann
2009-10-13
1
-0
/
+1
*
conf: handle fatal errors with GError
Max Kellermann
2009-09-24
1
-43
/
+104
*
conf: splitted function config_param_free()
Max Kellermann
2009-09-24
1
-4
/
+11
*
conf: removed the deprecated "error_file" option
Max Kellermann
2009-08-24
1
-1
/
+0
*
conf: use the tokenizer library
Max Kellermann
2009-07-19
1
-62
/
+82
*
daemon: added "group" configuration option
Michal Nazarewicz
2009-07-19
1
-0
/
+1
*
conf: use bp->value, not param->value
Max Kellermann
2009-07-06
1
-1
/
+1
*
conf: registered option "filter"
Max Kellermann
2009-07-05
1
-0
/
+1
*
conf: log unused/unknown block parameters
Max Kellermann
2009-06-25
1
-0
/
+29
*
conf: added "used" flag to struct block_param
Max Kellermann
2009-06-25
1
-1
/
+4
*
conf: detect duplicate parameters in config_add_block_param()
Max Kellermann
2009-06-25
1
-9
/
+9
*
conf: make get_bool() return a bool
Max Kellermann
2009-06-25
1
-19
/
+18
*
conf: moved code from get_bool() to string_array_contains()
Max Kellermann
2009-06-25
1
-9
/
+16
*
conf: register configuration options statically
Max Kellermann
2009-06-25
1
-94
/
+57
*
conf: removed config_add_param()
Max Kellermann
2009-06-25
1
-9
/
+0
*
conf: replace "mask" bit field with two "bool" variables
Max Kellermann
2009-06-25
1
-12
/
+6
*
volume: removed support for legacy mixer configuration
Max Kellermann
2009-06-25
1
-2
/
+0
*
Preamp for missing replay-gain
Daniel Seuthe
2009-06-25
1
-0
/
+1
*
conf: make config_param.num_block_params unsigned
Max Kellermann
2009-06-03
1
-4
/
+2
*
conf: eliminated CamelCase
Max Kellermann
2009-06-03
1
-12
/
+12
*
conf: use g_ascii_strcasecmp() instead of strcasecmp()
Max Kellermann
2009-04-28
1
-2
/
+2
*
conf: config_param_free() not necessary for export.
Avuton Olrich
2009-03-30
1
-1
/
+1
*
all: Update copyright header.
Avuton Olrich
2009-03-13
1
-6
/
+7
*
input: pass config_param to input_plugin.init()
Max Kellermann
2009-03-02
1
-0
/
+1
*
added G_LOG_DOMAIN macros to several libraries
Max Kellermann
2009-02-19
1
-0
/
+3
*
conf: log the effective configuration file name
Max Kellermann
2009-02-19
1
-0
/
+2
*
decoder_list: added configuration block "decoder"
Max Kellermann
2009-02-15
1
-0
/
+1
*
conf: added config_add_param()
Max Kellermann
2009-01-25
1
-0
/
+10
[next]