aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* PcmUtils: add function PcmClampN()Max Kellermann2013-11-221-0/+12
* db/proxy: implement method GetUpdateStamp()Max Kellermann2013-11-221-2/+7
* DatabasePlugin: add method GetUpdateStamp()Max Kellermann2013-11-226-26/+26
* Stats: print db statistics only if db is availableMax Kellermann2013-11-221-6/+19
* Stats: print more unsigned integersMax Kellermann2013-11-221-6/+6
* Stats: auto-reload statistics with proxy pluginMax Kellermann2013-11-221-0/+7
* Stats: use struct DatabaseStatsMax Kellermann2013-11-222-25/+4
* Stats: move the GTimer variable out of struct statsMax Kellermann2013-11-222-6/+4
* Stats: don't export the global variable "stats"Max Kellermann2013-11-222-3/+1
* Stats: print db_update as unsigned integerMax Kellermann2013-11-221-2/+2
* Mapper: _get_music_directory_utf8() may return nullptrMax Kellermann2013-11-222-2/+5
* system/ByteOrder: testing for endianness in a more general wayFlorian Schlichting2013-11-211-1/+11
* util/ByteOrder: add commentsMax Kellermann2013-11-211-0/+2
* util/ByteOrder: indent the preprocessor directivesMax Kellermann2013-11-211-4/+4
* system/fd_util.h: avoid symbol conflict with statically linked libmpdclientDenis Krjuchkov2013-11-181-0/+5
* decoder/OggFind.cxx: include stdio.h for SEEK_END definitionDenis Krjuchkov2013-11-181-0/+2
* util/RefCount: no "constexpr" with libc++Max Kellermann2013-11-111-1/+6
* util/LazyRandomEngine: make min()/max() static+constexprMax Kellermann2013-11-111-4/+4
* output/httpd: don't use incomplete template argument with libc++Max Kellermann2013-11-111-0/+5
* filter/route, ...: add missing stdlib.h includesMax Kellermann2013-11-113-0/+3
* DespotifyUtils: add missing stdio.h includeMax Kellermann2013-11-111-0/+2
* DecoderAPI: add missing math.h includeMax Kellermann2013-11-111-0/+1
* decoder/dsdiff: fix byte order bugJurgen Kramer2013-11-102-2/+13
* DecoderThread: add missing <functional> includeMax Kellermann2013-11-091-0/+2
* DecoderAPI: log without holding mutexMax Kellermann2013-11-081-2/+2
* PlayerThread: fix stuck MPD after song change (0.18.2 regression)Max Kellermann2013-11-081-4/+8
* DecoderInternal: simplify need_chunks()Max Kellermann2013-11-081-11/+4
* DecoderInternal: don't wake up player in need_chunksMax Kellermann2013-11-081-1/+0
* input/cdio_paranoia: add setting "default_byte_order"Max Kellermann2013-11-071-2/+26
* AvahiPoll: don't close the dbus socketMax Kellermann2013-11-071-0/+4
* input/curl: unregister removed sockets from epollMax Kellermann2013-11-071-1/+9
* OutputControl: reduce the number of OutputThread wakeupsMax Kellermann2013-11-064-2/+30
* PlayerThread: reduce the number of DecoderThread wakeupsMax Kellermann2013-11-061-2/+14
* DecoderControl: reduce the number of PlayerThread wakeupsMax Kellermann2013-11-063-4/+26
* DecoderInternal: lock DecoderControl in _flush_chunk()Max Kellermann2013-11-062-0/+4
* DecoderInternal: wake up the player thread in _flush_chunk()Max Kellermann2013-11-062-4/+2
* event/FullyBufferedSocket: remove obsolete TODO commentMax Kellermann2013-11-061-16/+0
* ClientRead: "close" flushes the output bufferMax Kellermann2013-11-063-1/+12
* event/FullyBufferedSocket: try to write without extra roundtripMax Kellermann2013-11-062-17/+33
* event/FullyBufferedSocket: make WriteFromBuffer() protectedMax Kellermann2013-11-062-4/+4
* PlayerThread: enable buffering when starting playbackMax Kellermann2013-11-061-1/+1
* input/curl: fix bug with redirected streamsMax Kellermann2013-11-061-110/+138
* input/curl: move code into class CurlMultiMax Kellermann2013-11-061-43/+66
* input/curl: remove the global list of requestsMax Kellermann2013-11-061-13/+0
* input/curl: don't abort all requests on curl_multi_perform() errorMax Kellermann2013-11-061-40/+7
* input/curl: use CURLOPT_PRIVATEMax Kellermann2013-11-061-5/+7
* event/SocketMonitor: add method Abandon()Max Kellermann2013-11-064-2/+32
* system/ByteOrder: fix big-endian supportMax Kellermann2013-11-051-2/+2
* playlist/pls: fix reversed song orderMax Kellermann2013-11-051-1/+0
* decoder/dsf: enable DSD128Jurgen Kramer2013-11-051-2/+2