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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-02-02
PlaylistSave.cxx: use FOpen
Denis Krjuchkov
1
-1
/
+1
2013-02-02
PlaylistFile.cxx: use file system API
Denis Krjuchkov
1
-6
/
+5
2013-02-02
ExcludeList.cxx: use FOpen
Denis Krjuchkov
1
-2
/
+2
2013-02-02
ConfigFile.cxx: use FOpenMode
Denis Krjuchkov
1
-1
/
+1
2013-02-02
Path.hxx: add GetDirectoryName() method
Denis Krjuchkov
1
-0
/
+9
2013-02-02
FileSystem.hxx: add FOpen modes for appending files
Denis Krjuchkov
1
-0
/
+10
2013-02-02
FilterInternal: convert struct filter to a OO interface
Max Kellermann
24
-787
/
+515
2013-02-02
output/null: convert to C++
Max Kellermann
3
-22
/
+29
2013-02-02
filter/*: don't use GLib macros
Max Kellermann
6
-26
/
+20
2013-02-01
filter/Chain: use std::forward_list instead of GSList
Max Kellermann
1
-41
/
+20
2013-02-01
filter: convert to C++
Max Kellermann
20
-121
/
+108
2013-02-01
PcmMix: merge duplicate code with templates
Max Kellermann
1
-110
/
+44
2013-02-01
PcmUtils: remove pcm_range(), use PcmClamp() instead
Max Kellermann
3
-36
/
+12
2013-02-01
PcmUtils: make PcmClamp() 64-bit-safe, add missing cast
Max Kellermann
1
-2
/
+2
2013-02-01
PcmUtils: remove unused clamp functions
Max Kellermann
1
-14
/
+0
2013-02-01
PcmFormat: merge duplicate code with a template
Max Kellermann
2
-89
/
+95
2013-02-01
PcmChannels: merge duplicate code with a template
Max Kellermann
1
-38
/
+9
2013-02-01
ConfigTemplates: fix typo in id3v1_encoding
Max Kellermann
1
-1
/
+1
2013-01-31
PcmDither: use constexpr
Max Kellermann
1
-10
/
+8
2013-01-31
PcmDither: convert struct to a class
Max Kellermann
6
-47
/
+43
2013-01-31
pcm_*: convert to C++
Max Kellermann
19
-111
/
+119
2013-01-31
gcc.h: add "restrict" macro for C++
Max Kellermann
1
-0
/
+8
2013-01-31
mixer/software, filter/volume: convert to C++
Max Kellermann
5
-24
/
+27
2013-01-31
ZeroconfBonjour: fix OnSocketReady() return type
Max Kellermann
1
-1
/
+2
2013-01-31
filter/convert: remove unused attribute
Max Kellermann
1
-5
/
+0
2013-01-31
pcm_convert: convert to C++
Max Kellermann
7
-203
/
+214
2013-01-30
util/Manual: new template class
Max Kellermann
1
-0
/
+111
2013-01-30
filter/convert: convert to C++
Max Kellermann
6
-67
/
+71
2013-01-30
filter/autoconvert: include cleanup
Max Kellermann
1
-5
/
+3
2013-01-30
TagPool, ...: include cleanup
Max Kellermann
25
-77
/
+44
2013-01-30
ConfigData: use simple linked list instead of GSList
Max Kellermann
4
-40
/
+38
2013-01-30
ConfigData: forbid copying a config_param object
Max Kellermann
1
-0
/
+4
2013-01-30
FilterConfig: add missing glib.h include
Max Kellermann
1
-0
/
+2
2013-01-30
ConfigData: move functions into the class
Max Kellermann
4
-34
/
+34
2013-01-30
ConfigData: add constructors/destructors
Max Kellermann
5
-44
/
+22
2013-01-30
ConfigData: use std::string in block_param
Max Kellermann
3
-15
/
+11
2013-01-30
ConfigData: use std::vector for the block_param list
Max Kellermann
3
-31
/
+17
2013-01-30
ConfigData: use new/delete instead of GLib
Max Kellermann
1
-2
/
+2
2013-01-30
audio_{parser,config}: convert to C++
Max Kellermann
9
-27
/
+28
2013-01-30
conf.h: move the GQuark to ConfigQuark.hxx
Max Kellermann
5
-13
/
+39
2013-01-30
filter/chain, encoder: GLib include cleanup
Max Kellermann
5
-28
/
+29
2013-01-30
test/run_encoder, ...: convert to C++
Max Kellermann
2
-0
/
+16
2013-01-30
ConfigFile: simplify error cleanup
Max Kellermann
1
-23
/
+24
2013-01-30
ConfigFile: move code to ConfigGlobal.cxx
Max Kellermann
5
-234
/
+344
2013-01-30
ConfigFile: add struct ConfigData
Max Kellermann
2
-9
/
+26
2013-01-30
{encoder,output}_api.h: allow compiling as C++
Max Kellermann
7
-11
/
+19
2013-01-30
conf: move struct definitions to ConfigData.hxx
Max Kellermann
6
-239
/
+363
2013-01-30
ConfigFile: add enum ConfigOption
Max Kellermann
10
-172
/
+237
2013-01-30
ConfigOption: rename to ConfigTemplate
Max Kellermann
2
-7
/
+7
2013-01-30
ConfigFile: move code to ConfigOptions.cxx
Max Kellermann
2
-73
/
+99
[next]