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
2014-03-14
pcm/PcmFormat: instantiate FloatToInteger<S32>
Max Kellermann
1
-6
/
+1
2014-03-14
pcm/PcmFormat: eliminate more duplicate code with templates
Max Kellermann
3
-122
/
+233
2014-03-14
pcm/PcmFormat: eliminate local variable "bits"
Max Kellermann
1
-3
/
+1
2014-03-14
pcm/PcmFormat: remove obsolete AllocateFromFloat() overload
Max Kellermann
1
-15
/
+0
2014-03-14
MultipleOutputs: ensure input_audio_format is zero-initialised
Pete Beardmore
1
-0
/
+1
2014-03-14
command/{storage,file}: suppress bogus format warnings on WIN32
Max Kellermann
2
-0
/
+22
2014-03-06
db/proxy: check connect error before initializing SocketMonitor
Max Kellermann
1
-7
/
+7
2014-03-06
decoder/gme: fix memory leak in container_scan()
Max Kellermann
1
-0
/
+1
2014-03-05
PulseOutputPlugin: avoid locking mainloop object from within mainloop thread
Pete Beardmore
1
-5
/
+14
2014-03-04
PulseOutputPlugin: set icon name
Pete Beardmore
1
-0
/
+1
2014-03-02
output/alsa: remove the obsolete Raspberry Pi workaround
Max Kellermann
1
-36
/
+0
2014-03-02
output/alsa: call snd_pcm_prepare() after snd_pcm_drop()
Max Kellermann
1
-0
/
+25
2014-03-02
event/SignalMonitor: fix build failure due to missing signal.h include
Max Kellermann
1
-0
/
+2
2014-03-02
Main: auto-configure state file on Android
Max Kellermann
1
-2
/
+15
2014-03-02
Main: use getExternalStorageDirectory() for locating mpd.conf
Max Kellermann
1
-2
/
+11
2014-03-02
InputPlugin: allow init() to soft-fail
Max Kellermann
6
-16
/
+65
2014-03-01
thread/Name: fall back to prctl()
Max Kellermann
1
-0
/
+4
2014-03-01
output/sles: support stereo
Max Kellermann
1
-5
/
+7
2014-03-01
fs/StandardDirectory: add GetUserCacheDir()
Max Kellermann
3
-15
/
+25
2014-03-01
db/Configured: store database file in cache directory
Max Kellermann
5
-2
/
+117
2014-03-01
java/File: add method ToAbsolutePath() returning AllocatedPath
Max Kellermann
5
-60
/
+67
2014-03-01
android/Environment: fix copyright header
Max Kellermann
2
-42
/
+34
2014-03-01
TagId3: disable charset conversion without GLib
Max Kellermann
1
-0
/
+9
2014-03-01
Main: inline mpd_main() on Android
Max Kellermann
2
-0
/
+7
2014-03-01
Android: obtain music directory from Environment.getExternalStoragePublicDire...
Max Kellermann
4
-1
/
+178
2014-03-01
java: new helper library for the Android port
Max Kellermann
14
-1
/
+723
2014-03-01
Main: load mpd.conf from /sdcard/ on Android
Max Kellermann
1
-0
/
+3
2014-03-01
storage/Configured: fix fallback music directory
Max Kellermann
1
-4
/
+1
2014-03-01
db/update/ExcludeList: make no-op if GLib is disabled
Max Kellermann
2
-0
/
+22
2014-03-01
util/{Const,Writable}Buffer: add operator[]
Max Kellermann
4
-4
/
+26
2014-03-01
util/{Const,Writable}Buffer: add template specialization for "void"
Max Kellermann
2
-0
/
+68
2014-03-01
util/ConstBuffer: remove cast operator ConstBuffer<void>
Max Kellermann
1
-4
/
+0
2014-03-01
command: add command "listfiles"
Max Kellermann
13
-53
/
+310
2014-02-28
DatabasePrint: move code to PrintDirectoryURI()
Max Kellermann
1
-2
/
+8
2014-02-28
DatabasePrint: add API documentation
Max Kellermann
1
-0
/
+3
2014-02-28
{Other,Database}Commands: contract declaration and assignment
Max Kellermann
2
-12
/
+6
2014-02-27
AllCommands: "findadd" requires the "add" permission
Max Kellermann
1
-1
/
+1
2014-02-27
db/simple: mount points
Max Kellermann
18
-24
/
+600
2014-02-27
CompositeStorage: add method GetMount()
Max Kellermann
2
-0
/
+24
2014-02-27
db/update/Queue: use std::list instead of std::queue
Max Kellermann
2
-5
/
+4
2014-02-27
db/simple: GetRoot() returns reference
Max Kellermann
2
-3
/
+3
2014-02-27
db/update/Service: allocate UpdateWalk dynamically
Max Kellermann
5
-19
/
+28
2014-02-27
Playlist: use the Error library to return errors
Max Kellermann
9
-82
/
+83
2014-02-27
Playlist*: move to queue/
Max Kellermann
16
-8
/
+8
2014-02-27
db/update: cancel the update on shutdown
Max Kellermann
6
-1
/
+58
2014-02-27
db/UpdateGlue: rename to Service.cxx
Max Kellermann
2
-161
/
+140
2014-02-26
db/simple/Directory: eliminate method LookupSong()
Max Kellermann
3
-30
/
+19
2014-02-26
db/simple/Directory: LookupDirectory() return remaining URI
Max Kellermann
3
-41
/
+62
2014-02-26
db/simple/Directory: make variables more local
Max Kellermann
1
-4
/
+2
2014-02-26
db/Directory: add DEVICE_* documentation
Max Kellermann
1
-0
/
+10
[prev]
[next]