aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: prepare version 0.19Max Kellermann2013-11-131-1/+1
* release v0.18.4Max Kellermann2013-11-131-1/+1
* doc/example: remove "format" and "audio_output_format"Max Kellermann2013-11-111-8/+0
* util/RefCount: no "constexpr" with libc++Max Kellermann2013-11-112-1/+7
* 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-115-0/+5
* 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-103-2/+15
* DecoderThread: add missing <functional> includeMax Kellermann2013-11-091-0/+2
* configure.ac: prepare for 0.18.4Max Kellermann2013-11-092-1/+3
* release v0.18.3Max Kellermann2013-11-081-1/+1
* doc/developer: add text from the wikiMax Kellermann2013-11-081-1/+64
* Makefile.am: disable dist-bzip2Max Kellermann2013-11-082-2/+2
* doc: show .tar.xz in sample unpack commandMax Kellermann2013-11-082-7/+3
* doc: replace the remaining wikia linksMax Kellermann2013-11-083-11/+9
* DecoderAPI: log without holding mutexMax Kellermann2013-11-081-2/+2
* PlayerThread: fix stuck MPD after song change (0.18.2 regression)Max Kellermann2013-11-082-4/+9
* DecoderInternal: simplify need_chunks()Max Kellermann2013-11-081-11/+4
* DecoderInternal: don't wake up player in need_chunksMax Kellermann2013-11-081-1/+0
* configure.ac: prepare for 0.18.3Max Kellermann2013-11-082-1/+3
* release v0.18.2Max Kellermann2013-11-071-1/+1
* doc: more information about "close"Max Kellermann2013-11-071-1/+4
* doc: remove documentation on obsolete tcp_keep_alive optionsMax Kellermann2013-11-072-45/+0
* doc: add link to user manualMax Kellermann2013-11-071-0/+4
* doc: update current maintainerMax Kellermann2013-11-071-1/+1
* doc: update Mantis linkMax Kellermann2013-11-071-1/+1
* doc/user: add more documentation for the proxy database pluginMax Kellermann2013-11-072-1/+13
* input/cdio_paranoia: add setting "default_byte_order"Max Kellermann2013-11-073-2/+51
* 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-064-1/+14
* 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-062-1/+2
* configure.ac: require libaudiofile 0.3 due to API breakageMax Kellermann2013-11-062-1/+2
* input/curl: fix bug with redirected streamsMax Kellermann2013-11-062-110/+140
* 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-052-2/+3