summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-02-03Client: eliminate client_puts(), use Client::Write() insteadMax Kellermann
2017-02-03Client: make attributes "uid" and "num" constMax Kellermann
2017-02-01Merge tag 'v0.20.4'Max Kellermann
2017-02-01lib/nfs/Connection: detect socket hangup and unregister from epollMax Kellermann
2017-02-01lib/nfs/Connection: detect libnfs reconnectMax Kellermann
2017-02-01output/sndio: work around a libroar C++ incompatibilityMax Kellermann
2017-01-31Correct method types to match Interface.hxxThomas Zander
2017-01-31free() require cstdlib to be includedThomas Zander
2017-01-27pcm/SampleFormat: workaround for GCC 4.9 "constexpr" bugMax Kellermann
2017-01-26lib/curl/Global: decouple from the IOThread libraryMax Kellermann
2017-01-26input/Plugin: pass EventLoop& to init()Max Kellermann
2017-01-26input/nfs: use NfsFileReader::GetEventLoop()Max Kellermann
2017-01-26lib/nfs/FileReader: use nfs_get_event_loop()Max Kellermann
2017-01-26lib/nfs/Glue: add EventLoop& accessorMax Kellermann
2017-01-26lib/nfs/FileReader: use C++11 initializersMax Kellermann
2017-01-25input/async: pass EventLoop& to constructorMax Kellermann
2017-01-25input/Plugin: include cleanupMax Kellermann
2017-01-25input/curl: use CurlGlobal::GetEventLoop()Max Kellermann
2017-01-25input/async: add method GetEventLoop()Max Kellermann
2017-01-25lib/nfs/{FileReader,Glue}: pass EventLoop&Max Kellermann
2017-01-25IOThread: make io_thread_run() staticMax Kellermann
2017-01-25output/Plugin: pass EventLoop& to init()Max Kellermann
2017-01-25output/ao: convert to class, make attributes privateMax Kellermann
2017-01-25output/ao: use AudioOutputWrapperMax Kellermann
2017-01-25output/ao: use const_cast instead of the union hackMax Kellermann
2017-01-25output/solaris: convert to class, make attributes privateMax Kellermann
2017-01-25output/solaris: use AudioOutputWrapperMax Kellermann
2017-01-25output/httpd: use AudioOutputWrapperMax Kellermann
2017-01-25output/roar: use AudioOutputWrapper::Init()Max Kellermann
2017-01-25output/Wrapper: add missing includeMax Kellermann
2017-01-25output/Plugin: convert pointers to referencesMax Kellermann
2017-01-25input/alsa: use snd_pcm_?w_params_alloca()Max Kellermann
2017-01-24output/alsa: convert to class, make attributes privateMax Kellermann
2017-01-24output/alsa: make AlsaSetup() an AlsaOutput methodMax Kellermann
2017-01-24output/alsa: move code from AlsaSetup() to AlsaSetupSw()Max Kellermann
2017-01-24output/alsa: move code from AlsaSetup() to AlsaSetupHw()Max Kellermann
2017-01-23lib/upnp/Util: pass single delimiter character to stringToTokens()Max Kellermann
2017-01-23lib/upnp/Util: remove parameter "skipinit", always trueMax Kellermann
2017-01-23lib/upnp/WorkQueue: fix race conditionMax Kellermann
2017-01-23lib/upnp: fix bad std::chrono castMax Kellermann
2017-01-23db/simple: drop redundant "virtual"Max Kellermann
2017-01-23db/proxy: drop redundant "virtual"Max Kellermann
2017-01-23db/proxy: make connect errors during startup non-fatalMax Kellermann
2017-01-23db/proxy: improve Connect() error messageMax Kellermann
2017-01-23Main, db/Glue: improve error messagesMax Kellermann
2017-01-23lib/upnp/WorkQueue: disallow copyingMax Kellermann
2017-01-23lib/upnp/WorkQueue: make constructor explicitMax Kellermann
2017-01-23lib/upnp/WorkQueue: use C++11 initializersMax Kellermann
2017-01-23db/proxy: make the base class of LibmpdclientError publicMax Kellermann
2017-01-23output/Source: reset the ReplayGain serials ion OpenFilter()Max Kellermann