summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-15Main: enforce a reasonable minimum audio_buffer_size settingMax Kellermann
2017-05-15Main: refactor DEFAULT_BUFFER_SIZE to represent bytesMax Kellermann
2017-05-15doc/developer.xml: change git URIs to GitHubMax Kellermann
2017-05-15doc, README.md: update bug tracker URLMax Kellermann
2017-05-08*: remove "pure" and "const" attributes from throwing functionsMax Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-04-24python/libs: upgrade Boost to 1.64Max Kellermann
2017-04-24python/build/libs: upgrade CURL to 7.54.0Max Kellermann
2017-04-24python/build/libs: upgrade FFmpeg to 3.3Max Kellermann
2017-04-24decoder/pcm: add missing nullptr checkMax Kellermann
2017-04-24decoder/pcm: fix potential assertion failure in FillBuffer()Max Kellermann
2017-04-18Remove some redundant codeBart Nagel
2017-04-12util/ScopeExit: copy enabled tag in move constructorMax Kellermann
2017-04-11Update libs.pymartinarielhartmann
2017-04-11Fix typocotko
2017-04-06storage/FileInfo, db/simple/Directory: use 64 bit for device/inodeMax Kellermann
2017-03-16configure.ac: prepare for 0.20.7Max Kellermann
2017-03-10release v0.20.6v0.20.6Max Kellermann
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-01android/build.py: build with libc++ instead of GNU libstdc++Max Kellermann
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-03-01configure.ac: prepare for 0.20.6Max Kellermann
2017-02-20release v0.20.5v0.20.5Max Kellermann
2017-02-20util/TimeFormat: suppress -Wunused on WindowsMax Kellermann
2017-02-20python/build/libs: upgrade FFmpeg to 3.2.4Max Kellermann
2017-02-20doc/user: instructions to compile the Windows binaryMax Kellermann
2017-02-20win32/build.py: default to x64 buildMax Kellermann
2017-02-20win32/build.py: add option --32Max Kellermann
2017-02-20win32/build.py: convert argument parser to loopMax Kellermann
2017-02-20win32/build.py: add variable "x64", assign host_arch laterMax 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-18doc/include/tags.xml: clarify that track/disc are decimalMax 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