summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-04-28test/test_mixramp: workaround for -Wdouble-promotionMax Kellermann
2021-04-26test/test_pcm_format: another workaround for -Wdouble-promotionMax Kellermann
2021-04-26test/test_pcm_format: work around -Wdouble-promotionMax Kellermann
2021-03-08test/run_output: call AudioOutput::Drain()Max Kellermann
2021-03-08test/run_{input,output,convert}: switch file descriptors to binary modeMax Kellermann
2021-03-08test/run_output: use class StaticFifoBufferMax Kellermann
2021-03-08test/run_convert: use std::byteMax Kellermann
2021-03-08test/run_convert: pass FileDescriptor to RunConvert()Max Kellermann
2021-03-08test/run_convert: move code to RunConvert()Max Kellermann
2021-03-08test/run_output: pass FileDescriptor to run_output()Max Kellermann
2021-03-05test/run_output: use OptionParser, add option "--verbose"Max Kellermann
2021-03-05test/run_output: add struct CommandLineMax Kellermann
2021-03-05test/run_convert: fix Windows compiler errorsMax Kellermann
2021-03-05test/TestLookupFile: fix Windows compiler errorsMax Kellermann
2021-02-07test/run_input: add option --seekMax Kellermann
2021-02-07test/run_input: document more optionsMax Kellermann
2021-01-01copyright year 2021Max Kellermann
2020-10-28protocol/Ack: remove unused variable `ack_domain`Max Kellermann
2020-10-05playlist/cue/parser: pass StringView to Feed()Max Kellermann
2020-10-05test/fuzzer: a simple fuzzer using libFuzzerMax Kellermann
2020-09-22meson.build: add -Wdouble-promotionMax Kellermann
2020-09-21decoder/plugin: add method protocols()Max Kellermann
2020-09-07Merge branch 'v0.21.x' into masterMax Kellermann
2020-09-07test/test_archive_iso9660.sh: use an odd chunk size to trigger bugMax Kellermann
2020-09-07test/run_input: add option --chunk-sizeMax Kellermann
2020-09-07Merge branch 'v0.21.x' into masterMax Kellermann
2020-09-07test/run_input: pass FileDescriptor to dump_input_stream()Max Kellermann
2020-09-07system/FileDescriptor: add method FullWrite()Max Kellermann
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-08-14test/meson.build: add explicit dependency from run_output on libevent.aMax Kellermann
2020-07-06Log: make LogLevel the first parameterMax Kellermann
2020-07-01system/ByteOrder: move to util/Max Kellermann
2020-07-01test/meson.build: add explicit dependency from run_output on libevent.aMax Kellermann
2020-06-04test/meson.build: install GTest from fallback Meson wrapMax Kellermann
2020-06-04test/meson.build: disable GTest warning "ScopedTrace was marked unused but wa...Max Kellermann
2020-05-26test/test_pcm_export: eliminate zero-length arraysMax Kellermann
2020-05-05system/FileDescriptor: move to io/Max Kellermann
2020-04-02Merge tag 'v0.21.22'Max Kellermann
2020-04-02test/meson.build: work around linker failure due to statically linked CURLMax Kellermann