aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-11fs/StandardDirectory: look for cache dir in environment, not user-dirsMantas Mikulėnas1-3/+15
2014-07-10input/async: more API documentationMax Kellermann1-0/+26
2014-07-10decoder/audiofile: log libaudiofile errorsMax Kellermann1-4/+15
2014-07-10decoder/audiofile: make variables more localMax Kellermann1-28/+24
2014-07-10decoder/audiofile: implement scan_stream() instead of scan_file()Max Kellermann1-23/+23
2014-07-10decoder/audiofile: use audiofile_get_duration() in _stream_decode()Max Kellermann1-5/+2
2014-07-10decoder/audiofile: split audiofile_get_duration()Max Kellermann1-4/+11
2014-07-09decoder/audiofile: remove unused Error variableMax Kellermann1-1/+0
2014-07-09playlist/plugins/DespotifyPlaylistPlugin: fix build failure due to missing st...Gustavo Zacarias1-0/+1
2014-07-09output/plugins/httpd/HttpdClient: fix build failure due to missing stdio.h in...Gustavo Zacarias1-0/+1
2014-07-09decoder/plugins/FlacIOHandle: fix build failure due to missing stdio.h includeGustavo Zacarias1-0/+1
2014-07-09decoder/dsdlib: use decoder_skip()Max Kellermann1-26/+6
2014-07-09decoder/dsdlib: pass unsigned offsets to dsdlib_skip*()Max Kellermann2-11/+9
2014-07-09decoder/dsd: use decoder_read_full() where appropriateJoff4-31/+19
2014-07-09decoder/audiofile: use decoder_read_full()Max Kellermann1-1/+6
2014-07-09DecoderAPI: add function decoder_read_full()Max Kellermann3-12/+31
2014-07-09DecoderAPI: add function decoder_skip()Max Kellermann3-14/+25
2014-07-09decoder/audiofile: use decoder_read()Max Kellermann1-15/+24
2014-07-09playlist/PlsPlaylistPlugin: fix build failure due to missing stdio.h includeGustavo Zacarias1-0/+1
2014-07-09output/HttpdClient: fix build failure due to missing stdio.h includeGustavo Zacarias1-0/+1
2014-07-09decoder/OpusDecoderPlugin: fix build failure due to missing stdio.h includeGustavo Zacarias1-0/+1
2014-07-09decoder/AudiofileDecoderPlugin: fix build failure due to missing stdio.h includeGustavo Zacarias1-0/+1
2014-07-02thread/{Mutex,Cond}: relicense to BSD-2Max Kellermann6-38/+58
2014-07-02thread/GLib{Mutex,Cond}: remove obsolete classesMax Kellermann2-178/+0
2014-06-30lib/nfs/Connection: include poll.hMax Kellermann1-0/+2
2014-06-27Added Comment/Description to decoder/plugins/XiphTags.cxxChristoph Tieben1-0/+4
2014-06-27decoder: vorbis, flac, opus: honor DESCRIPTION= tag in Xiph-based files as a ...Christoph Tieben1-0/+1
2014-06-26util/ConstBuffer: add method skip_front()Max Kellermann1-0/+9
2014-06-26util/ConstBuffer: wrap assert() in NDEBUG checkMax Kellermann1-0/+4
2014-06-23util/ConstBuffer: add method Contains()Max Kellermann1-0/+10
2014-06-23db/proxy: fall back to recursive walk on old libmpdclient/MPDMax Kellermann5-1/+63
2014-06-23db/proxy: use mpd_song_get_{start,end}() only with libmpdclient >= 2.3Max Kellermann1-0/+5
2014-06-23db/proxy: use mpd_song_get_{start,end}() only with libmpdclient >= 2.3Max Kellermann1-0/+5
2014-06-21input/async: use IsEOF() instead of !open for "ready" checkMax Kellermann1-2/+3
2014-06-21Revert "AsyncInputStream: fix assertion failure in AppendToBuffer()"Max Kellermann1-6/+4
2014-06-21input/nfs: never read more than space available in bufferMax Kellermann1-2/+4
2014-06-21db/proxy: initialize LightSong::real_uriMax Kellermann1-0/+1
2014-06-17lib/nfs/Manager: gcc 4.7 compatibility hackMax Kellermann3-0/+32
2014-06-17input/nfs: use the asynchronous libnfs APIMax Kellermann12-84/+1536
2014-06-17AsyncInputStream: fix assertion failure in AppendToBuffer()Max Kellermann1-4/+6
2014-06-17AsyncInputStream: reset "paused" when seekingMax Kellermann1-0/+1
2014-06-17input/curl: hold mutex while writing to postponed_errorMax Kellermann3-3/+16
2014-06-17input/AsyncInputStream: add method IsBufferFull()Max Kellermann1-0/+4
2014-06-16command: make argc unsignedMax Kellermann25-206/+205
2014-06-16Directory: eliminate attribute "have_stat"Max Kellermann3-4/+3
2014-06-16TagPool: move code to tag_value_slot_p()Max Kellermann1-9/+18
2014-06-16TagPool: convert macro to constexprMax Kellermann1-1/+1
2014-06-16db/simple: use class boost::intrusive::listMax Kellermann11-946/+151
2014-06-11ClientList: use class boost::intrusive::listMax Kellermann4-29/+25
2014-06-10ClientList: add typedef ListMax Kellermann1-3/+5