summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-17python/build/libs.py: update CURL to 7.68.0Max Kellermann
2020-01-17python/build/libs.py: update FFmpeg to 4.2.2Max Kellermann
2020-01-17python/build/libs.py: update FLAC to 1.3.3Max Kellermann
2020-01-17python/build/libs.py: update libmpdclient to 2.17Max Kellermann
2020-01-17config/File: allow overriding top-level settings in includesMax Kellermann
2020-01-14meson.build: add -f{function,data}-sections to C++ as wellMax Kellermann
2020-01-12NEWS: mention the Android build fixMax Kellermann
2020-01-12android/build.py: support x86_64 buildsMax Kellermann
2020-01-12android/build.py: drop -lmstackrealignMax Kellermann
2020-01-12android/build.py: add -Wl,--exclude-libs=ALLMax Kellermann
2020-01-12android/build.py: add -fno-faddrsig and -lmstackrealignMax Kellermann
2020-01-12android/build.py: drop --sysroot, -isystem, -L, ...Max Kellermann
2020-01-12android/build.py: append API level to LLVM tripleMax Kellermann
2020-01-12android/build.py: drop "-none" from llvm_tripleMax Kellermann
2020-01-12android/build.py: remove obsolete dict key android_api_levelMax Kellermann
2020-01-12pulse: obey Pulse's maximum sample rate (fixes DSD128 playback)Max Kellermann
2020-01-01.travis.yml: add ARM64 build (for NEON optimizations)Max Kellermann
2019-12-31Clang: only use [[fallthrough]] in C++ filesJacob Vosmaer
2019-12-24.travis.yml: add s390x build (big-endian)Max Kellermann
2019-12-24increment version number to 0.21.19Max Kellermann
2019-12-24release v0.21.18v0.21.18Max Kellermann
2019-12-24time/ISO8601: fix Windows build failureMax Kellermann
2019-12-24Revert "lib/curl/Global: remove lower bound on timeouts"Max Kellermann
2019-12-24input/curl: remove unnecessary InvalidateSockets() callMax Kellermann
2019-12-24.travis.yml: install brew packages using `addons/homebrew`Max Kellermann
2019-12-24.travis.yml: remove "brew update"Max Kellermann
2019-12-24.travis.yml: switch to xcode9.4, the current defaultMax Kellermann
2019-12-24.travis.yml: disable Homebrew analyticsMax Kellermann
2019-12-24.travis.yml: cache Homebrew on osxMax Kellermann
2019-12-24.travis.yml: change "cache" yaml syntaxMax Kellermann
2019-12-24time/ISO8601: refactor ParseTimeOfDay() to parse one by oneMax Kellermann
2019-12-24time/ISO8601: move code to ParseTimeOfDay()Max Kellermann
2019-12-24util/Compiler.h: use `[[fallthrough]]` on clangMax Kellermann
2019-12-24.travis.yml: escape dollar signs in MATRIX_EVALMax Kellermann
2019-12-23.travis.yml: add Ubuntu Bionic buildMax Kellermann
2019-12-23.travis.yml: enable ccache on LinuxMax Kellermann
2019-12-23.travis.yml: enable ccache on osxMax Kellermann
2019-12-23util/Compiler.h: add gcc_fallthroughMax Kellermann
2019-12-23lib/curl/Global: remove InvalidateSockets() call from Remove()Max Kellermann
2019-12-23lib/curl/Global: remove lower bound on timeoutsMax Kellermann
2019-12-23lib/curl: drop support for CURL versions older than 7.32.0Max Kellermann
2019-12-23test/RunCurl: new debug programMax Kellermann
2019-12-23event/Loop: remove bogus assertionMax Kellermann
2019-12-23storage/curl: move start call out of the constructorMax Kellermann
2019-12-22test/run_storage: add command "stat"Max Kellermann
2019-12-22event/MultiSocketMonitor: add workaround for /dev/nullMax Kellermann
2019-12-22event/MultiSocketMonitor: remove unnecessary `friend` declarationMax Kellermann
2019-12-22event/MultiSocketMonitor: remove duplicate IdleMonitor::Schedule() callMax Kellermann
2019-12-22event/MultiSocketMonitor: un-inline AddSocket()Max Kellermann
2019-12-22event/Loop: round timeout up to avoid unnecessary wakeupsMax Kellermann