Age | Commit message (Expand) | Author |
2017-06-04 | *: add lost of "noexcept" specifications | Max Kellermann |
2017-06-03 | storage, db, mixer, command: remove more bogus "pure" attributes | Max Kellermann |
2017-06-03 | decoder/ffmpeg: add support for adx | Jörg Raftopoulos |
2017-05-29 | system/ByteOrder: fix byte order detection on FreeBSD/aarch64 | Max Kellermann |
2017-05-19 | playlist/m3u: support for mime-type `audio-mpegurl` for M3U playlists | Mario Di Raimondo |
2017-05-16 | Main: omit "constexpr" on MIN_BUFFER_SIZE with GCC 4.x | Max Kellermann |
2017-05-16 | output/{osx,haiku,pulse,sles}: add missing "noexcept" | Max Kellermann |
2017-05-15 | Main: cap buffer_before_play at 80% to prevent deadlock | Max Kellermann |
2017-05-15 | Main: enforce a reasonable minimum audio_buffer_size setting | Max Kellermann |
2017-05-15 | Main: refactor DEFAULT_BUFFER_SIZE to represent bytes | Max Kellermann |
2017-05-08 | *: remove "pure" and "const" attributes from throwing functions | Max Kellermann |
2017-05-08 | *: add "noexcept" to many, many function prototypes | Max Kellermann |
2017-04-24 | decoder/pcm: add missing nullptr check | Max Kellermann |
2017-04-24 | decoder/pcm: fix potential assertion failure in FillBuffer() | Max Kellermann |
2017-04-18 | Remove some redundant code | Bart Nagel |
2017-04-12 | util/ScopeExit: copy enabled tag in move constructor | Max Kellermann |
2017-04-06 | storage/FileInfo, db/simple/Directory: use 64 bit for device/inode | Max Kellermann |
2017-03-10 | lib/curl/Request: "ICY 200 OK" is a response boundary header | Max Kellermann |
2017-03-10 | lib/curl/Request: move code to IsResponseBoundaryHeader() | Max Kellermann |
2017-03-10 | Partition: handle SYNC_WITH_PLAYER before TAG_MODIFIED | Max Kellermann |
2017-03-10 | decoder/sidplay: make compatible with libsidplayfp < 1.8 | Max Kellermann |
2017-03-07 | Add missing include for cstdlib, otherwise free() is undefined | Thomas Zander |
2017-03-01 | util/HugeAllocator: paranoid check for sysconf()<0 | Max Kellermann |
2017-03-01 | ReusableArray: fix build error on GCC7 | Ben Boeckel |
2017-03-01 | db/simple/Mount: workaround for libc++ | Max Kellermann |
2017-03-01 | decoder/Thread: check ENABLE_FFMPEG, not HAVE_FFMPEG | Max Kellermann |
2017-03-01 | input/curl: use %lu instead of %llu | Max Kellermann |
2017-03-01 | input/curl: format Range offset as unsigned | Max Kellermann |
2017-03-01 | command/Error: improve libstdc++ 4.9.x detection for std::rethrow_if_nested()... | Max Kellermann |
2017-03-01 | decoder/mpcdec: ignore empty frames | Max Kellermann |
2017-02-20 | util/TimeFormat: suppress -Wunused on Windows | Max Kellermann |
2017-02-19 | tag/Handler: improve snprintf() return value check | Max Kellermann |
2017-02-19 | output/httpd/IcyMetaDataServer: cast length to unsigned | Max Kellermann |
2017-02-19 | output/httpd/IcyMetaDataServer: pad the string with 15 spaces | Max Kellermann |
2017-02-19 | output/httpd/IcyMetaDataServer: remove the int cast | Max Kellermann |
2017-02-10 | {input,mixer}/alsa: cancel the DeferredMonitor in the destructor | Max Kellermann |
2017-02-09 | event/Loop: make IsInsideOrNull() available in the NDEBUG build | Max Kellermann |
2017-02-09 | mixer/alsa: reset the MultiSocketMonitor in the destructor | Max Kellermann |
2017-02-09 | event/MultiSocketMonitor: add method Reset() | Max Kellermann |
2017-02-09 | event/MultiSocketMonitor: use C++11 initializer | Max Kellermann |
2017-02-09 | event/MultiSocketMonitor: more API documentation | Max Kellermann |
2017-02-09 | event/Call: allow usage during shutdown | Max Kellermann |
2017-02-09 | {input,mixer}/alsa: fix off-by-one bug in count check | Max Kellermann |
2017-02-08 | lib/nfs/FileReader: remove debug line | Max Kellermann |
2017-02-06 | tag/TagId3: use AtScopeExit() for exception-safety | Max Kellermann |
2017-02-06 | configure.ac: prepare for 0.20.5 | Max Kellermann |
2017-02-01 | lib/nfs/Connection: detect socket hangup and unregister from epoll | Max Kellermann |
2017-02-01 | lib/nfs/Connection: detect libnfs reconnect | Max Kellermann |
2017-02-01 | output/sndio: work around a libroar C++ incompatibility | Max Kellermann |
2017-01-31 | Correct method types to match Interface.hxx | Thomas Zander |