summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-11doc/example: remove "format" and "audio_output_format"Max Kellermann
2013-11-11util/RefCount: no "constexpr" with libc++Max Kellermann
2013-11-11util/LazyRandomEngine: make min()/max() static+constexprMax Kellermann
2013-11-11output/httpd: don't use incomplete template argument with libc++Max Kellermann
2013-11-11filter/route, ...: add missing stdlib.h includesMax Kellermann
2013-11-11DespotifyUtils: add missing stdio.h includeMax Kellermann
2013-11-11DecoderAPI: add missing math.h includeMax Kellermann
2013-11-10decoder/dsdiff: fix byte order bugJurgen Kramer
2013-11-09DecoderThread: add missing <functional> includeMax Kellermann
2013-11-09configure.ac: prepare for 0.18.4Max Kellermann
2013-11-08release v0.18.3v0.18.3Max Kellermann
2013-11-08doc/developer: add text from the wikiMax Kellermann
2013-11-08Makefile.am: disable dist-bzip2Max Kellermann
2013-11-08doc: show .tar.xz in sample unpack commandMax Kellermann
2013-11-08doc: replace the remaining wikia linksMax Kellermann
2013-11-08DecoderAPI: log without holding mutexMax Kellermann
2013-11-08PlayerThread: fix stuck MPD after song change (0.18.2 regression)Max Kellermann
2013-11-08DecoderInternal: simplify need_chunks()Max Kellermann
2013-11-08DecoderInternal: don't wake up player in need_chunksMax Kellermann
2013-11-08configure.ac: prepare for 0.18.3Max Kellermann
2013-11-07release v0.18.2v0.18.2Max Kellermann
2013-11-07doc: more information about "close"Max Kellermann
2013-11-07doc: remove documentation on obsolete tcp_keep_alive optionsMax Kellermann
2013-11-07doc: add link to user manualMax Kellermann
2013-11-07doc: update current maintainerMax Kellermann
2013-11-07doc: update Mantis linkMax Kellermann
2013-11-07doc/user: add more documentation for the proxy database pluginMax Kellermann
2013-11-07input/cdio_paranoia: add setting "default_byte_order"Max Kellermann
2013-11-07AvahiPoll: don't close the dbus socketMax Kellermann
2013-11-07input/curl: unregister removed sockets from epollMax Kellermann
2013-11-06OutputControl: reduce the number of OutputThread wakeupsMax Kellermann
2013-11-06PlayerThread: reduce the number of DecoderThread wakeupsMax Kellermann
2013-11-06DecoderControl: reduce the number of PlayerThread wakeupsMax Kellermann
2013-11-06DecoderInternal: lock DecoderControl in _flush_chunk()Max Kellermann
2013-11-06DecoderInternal: wake up the player thread in _flush_chunk()Max Kellermann
2013-11-06event/FullyBufferedSocket: remove obsolete TODO commentMax Kellermann
2013-11-06ClientRead: "close" flushes the output bufferMax Kellermann
2013-11-06event/FullyBufferedSocket: try to write without extra roundtripMax Kellermann
2013-11-06event/FullyBufferedSocket: make WriteFromBuffer() protectedMax Kellermann
2013-11-06PlayerThread: enable buffering when starting playbackMax Kellermann
2013-11-06configure.ac: require libaudiofile 0.3 due to API breakageMax Kellermann
2013-11-06input/curl: fix bug with redirected streamsMax Kellermann
2013-11-06input/curl: move code into class CurlMultiMax Kellermann
2013-11-06input/curl: remove the global list of requestsMax Kellermann
2013-11-06input/curl: don't abort all requests on curl_multi_perform() errorMax Kellermann
2013-11-06input/curl: use CURLOPT_PRIVATEMax Kellermann
2013-11-06event/SocketMonitor: add method Abandon()Max Kellermann
2013-11-05system/ByteOrder: fix big-endian supportMax Kellermann
2013-11-05playlist/pls: fix reversed song orderMax Kellermann
2013-11-05decoder/dsf: enable DSD128Jurgen Kramer