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
/
config
/
ConfigFile.cxx
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-01-22
ConfigFile: fix typo (parser breakage)
Max Kellermann
1
-2
/
+2
2015-01-21
config/Param: split block-specific attributes to new struct ConfigBlock
Max Kellermann
1
-52
/
+87
2015-01-21
config/File: move code to ReadConfigParam()
Max Kellermann
1
-73
/
+82
2015-01-21
fs/io/BufferedReader: count line numbers
Max Kellermann
1
-24
/
+26
2015-01-21
config/File: use FileReader/BufferedReader instead of stdio
Max Kellermann
1
-28
/
+21
2015-01-21
config/Option: convert to strictly-typed enum
Max Kellermann
1
-1
/
+1
2015-01-21
ConfigFile: convert macros to constexpr
Max Kellermann
1
-2
/
+2
2015-01-21
ConfigData: rename header file
Max Kellermann
1
-1
/
+1
2015-01-21
ConfigData: move struct config_param to Param.hxx
Max Kellermann
1
-0
/
+1
2015-01-21
ConfigData: rename struct block_param to BlockParam
Max Kellermann
1
-1
/
+1
2015-01-01
Copyright year 2015
Max Kellermann
1
-1
/
+1
2014-08-07
util/StringUtil: rename strchug_fast() to StripLeft()
Max Kellermann
1
-4
/
+4
2014-01-24
Config*: move to config/
Max Kellermann
1
-0
/
+0
2014-01-13
copyright year 2014
Max Kellermann
1
-1
/
+1
2013-11-28
include cleanup using iwyu
Max Kellermann
1
-3
/
+0
2013-10-19
*: use nullptr instead of NULL
Max Kellermann
1
-9
/
+9
2013-10-17
fs/Path: rename to AllocatedPath
Max Kellermann
1
-1
/
+1
2013-10-17
fs/Path: move MPD_PATH_MAX to Limits.hxx
Max Kellermann
1
-0
/
+1
2013-10-02
Log: new logging library API
Max Kellermann
1
-6
/
+2
2013-09-05
conf.h: remove obsolete header
Max Kellermann
1
-1
/
+0
2013-09-04
util/Error: new error passing library
Max Kellermann
1
-59
/
+50
2013-04-09
string_util: convert to C++
Max Kellermann
1
-5
/
+1
2013-04-08
tokenizer: convert to C++
Max Kellermann
1
-13
/
+17
2013-02-02
ConfigFile.cxx: use FOpenMode
Denis Krjuchkov
1
-1
/
+1
2013-01-30
ConfigData: use simple linked list instead of GSList
Max Kellermann
1
-5
/
+18
2013-01-30
ConfigData: move functions into the class
Max Kellermann
1
-2
/
+2
2013-01-30
ConfigData: add constructors/destructors
Max Kellermann
1
-5
/
+5
2013-01-30
conf.h: move the GQuark to ConfigQuark.hxx
Max Kellermann
1
-0
/
+1
2013-01-30
ConfigFile: simplify error cleanup
Max Kellermann
1
-23
/
+24
2013-01-30
ConfigFile: move code to ConfigGlobal.cxx
Max Kellermann
1
-161
/
+4
2013-01-30
ConfigFile: add struct ConfigData
Max Kellermann
1
-9
/
+8
2013-01-30
conf: move struct definitions to ConfigData.hxx
Max Kellermann
1
-166
/
+1
2013-01-30
ConfigFile: add enum ConfigOption
Max Kellermann
1
-26
/
+22
2013-01-30
ConfigOption: rename to ConfigTemplate
Max Kellermann
1
-3
/
+3
2013-01-30
ConfigFile: move code to ConfigOptions.cxx
Max Kellermann
1
-73
/
+1
2013-01-30
ConfigFile: split config_entry
Max Kellermann
1
-39
/
+27
2013-01-29
ConfigFile, CommandLine: use the Path class
Max Kellermann
1
-4
/
+8
2013-01-22
Path: move to fs subdirectory
Denis Krjuchkov
1
-1
/
+1
2013-01-17
path: convert to C++
Max Kellermann
1
-1
/
+1
2013-01-10
conf: convert to C++
Max Kellermann
1
-63
/
+73
2012-08-08
conf: add a "database" block
Max Kellermann
1
-0
/
+1
2012-07-10
require GLib 2.16
Max Kellermann
1
-1
/
+0
2012-03-06
use g_strerror() instead of strerror()
Max Kellermann
1
-1
/
+1
2011-09-09
conf: export config_param_free()
Max Kellermann
1
-1
/
+1
2011-09-09
conf: _get_next_param() returns a const pointer
Max Kellermann
1
-1
/
+1
2011-09-09
conf: add config_dup_block_path()
Max Kellermann
1
-0
/
+20
2011-09-09
utils: parsePath() returns GError on failure
Max Kellermann
1
-4
/
+4
2011-09-09
conf: turn config_get_path() into config_dup_path()
Max Kellermann
1
-10
/
+11
2011-09-09
conf: get_block_param() returns a const pointer
Max Kellermann
1
-4
/
+4
2011-09-09
conf: move duplicate check to _read_name_value()
Max Kellermann
1
-14
/
+13
[next]