aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann2013-01-2746-234/+182
* playlist/*: convert to C++Max Kellermann2013-01-2725-256/+290
* Path: define MPD_PATH_MAX to 260 on WindowsDenis Krjuchkov2013-01-261-1/+3
* Path: ToUTF() returns std::stringDenis Krjuchkov2013-01-263-11/+20
* input_stream: forward-declare the structMax Kellermann2013-01-2640-144/+270
* tag_file: convert to C++Max Kellermann2013-01-264-8/+12
* playlist/*: convert to C++Max Kellermann2013-01-2617-66/+85
* decoder/ffmpeg: convert to C++Max Kellermann2013-01-266-28/+71
* Mapper: improve usage of Path classDenis Krjuchkov2013-01-266-46/+44
* PlayerControl: add second Cond objectMax Kellermann2013-01-253-2/+34
* input_{internal,plugin}: convert to C++Max Kellermann2013-01-2519-45/+36
* archive/*: convert to C++Max Kellermann2013-01-2422-162/+202
* DecoderControl: fix typo in assertion checkMax Kellermann2013-01-231-3/+3
* Makefile.am: introduce libfsDenis Krjuchkov2013-01-221-4/+10
* Path: move to fs subdirectoryDenis Krjuchkov2013-01-2222-24/+24
* FileSystem: extract DirectoryReader, improve the restDenis Krjuchkov2013-01-224-101/+127
* input/archive: fix memory leak in error handlerMax Kellermann2013-01-211-1/+3
* input,playlist/despotify: convert to C++Max Kellermann2013-01-219-61/+73
* despotify_utils: fix indentMax Kellermann2013-01-211-7/+7
* despotify_utils: include cleanupMax Kellermann2013-01-212-4/+6
* despotify_utils: add missing copyright headerMax Kellermann2013-01-211-0/+19
* input/cdio_paranoia: convert to C++Max Kellermann2013-01-214-55/+67
* input/ffmpeg: convert to C++Max Kellermann2013-01-214-22/+32
* input/rewind: convert to C++Max Kellermann2013-01-214-78/+81
* input/file,mms: convert to C++Max Kellermann2013-01-216-73/+91
* input_internal.h: add extern "C"Max Kellermann2013-01-213-8/+8
* test/run_tcp_connect: delete obsolete source fileMax Kellermann2013-01-211-164/+0
* UpdateRemove: Mutex/Cond instead of GMutex/GCondMax Kellermann2013-01-213-22/+10
* DecoderControl: move functions into the classMax Kellermann2013-01-216-360/+281
* PlayerControl: move functions into the classMax Kellermann2013-01-2014-400/+335
* FileSystem: new library for Path-friendly file system routinesDenis Krjuchkov2013-01-203-0/+259
* dummy.cxx: remove unused fileDenis Krjuchkov2013-01-192-31/+0
* Path: new class "Path" wraps filesystem path stringsMax Kellermann2013-01-1821-238/+380
* Playlist, Song: clarify parameter encodingMax Kellermann2013-01-186-15/+15
* path: convert to C++Max Kellermann2013-01-1716-36/+22
* output/roar: convert to C++Max Kellermann2013-01-166-142/+104
* Idle: don't wake up event loop on duplicate eventMax Kellermann2013-01-161-2/+3
* Idle: use std::atomic instead of GMutexMax Kellermann2013-01-164-44/+5
* Main: fix comment typoMax Kellermann2013-01-161-1/+1
* ClientList: convert to a classMax Kellermann2013-01-1613-153/+73
* ClientGlobal: move client_close_all() to ClientList.cxxMax Kellermann2013-01-163-32/+13
* Revert "ClientList: allow deleting clients in client_list_foreach() callback"Max Kellermann2013-01-161-2/+2
* Client: use TimeoutMonitor to track connection timeoutMax Kellermann2013-01-166-78/+22
* Client: move "idle" functions into the classMax Kellermann2013-01-165-49/+36
* Merge branch 'v0.17.x'Max Kellermann2013-01-166-4/+51
|\
| * decoder/ffmpeg: support float planar audioBrice Jaglin2013-01-162-0/+7
| * .gitignore: add src/win/mpd_win32_rc.rcDenis Krjuchkov2013-01-111-0/+1
| * mpdconf.example: example improvementsDenis Krjuchkov2013-01-111-1/+3
| * mpdconf.example: provide an example of openal outputDenis Krjuchkov2013-01-101-0/+7
| * mpdconf.example: provide an example of winmm outputDenis Krjuchkov2013-01-101-0/+10