summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-08-10time/FileTime: add ChronoToFileTime()Max Kellermann
2021-08-10test/time/TestFileTime: new unit testMax Kellermann
2021-08-10test/time/TestISO8601: disable on Windows for nowMax Kellermann
2021-08-10test/meson.build: add missing dependencies on libfmtMax Kellermann
2021-05-17Merge branch 'v0.22.x'Max Kellermann
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-10Merge branch 'v0.22.x'Max 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-05Merge branch 'v0.22.x'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-05Merge branch 'v0.22.x'Max Kellermann
2021-03-05test/run_convert: fix Windows compiler errorsMax Kellermann
2021-03-05test/TestLookupFile: fix Windows compiler errorsMax Kellermann
2021-03-02test/util/TestIntrusiveList: add AutoUnlink testMax Kellermann
2021-03-02test/util/TestIntrusiveList: new unit testMax Kellermann
2021-03-02util/Exception: add FindNested()Max Kellermann
2021-03-02test/util/TestException: add CheckFindRetrowNested() unit testMax Kellermann
2021-02-24zeroconf/{bonjour,avahi}: pass service_type as parameterMax Kellermann
2021-02-24test/run_avahi: refactor to RunZeroconf (both avahi and bonjour)Max Kellermann
2021-02-24zeroconf/avahi/Init: return a std::unique_ptr<AvahiHelper>Max Kellermann
2021-02-24zeroconf/Zeroconf*: drop prefix from file namesMax Kellermann
2021-02-24zeroconf: pass global port to init functionMax Kellermann
2021-02-22zeroconf/AvahiPoll: move to lib/avahi/Max Kellermann
2021-02-07Merge branch 'v0.22.x'Max Kellermann
2021-02-07test/run_input: add option --seekMax Kellermann
2021-02-07test/run_input: document more optionsMax Kellermann
2021-01-01Merge branch 'v0.22.x'Max Kellermann
2021-01-01copyright year 2021Max Kellermann
2020-12-15curl/Handler: disallow OnData() to throwMax Kellermann
2020-12-02test/util/TestException: new unit testMax Kellermann
2020-12-02test/util/TestTemplateString: new unit testMax Kellermann
2020-12-02test/TestUtil: move to test/util/Max Kellermann
2020-11-30time/ISO8601: support YYYY-MM (without day of month)Max Kellermann
2020-11-18util/MimeType: relicense to BSD-2Max Kellermann
2020-11-04util/UriExtract: pass std::string_view to uri_get_suffix()Max Kellermann
2020-11-04util/UriExtract: uri_get_suffix() returns std::string_viewMax Kellermann
2020-10-28Merge tag 'v0.22.2' into masterMax Kellermann
2020-10-28protocol/Ack: remove unused variable `ack_domain`Max Kellermann
2020-10-13event/SignalMonitor: add `noexcept`Max Kellermann
2020-10-05playlist/cue/parser: pass StringView to Feed()Max Kellermann
2020-10-05test/fuzzer: a simple fuzzer using libFuzzerMax Kellermann