summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-07*: use nullptr instead of NULLMax Kellermann
2020-09-07io/FileDescriptor: add method FullRead()Max Kellermann
2020-09-07test/run_filter: use Filter::Flush()Max Kellermann
2020-09-07test/run_filter: pass ConstBuffer<void> to FullWrite()Max Kellermann
2020-09-07test/run_filter: fix error messageMax Kellermann
2020-09-07test/run_filter: check for partial writesMax Kellermann
2020-09-07test/run_filter: move code to WriteOrThrow()Max Kellermann
2020-09-07test/run_filter: use class FileDescriptorMax Kellermann
2020-09-07test/run_filter: ensure that partial frames will not get passed to the filterMax Kellermann
2020-09-07test/run_filter: move the buffer into the loopMax Kellermann
2020-09-07test/run_input: use WithBufferedOutputStream()Max Kellermann
2020-09-07test/run_input: convert pointer to referenceMax Kellermann
2020-09-04archive/iso9660: free iso9660_stat_t as early as possibleMax Kellermann
2020-09-04archive/bzip2: make variables more localMax Kellermann
2020-09-04archive/bzip2: move the eof check out of the ScopeUnlockMax Kellermann
2020-09-04archive/bzip2: throw on unexpected input EOFMax Kellermann
2020-09-04archive/bzip2: simplify bz_stream initializerMax Kellermann
2020-09-04archive/bzip2: fold Open() into constructorMax Kellermann
2020-09-04archive/bzip2: reorder fields to improve packingMax Kellermann
2020-09-04archive/bzip2: add `override`Max Kellermann
2020-09-04python/build/libs.py: update Boost to 1.74.0Max Kellermann
2020-09-04python/build/libs.py: update CURL to 7.72.0Max Kellermann
2020-09-04archive/zzip: fix crash on corrupt ZIP fileMax Kellermann
2020-09-04archive/zzip: use zzip_ssize_t to avoid integer overflowsMax Kellermann
2020-09-04archive/zzip: add `override`Max Kellermann
2020-09-04archive/zzip: pass std::shared_ptr as template parameterMax Kellermann
2020-09-04archive/zzip: add `explicit`Max Kellermann
2020-09-04win32/build.py: add -D_FORTIFY_SOURCE=0Max Kellermann
2020-09-04decoder/sndfile: allow partial reads at end of fileMax Kellermann
2020-09-04decoder/API: add decoder_read_much()Max Kellermann
2020-09-04decoder/API: add `noexcept`Max Kellermann
2020-08-14system/ByteOrder: add `noexcept`Max Kellermann
2020-08-14output/osx: catch kAudioDevicePropertyHogMode errorsMax Kellermann
2020-08-14test/meson.build: add explicit dependency from run_output on libevent.aMax Kellermann
2020-07-23lib/icu: fix build without libc iconv supportRosen Penev
2020-07-20neighbor/smbclient: remove obsolete commented codeMax Kellermann
2020-07-20doc/plugins.rst: document sample formats for OpenSLESMax Kellermann
2020-07-20output/sles: support floating point samplesMax Kellermann
2020-07-20output/sles: move SampleFormat selection to switch/case blockMax Kellermann
2020-07-20python/build/libs.py: update CURL to 7.71.1Max Kellermann
2020-07-20python/build/libs.py: update FFmpeg to 4.3.1Max Kellermann
2020-07-20python/build/libs.py: update libvorbis to 1.3.7Max Kellermann
2020-07-20python/build/libs.py: update libmpdclient to 2.19Max Kellermann
2020-07-16input/Init: downgrade PluginUnconfigured to LogLevel::DEBUGMax Kellermann
2020-07-16increment version number to 0.21.26Max Kellermann
2020-07-06release v0.21.25v0.21.25Max Kellermann
2020-07-06db/upnp/Object: root nodes are allowed to omit parent_id and nameMax Kellermann
2020-07-06PluginUnavailable: backport class PluginUnconfigured from masterMax Kellermann
2020-07-06Log: add Log() and LogFormat() overloads with std::exception_ptrMax Kellermann
2020-07-06Log: make LogLevel the first parameterMax Kellermann