aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-05event/Loop: try to avoid the WakeFD when adding DeferredMonitorMax Kellermann2-2/+24
2014-01-05event/Loop: combine multiple WakeFD::Write() callsMax Kellermann1-1/+6
2014-01-05event/Loop: add attribute "again"Max Kellermann2-2/+10
2014-01-05event/Loop: add thread-safety assertionsMax Kellermann3-1/+30
2014-01-05output/httpd: move the clients.clear() call to the IOThreadMax Kellermann1-1/+3
2014-01-05output/httpd: import GetEventLoop()Max Kellermann2-3/+5
2014-01-05ClientList: use "delete" instead of Client::Close()Max Kellermann1-2/+8
2014-01-05event/Loop: remove obsolete assertionMax Kellermann1-2/+0
2014-01-05event/Loop: move code to HandleDeferred()Max Kellermann2-8/+19
2014-01-05event/MultiSocketMonitor: add missing <algorithm> includeMax Kellermann1-0/+2
2014-01-05event/MultiSocketMonitor: add method ReplaceSocketList()Max Kellermann3-18/+43
2014-01-05event/MultiSocketMonitor: include cleanupMax Kellermann2-8/+1
2014-01-04event/Loop: remove the GLib implementationMax Kellermann12-664/+3
2014-01-04output/httpd: move Bind()/Unbind() to the IOThreadMax Kellermann1-4/+8
2014-01-04event/poll: eliminate one vector::size() callMax Kellermann1-2/+3
2014-01-04output/httpd: move all broadcast operations to the IOThreadMax Kellermann2-11/+76
2014-01-04output/httpd: use the IOThreadMax Kellermann1-2/+2
2014-01-04output/httpd: move queue size check to HttpdClient::PushPage()Max Kellermann3-18/+6
2014-01-04output/httpd: wrap the std::list in std::queueMax Kellermann2-6/+16
2014-01-04output/httpd: merge duplicate code to ClearQueue()Max Kellermann2-5/+15
2014-01-04output/httpd: keep track of queue sizeMax Kellermann2-13/+14
2014-01-04event/Loop: remove bogus "!quit" assertionMax Kellermann1-5/+3
2014-01-04event/Loop: remove unused method AddCall()Max Kellermann2-28/+0
2014-01-04event/Loop: non-recursive Break() implementationMax Kellermann1-4/+2
2014-01-04mixer/alsa: use DeferredMonitor to update file descriptorsMax Kellermann1-14/+7
2014-01-04event/BlockingCall: always use DeferredMonitor internallyMax Kellermann1-24/+0
2014-01-04event/DeferredMonitor: make fully thread-safeMax Kellermann4-54/+77
2014-01-04Added application key for soundcloud pluginJames McGlashan (DarkFox)1-1/+2
2014-01-04Added user and search paramaters for SoundCloud pluginJames McGlashan (DarkFox)1-0/+8
2014-01-02http -> https for SoundCloud pluginJames McGlashan (DarkFox)1-6/+6
2013-12-31output/httpd: change "struct" to "class"Max Kellermann3-4/+7
2013-12-31output/httpd: move code to methods Delay(), Play(), Cancel()Max Kellermann2-22/+46
2013-12-31output/httpd: move Cast() into the classMax Kellermann2-25/+23
2013-12-31output/httpd: add methods Init(), Finish()Max Kellermann2-12/+29
2013-12-31output/httpd: use reference instead of pointerMax Kellermann3-14/+14
2013-12-31output/httpd: make the HttpdClient base class "private"Max Kellermann1-1/+1
2013-12-31event/*Monitor: document as not being thread-safeMax Kellermann4-0/+15
2013-12-31event/Loop: document that AddCall() is thread-safeMax Kellermann1-0/+5
2013-12-29command: "lsinfo" and "readcomments" allowed for remote filesMax Kellermann4-0/+59
2013-12-29SongUpdate: read tags from songs in an archiveMax Kellermann3-5/+128
2013-12-29InputStream: add static method OpenReady()Max Kellermann7-15/+41
2013-12-29TagFile: rewind the stream before trying the next pluginMax Kellermann1-1/+2
2013-12-29DecoderList: add "pure" attributeMax Kellermann1-0/+1
2013-12-29DecoderList: add function decoder_plugins_supports_suffix()Max Kellermann4-54/+20
2013-12-29DecoderThread: use decoder_plugins_try()Max Kellermann1-32/+44
2013-12-29UpdateContainer: pass suffix instead of DecoderPluginMax Kellermann3-6/+18
2013-12-29TagFile: pass reference instead of pointerMax Kellermann5-9/+6
2013-12-29TagFile: use decoder_plugins_try()Max Kellermann1-41/+54
2013-12-29DecoderList: remove unused function decoder_plugin_from_mime_type()Max Kellermann2-25/+0
2013-12-29daemon: no initgroups() when already running as the configured userMax Kellermann1-1/+5