summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-04output/httpd: move all broadcast operations to the IOThreadMax Kellermann
2014-01-04output/httpd: use the IOThreadMax Kellermann
2014-01-04output/httpd: move queue size check to HttpdClient::PushPage()Max Kellermann
2014-01-04output/httpd: wrap the std::list in std::queueMax Kellermann
2014-01-04output/httpd: merge duplicate code to ClearQueue()Max Kellermann
2014-01-04output/httpd: keep track of queue sizeMax Kellermann
2014-01-04event/Loop: remove bogus "!quit" assertionMax Kellermann
2014-01-04event/Loop: remove unused method AddCall()Max Kellermann
2014-01-04event/Loop: non-recursive Break() implementationMax Kellermann
2014-01-04mixer/alsa: use DeferredMonitor to update file descriptorsMax Kellermann
2014-01-04event/BlockingCall: always use DeferredMonitor internallyMax Kellermann
2014-01-04event/DeferredMonitor: make fully thread-safeMax Kellermann
2014-01-04Added application key for soundcloud pluginJames McGlashan (DarkFox)
2014-01-04Added soundcloud documentationJames McGlashan (DarkFox)
2014-01-04Added user and search paramaters for SoundCloud pluginJames McGlashan (DarkFox)
2014-01-02http -> https for SoundCloud pluginJames McGlashan (DarkFox)
2013-12-31output/httpd: change "struct" to "class"Max Kellermann
2013-12-31output/httpd: move code to methods Delay(), Play(), Cancel()Max Kellermann
2013-12-31output/httpd: move Cast() into the classMax Kellermann
2013-12-31output/httpd: add methods Init(), Finish()Max Kellermann
2013-12-31output/httpd: use reference instead of pointerMax Kellermann
2013-12-31output/httpd: make the HttpdClient base class "private"Max Kellermann
2013-12-31event/*Monitor: document as not being thread-safeMax Kellermann
2013-12-31event/Loop: document that AddCall() is thread-safeMax Kellermann
2013-12-29command: "lsinfo" and "readcomments" allowed for remote filesMax Kellermann
2013-12-29SongUpdate: read tags from songs in an archiveMax Kellermann
2013-12-29InputStream: add static method OpenReady()Max Kellermann
2013-12-29TagFile: rewind the stream before trying the next pluginMax Kellermann
2013-12-29DecoderList: add "pure" attributeMax Kellermann
2013-12-29DecoderList: add function decoder_plugins_supports_suffix()Max Kellermann
2013-12-29DecoderThread: use decoder_plugins_try()Max Kellermann
2013-12-29UpdateContainer: pass suffix instead of DecoderPluginMax Kellermann
2013-12-29TagFile: pass reference instead of pointerMax Kellermann
2013-12-29TagFile: use decoder_plugins_try()Max Kellermann
2013-12-29DecoderList: remove unused function decoder_plugin_from_mime_type()Max Kellermann
2013-12-29Merge branch 'v0.18.x'Max Kellermann
2013-12-29configure.ac: improved check for libyajl 1.0Max Kellermann
2013-12-29daemon: no initgroups() when already running as the configured userMax Kellermann
2013-12-29Daemon: fix typo in commentMax Kellermann
2013-12-29Daemon: simplify nested "if"Max Kellermann
2013-12-29Daemon: fix typo in castMax Kellermann
2013-12-29configure.ac: prepare for 0.18.7Max Kellermann
2013-12-29input/smbclient: new input pluginMax Kellermann
2013-12-29ls: add "pure" attributeMax Kellermann
2013-12-28pcm/Volume: remove unused function pcm_volume_dither()Max Kellermann
2013-12-28pcm/PcmMix: improved ditheringMax Kellermann
2013-12-28pcm/Volume: improved ditheringMax Kellermann
2013-12-28pcm/PcmDither: inline Dither24To16() and Dither32To16()Max Kellermann
2013-12-28pcm/Volume: remove optimized i386 assemblyMax Kellermann
2013-12-25pcm/Traits: use 32 bit integer for S8 long_typeMax Kellermann