summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-03-10lib/curl/Request: "ICY 200 OK" is a response boundary headerMax Kellermann
2017-03-10lib/curl/Request: move code to IsResponseBoundaryHeader()Max Kellermann
2017-03-10Partition: handle SYNC_WITH_PLAYER before TAG_MODIFIEDMax Kellermann
2017-03-10decoder/sidplay: make compatible with libsidplayfp < 1.8Max Kellermann
2017-03-07Add missing include for cstdlib, otherwise free() is undefinedThomas Zander
2017-03-01util/HugeAllocator: paranoid check for sysconf()<0Max Kellermann
2017-03-01ReusableArray: fix build error on GCC7Ben Boeckel
2017-03-01db/simple/Mount: workaround for libc++Max Kellermann
2017-03-01decoder/Thread: check ENABLE_FFMPEG, not HAVE_FFMPEGMax Kellermann
2017-03-01input/curl: use %lu instead of %lluMax Kellermann
2017-03-01input/curl: format Range offset as unsignedMax Kellermann
2017-03-01command/Error: improve libstdc++ 4.9.x detection for std::rethrow_if_nested()...Max Kellermann
2017-03-01decoder/mpcdec: ignore empty framesMax Kellermann
2017-02-20util/TimeFormat: suppress -Wunused on WindowsMax Kellermann
2017-02-19tag/Handler: improve snprintf() return value checkMax Kellermann
2017-02-19output/httpd/IcyMetaDataServer: cast length to unsignedMax Kellermann
2017-02-19output/httpd/IcyMetaDataServer: pad the string with 15 spacesMax Kellermann
2017-02-19output/httpd/IcyMetaDataServer: remove the int castMax Kellermann
2017-02-10{input,mixer}/alsa: cancel the DeferredMonitor in the destructorMax Kellermann
2017-02-09event/Loop: make IsInsideOrNull() available in the NDEBUG buildMax Kellermann
2017-02-09mixer/alsa: reset the MultiSocketMonitor in the destructorMax Kellermann
2017-02-09event/MultiSocketMonitor: add method Reset()Max Kellermann
2017-02-09event/MultiSocketMonitor: use C++11 initializerMax Kellermann
2017-02-09event/MultiSocketMonitor: more API documentationMax Kellermann
2017-02-09event/Call: allow usage during shutdownMax Kellermann
2017-02-09{input,mixer}/alsa: fix off-by-one bug in count checkMax Kellermann
2017-02-08lib/nfs/FileReader: remove debug lineMax Kellermann
2017-02-06tag/TagId3: use AtScopeExit() for exception-safetyMax Kellermann
2017-02-06configure.ac: prepare for 0.20.5Max 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-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