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-10-21
decoder_plugin: rename struct to DecoderPlugin
Max Kellermann
53
-91
/
+91
2013-10-21
decoder/modplug: use WritableBuffer instead of GByteArray
Max Kellermann
1
-31
/
+30
2013-10-21
decoder/modplug: move code to LoadModPlugFile()
Max Kellermann
1
-21
/
+17
2013-10-21
playlist/EmbeddedCue: use std::string for the "cuesheet" attribute
Max Kellermann
1
-10
/
+8
2013-10-21
GetBaseUTF8
Max Kellermann
9
-46
/
+97
2013-10-21
archive/bz2: remove unused function bz2_quark()
Max Kellermann
1
-6
/
+0
2013-10-21
fs/AllocatedPath: don't include glib.h
Max Kellermann
1
-4
/
+0
2013-10-21
DirectorySave: use Directory::GetName()
Max Kellermann
1
-4
/
+1
2013-10-21
input/curl: don't use GLib's typedef "gushort"
Max Kellermann
1
-1
/
+2
2013-10-21
util/NumberParser: utilities for parsing numbers from ASCII strings
Max Kellermann
6
-15
/
+92
2013-10-21
Util/ASCII: add StringEqualsCaseASCII() overload with length
Max Kellermann
6
-11
/
+23
2013-10-20
Util/ASCII: add function StringEqualsCaseASCII()
Max Kellermann
15
-52
/
+109
2013-10-20
OutputControl: convert anonymous enum to constexpr
Max Kellermann
1
-5
/
+3
2013-10-20
Inotify: convert anonymous enum to constexpr
Max Kellermann
2
-13
/
+10
2013-10-20
UpdateWalk: convert anonymous enum to constexpr
Max Kellermann
1
-4
/
+2
2013-10-20
Main: convert anonymous enum to constexpr
Max Kellermann
1
-4
/
+2
2013-10-20
DatabaseSave: convert anonymous enum to constexpr
Max Kellermann
1
-4
/
+2
2013-10-20
ClientInternal: convert anonymous enum to constexpr
Max Kellermann
1
-4
/
+2
2013-10-20
Idle: convert anonymous enum to constexpr
Max Kellermann
1
-25
/
+23
2013-10-20
*Commands: move to src/command/
Max Kellermann
27
-4
/
+4
2013-10-20
TagType: rename enum tag_type to TagType
Max Kellermann
40
-93
/
+93
2013-10-20
command: convert command_return to to a strictly-typed enum
Max Kellermann
24
-421
/
+428
2013-10-20
FatalError: remove unused GError overload
Max Kellermann
2
-10
/
+0
2013-10-20
PlaylistError: convert playlist_result to a strictly-typed enum
Max Kellermann
16
-207
/
+204
2013-10-20
decoder/sidplay: add header file
Max Kellermann
3
-2
/
+27
2013-10-20
decoder/sidplay: update file name
Max Kellermann
1
-0
/
+0
2013-10-19
Client: move message functions into the class
Max Kellermann
4
-95
/
+63
2013-10-19
Client: move trivial functions into the Client class
Max Kellermann
5
-50
/
+31
2013-10-19
ClientInternal: move class Client to Client.hxx
Max Kellermann
9
-98
/
+96
2013-10-19
*: use references instead of pointers
Max Kellermann
119
-1078
/
+1072
2013-10-19
*: use nullptr instead of NULL
Max Kellermann
97
-834
/
+812
2013-10-19
input/cdio: use class AllocatedPath
Max Kellermann
1
-10
/
+9
2013-10-19
decoder/mpg123: use const_cast instead of g_strdup()
Max Kellermann
1
-4
/
+2
2013-10-19
event/ServerSocket: pass AllocatedPath to AddPath()
Max Kellermann
3
-16
/
+21
2013-10-19
ConfigPath: use std::string
Max Kellermann
1
-6
/
+5
2013-10-19
decoder/mikmod: use const_cast instead of g_strdup()
Max Kellermann
1
-8
/
+8
2013-10-19
input/curl: use std::string for meta_name
Max Kellermann
1
-9
/
+5
2013-10-19
util/FormatString: new library to replace g_strdup_printf()
Max Kellermann
7
-66
/
+150
2013-10-19
decoder/gme,input/curl,...: use static buffers instead of g_strdup_printf()
Max Kellermann
5
-45
/
+40
2013-10-19
Permission: use std::find instead of g_strsplit()
Max Kellermann
1
-11
/
+16
2013-10-19
Permission: move code to ParsePermission() and a table
Max Kellermann
1
-16
/
+22
2013-10-19
Permission: convert PERMISSION_* from macro to constexpr
Max Kellermann
1
-6
/
+5
2013-10-19
Permission: remove nullptr check
Max Kellermann
1
-3
/
+3
2013-10-19
Permission: convert PERMISSION_PASSWORD_CHAR from macro to constexpr
Max Kellermann
1
-1
/
+1
2013-10-19
FilterConfig: use std::find instead of g_strsplit_set()
Max Kellermann
1
-14
/
+14
2013-10-19
FilterConfig: return bool
Max Kellermann
2
-10
/
+5
2013-10-19
FilterConfig: move code to filter_chain_append_new()
Max Kellermann
1
-16
/
+23
2013-10-19
FilterConfig: eliminate duplicate API documentation
Max Kellermann
1
-9
/
+0
2013-10-19
ConfigData: use strtoul() in GetUnsignedValue()
Max Kellermann
1
-4
/
+1
2013-10-19
decoder/modplug: Add "loop_count" parameter
Sebastian Thorarensen
1
-1
/
+16
[prev]
[next]