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-16
system/ByteOrder: new library for byte ordering / endianess
Max Kellermann
15
-107
/
+286
2013-10-16
util/ByteReverse: use C99 "restrict"
Max Kellermann
1
-7
/
+13
2013-10-16
util/byte_reverse: convert to C++
Max Kellermann
4
-23
/
+17
2013-10-16
pcm_pack: convert to C++
Max Kellermann
5
-9
/
+6
2013-10-16
encoder/wave: use delete to dispose the WaveEncoder object
Max Kellermann
1
-1
/
+1
2013-10-15
Archive*: move archive_domain to ArchiveDomain.cxx
Max Kellermann
4
-6
/
+50
2013-10-15
ConfigData: remove unused method DupBlockString()
Max Kellermann
2
-12
/
+0
2013-10-15
playlist/soundcloud: use std::string
Max Kellermann
1
-14
/
+14
2013-10-15
output/roar: use const_cast instead of g_strdup()
Max Kellermann
1
-9
/
+3
2013-10-15
output/roar: use std::string
Max Kellermann
1
-12
/
+10
2013-10-15
output/roar: move code into the RoarOutput class
Max Kellermann
2
-96
/
+137
2013-10-15
output/pipe: use std::string
Max Kellermann
1
-8
/
+6
2013-10-15
Client, ...: remove unnecessary glib.h include
Max Kellermann
19
-35
/
+1
2013-10-15
ApeTag: use std::string for temporary allocation
Max Kellermann
1
-4
/
+3
2013-10-15
PlaylistRegistry: use std::string for temporary allocation
Max Kellermann
1
-4
/
+2
2013-10-15
input/*: don't allocate attribute "mime"
Max Kellermann
4
-6
/
+6
2013-10-15
UpdateArchive: use std::string for temporary string
Max Kellermann
1
-4
/
+3
2013-10-15
ConfigData: use std::string for config_param::value
Max Kellermann
9
-32
/
+43
2013-10-15
Permission: use std::string for temporary password allocation
Max Kellermann
1
-4
/
+2
2013-10-15
Mapper: remove obsolete variable music_dir_fs_length
Max Kellermann
1
-2
/
+0
2013-10-15
event/BufferedSocket: pass writable pointer to OnSocketInput()
Max Kellermann
5
-20
/
+23
2013-10-15
Util/Macros: replacement for GLib's G_N_ELEMENTS()
Max Kellermann
16
-47
/
+86
2013-10-15
output/winmm: use delete instead of g_free()
Max Kellermann
1
-2
/
+2
2013-10-15
util/FifoBuffer: C++ version of the fifo_buffer library
Max Kellermann
8
-105
/
+275
2013-10-15
system/clock: convert to C++
Max Kellermann
4
-23
/
+15
2013-10-15
require GLib 2.28
Max Kellermann
2
-45
/
+0
2013-10-15
gcc.h: rename to Compiler.h
Max Kellermann
92
-93
/
+93
2013-10-15
gcc.h: major update
Max Kellermann
6
-101
/
+163
2013-10-15
*: use WIN32 instead of G_OS_WIN32
Max Kellermann
7
-16
/
+16
2013-10-14
fs/Path: add method IsAbsolute()
Max Kellermann
12
-12
/
+47
2013-10-14
fs/Path: add separator constants/functions
Max Kellermann
4
-21
/
+54
2013-10-14
PlaylistFile: always check for absolute paths within music_directory
Max Kellermann
1
-9
/
+11
2013-10-14
fs/Path: add method RelativeFS()
Max Kellermann
3
-11
/
+36
2013-10-14
Mapper, ...: use memcmp() instead of strncmp() where appropriate
Max Kellermann
7
-11
/
+11
2013-10-14
fs/Path: add method data()
Max Kellermann
1
-0
/
+9
2013-10-14
PlaylistFile: fix memory leak
Max Kellermann
1
-12
/
+10
2013-10-14
Mapper: map_fs_to_utf8() returns std::string
Max Kellermann
3
-14
/
+11
2013-10-14
decoder/modplug: fix include directory
Florian Schlichting
1
-1
/
+1
2013-10-14
stored_playlist: use fs_charset_to_utf8() for URLs
Max Kellermann
1
-2
/
+5
2013-10-14
load_file
Max Kellermann
1
-0
/
+11
2013-10-14
stored_playlist: add "file://" prefix to absolute paths
Max Kellermann
1
-1
/
+8
2013-10-02
replay_gain_*.h: rename to *.hxx
Max Kellermann
18
-57
/
+25
2013-10-02
output/httpd: don't include glib.h in header
Max Kellermann
3
-4
/
+6
2013-10-02
Stats: don't include glib.h in header
Max Kellermann
3
-2
/
+5
2013-10-02
Stats: rename stats.h to Stats.hxx
Max Kellermann
6
-27
/
+9
2013-10-02
Log: new logging library API
Max Kellermann
153
-1229
/
+1907
2013-10-02
TextFile: don't include glib.h in header
Max Kellermann
2
-12
/
+22
2013-10-02
filesystem/Path: use std::string
Max Kellermann
4
-81
/
+45
2013-10-02
PlaylistMapper: convert playlist name to filesystem charset
Max Kellermann
1
-5
/
+6
2013-10-02
Playlist*: use nullptr instead of NULL
Max Kellermann
17
-128
/
+127
[next]