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
/
Makefile.am
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
playlist/*: convert to C++
Max Kellermann
2013-01-26
1
-8
/
+8
*
decoder/ffmpeg: convert to C++
Max Kellermann
2013-01-26
1
-3
/
+4
*
input_{internal,plugin}: convert to C++
Max Kellermann
2013-01-25
1
-2
/
+2
*
archive/*: convert to C++
Max Kellermann
2013-01-24
1
-15
/
+14
*
Makefile.am: introduce libfs
Denis Krjuchkov
2013-01-22
1
-4
/
+10
*
Path: move to fs subdirectory
Denis Krjuchkov
2013-01-22
1
-2
/
+2
*
FileSystem: extract DirectoryReader, improve the rest
Denis Krjuchkov
2013-01-22
1
-1
/
+2
*
input,playlist/despotify: convert to C++
Max Kellermann
2013-01-21
1
-16
/
+12
*
input/cdio_paranoia: convert to C++
Max Kellermann
2013-01-21
1
-2
/
+3
*
input/ffmpeg: convert to C++
Max Kellermann
2013-01-21
1
-2
/
+2
*
input/rewind: convert to C++
Max Kellermann
2013-01-21
1
-2
/
+1
*
input/file,mms: convert to C++
Max Kellermann
2013-01-21
1
-4
/
+3
*
FileSystem: new library for Path-friendly file system routines
Denis Krjuchkov
2013-01-20
1
-0
/
+1
*
dummy.cxx: remove unused file
Denis Krjuchkov
2013-01-19
1
-1
/
+0
*
path: convert to C++
Max Kellermann
2013-01-17
1
-3
/
+2
*
output/roar: convert to C++
Max Kellermann
2013-01-16
1
-2
/
+2
*
ClientList: convert to a class
Max Kellermann
2013-01-16
1
-1
/
+1
*
Merge branch 'v0.17.x'
Max Kellermann
2013-01-16
1
-1
/
+1
|
\
|
*
Makefile.am: distribute mpc.ico
Denis Krjuchkov
2013-01-08
1
-1
/
+1
*
|
socket_util: convert to C++
Max Kellermann
2013-01-15
1
-3
/
+2
*
|
server_socket: convert to C++
Max Kellermann
2013-01-15
1
-3
/
+2
*
|
output/httpd: convert to C++
Max Kellermann
2013-01-15
1
-4
/
+3
*
|
InotifySource: use the SocketMonitor class
Max Kellermann
2013-01-15
1
-0
/
+1
*
|
mixer/Alsa: use MultiSocketMonitor
Max Kellermann
2013-01-15
1
-0
/
+2
*
|
input/Curl: move code to class MultiSocketMonitor
Max Kellermann
2013-01-15
1
-1
/
+7
*
|
event/SocketMonitor: wrapper class for GSource + GPollFD
Max Kellermann
2013-01-15
1
-1
/
+3
*
|
Client: move output buffer code to new class PeakBuffer
Max Kellermann
2013-01-15
1
-0
/
+1
*
|
fifo_buffer: move to util/
Max Kellermann
2013-01-15
1
-10
/
+10
*
|
socket_error: new library for errno / WSAGetLastError()
Max Kellermann
2013-01-15
1
-0
/
+1
*
|
event/TimeoutMonitor: wrapper for g_timeout_source_new()
Max Kellermann
2013-01-14
1
-0
/
+1
*
|
Main, IOThread: move GMainLoop setup code to class EventLoop
Max Kellermann
2013-01-14
1
-1
/
+2
*
|
thread/{Mutex,Cond}: new backend for WIN32
Max Kellermann
2013-01-11
1
-0
/
+2
*
|
icy_metadata: convert to C++
Max Kellermann
2013-01-10
1
-2
/
+1
*
|
decoder/wavpack: convert to C++
Max Kellermann
2013-01-10
1
-1
/
+3
*
|
conf: convert to C++
Max Kellermann
2013-01-10
1
-13
/
+13
*
|
notify: convert to C++
Max Kellermann
2013-01-10
1
-2
/
+1
*
|
io_thread: convert to C++
Max Kellermann
2013-01-10
1
-7
/
+7
*
|
input/{curl,soup}: convert to C++
Max Kellermann
2013-01-10
1
-4
/
+3
*
|
input_stream: convert to C++ (internally)
Max Kellermann
2013-01-10
1
-8
/
+6
*
|
thread/Cond: new wrapper for pthread_cond_t or GCond
Max Kellermann
2013-01-10
1
-0
/
+3
*
|
thread/GLibMutex: new Mutex implementation
Max Kellermann
2013-01-10
1
-1
/
+1
*
|
GlobalEvents: move code to class WakeFD
Max Kellermann
2013-01-09
1
-0
/
+7
*
|
EventPipe: rename to GlobalEvents
Max Kellermann
2013-01-09
1
-1
/
+1
*
|
event_pipe.h: convert to C++
Max Kellermann
2013-01-09
1
-2
/
+1
*
|
sig_handlers, log: convert to C++
Max Kellermann
2013-01-09
1
-8
/
+6
*
|
mixer/{alsa,pulse}: convert to C++
Max Kellermann
2013-01-09
1
-3
/
+3
*
|
Playlist.hxx: move prototype to PlaylistGlobal.hxx
Max Kellermann
2013-01-09
1
-1
/
+1
*
|
event_pipe: convert to C++
Max Kellermann
2013-01-09
1
-1
/
+1
*
|
idle: convert to C++
Max Kellermann
2013-01-09
1
-2
/
+1
*
|
test/FakeReplayGainConfig: move fake symbols from a few debug programs
Max Kellermann
2013-01-09
1
-2
/
+2
[next]