Commit Graph

  • 6e6f72a521 win32/HResult: convert assert() to runtime check to work around -Walloc-size-larger-than Max Kellermann 2023-12-20 15:12:19 +0100
  • a654c5d643 Revert "android: Fix MPD shutdown from settings UI" Max Kellermann 2023-12-20 16:15:08 +0100
  • c5d6aa169f lib/curl/patches: refresh no_CMAKE_C_IMPLICIT_LINK_LIBRARIES.patch for 7.85.0 Max Kellermann 2023-12-20 13:43:19 +0100
  • c1c67286d3 python/build/libs.py: update CURL to 8.5.0 Max Kellermann 2023-12-20 13:28:52 +0100
  • 2fb34697c7 input/plugins/Alsa: catch all exceptions borine 2023-05-12 10:17:45 +0100
  • 94b5b9f370 android: Fix MPD shutdown from settings UI Colin Edwards 2023-12-19 22:05:03 -0600
  • a9467513e1 doc/developer.rst: add missing return type to code style sample Max Kellermann 2023-12-10 08:24:03 +0100
  • 17d944f6ce input/plugins/Alsa: limit ALSA buffer time to 2 seconds maximum borine 2023-05-06 08:40:07 +0100
  • 0f82f18652 python/build/libs.py: update CURL to 8.4.0 Max Kellermann 2023-11-25 20:54:02 +0100
  • 3db3e577f1 python/build/libs.py: update OpenSSL to 3.1.4 Max Kellermann 2023-11-25 20:53:39 +0100
  • 37ee821947 python/build/libs.py: update FFmpeg to 6.1 Max Kellermann 2023-11-25 20:52:31 +0100
  • 916ab9a7e6 python/build/libs.py: update openmpt to 0.7.3 Max Kellermann 2023-11-25 20:51:50 +0100
  • 1802cf9fd1 python/build/cmake.py: add CMAKE_FIND_ROOT_PATH on Windows Max Kellermann 2023-11-25 21:43:45 +0100
  • 1bf7d30623 subprojects: update fmt to 10.1.1-1 Max Kellermann 2023-11-25 20:47:09 +0100
  • b2d89253a6 doc/protocol.rst: mention song id lifetime naglis 2023-11-16 22:58:07 +0200
  • 7727630f24 Merge branch 'alsa_input_exception' of https://github.com/borine/MPD Max Kellermann 2023-12-20 13:21:37 +0100
  • e2f8c9a4c2 Merge branch 'android_action' of https://github.com/DDRBoxman/MPD Max Kellermann 2023-12-20 10:55:44 +0100
  • 22dbfec126 Merge branch 'android_shutdown' of https://github.com/DDRBoxman/MPD Max Kellermann 2023-12-20 10:54:35 +0100
  • efc462eebf Merge branch 'doc-features' of https://github.com/mxjeff/MPD Max Kellermann 2023-12-20 10:53:34 +0100
  • c3883e2fe0
    Merge pull request #1911 from MusicPlayerDaemon/dependabot/github_actions/actions/setup-python-5 Max Kellermann 2023-12-20 10:53:16 +0100
  • 16c91a3f4b android: Fix MPD shutdown from settings UI Colin Edwards 2023-12-19 22:05:03 -0600
  • 80bb5a0542 android: Add github action Colin Edwards 2023-12-18 19:38:10 -0600
  • 906d58a918 android: migrate app build system to use gradle Colin Edwards 2023-12-17 22:38:10 -0600
  • 23b34fe142 Document new added-since filter introduced in 1615fbc kaliko 2023-12-17 10:00:19 +0100
  • 8d6f503e04 android: require NDK r26b Colin Edwards 2023-12-13 12:01:30 -0600
  • 3284a61f43 android: build with java 8 target Colin Edwards 2023-12-13 11:50:21 -0600
  • c1a852d0e8 android: Pick toolchain based on current OS Colin Edwards 2023-12-13 11:48:22 -0600
  • 4c90ad3704 android: realdir doesn't accept nonexistant files on macOS Colin Edwards 2023-12-13 11:47:18 -0600
  • a92a801f08 android: List additional build dependencies in instructions Colin Edwards 2023-12-13 10:38:51 -0600
  • 9059c6c657 android: find apksigner in build tools folder Colin Edwards 2023-12-13 10:35:52 -0600
  • bd6f8cd585
    build(deps): bump actions/setup-python from 4 to 5 dependabot[bot] 2023-12-11 15:18:48 +0000
  • a6024f476a subprojects: add openssl Max Kellermann 2023-12-11 10:58:10 +0100
  • dfef30a737 subprojects: add curl Max Kellermann 2023-12-11 10:02:35 +0100
  • 55ca3709ef subprojects: add ogg, flac, opus Max Kellermann 2023-12-11 10:02:59 +0100
  • ab6ae7520d doc/developer.rst: add missing return type to code style sample Max Kellermann 2023-12-10 08:24:03 +0100
  • c7a300d12d meson.build: static liburing wrap build Max Kellermann 2023-12-09 21:00:16 +0100
  • babf322695 subprojects: update liburing to 2.4-2 Max Kellermann 2023-12-09 20:55:08 +0100
  • 642de1510b lib/curl/Request: remove redundant CurlEasy wrapper methods Max Kellermann 2023-12-09 20:47:32 +0100
  • f61eed1a82 input/plugins/Alsa: catch all exceptions borine 2023-05-12 10:17:45 +0100
  • e9c40dead8 output/SharedPipeConsumer: add noexcept Max Kellermann 2023-11-26 08:48:08 +0100
  • 31bf6d29b9 BulkEdit: forbid copying Max Kellermann 2023-11-26 08:47:04 +0100
  • 571b6f0cdb queue/IdTable: add constexpr (because we can) Max Kellermann 2023-11-26 08:43:48 +0100
  • e7b9e8de14 queue/IdTable: add API docs Max Kellermann 2023-11-26 08:42:02 +0100
  • 321553d5f9 queue/IdTable: add explicit Max Kellermann 2023-11-26 08:41:50 +0100
  • 4d23068c5c queue/IdTable: use C++11 initializer Max Kellermann 2023-11-26 08:40:55 +0100
  • 634b38169a Merge branch 'alsa_input_buffer' of https://github.com/borine/MPD Max Kellermann 2023-11-26 08:24:27 +0100
  • fe4695f92a Merge branch 'added_time_proxy_plugin' of https://github.com/jcorporation/MPD Max Kellermann 2023-11-26 08:17:41 +0100
  • 3c7941b24b Instance: work around -Wunused-parameter Max Kellermann 2023-11-26 08:13:56 +0100
  • a5d7f5e1fa client/Client: add interface IClient Max Kellermann 2023-11-25 23:06:24 +0100
  • 0dfd7e3d8c net/SocketDescriptor: SO_PROTOCOL is really Linux-specific Max Kellermann 2023-11-25 23:03:29 +0100
  • f757dfdc4f SongLoader: add noexcept Max Kellermann 2023-11-25 22:56:49 +0100
  • eb675ad1b1 pcm/meson.build: add missing dependency on libconfig.a Max Kellermann 2023-11-25 22:04:11 +0100
  • 08a5768764 fs/io/TextFile: split into class FileLineReader and AutoGunzipFileLineReader Max Kellermann 2023-11-25 22:39:48 +0100
  • d888bb1902 io/meson.build: move libfmt dependency to libio.a Max Kellermann 2023-11-25 22:16:34 +0100
  • 6dc708f53f net/SocketDescriptor: use method GetOption() internally Max Kellermann 2023-11-22 11:58:40 +0100
  • 60033f3eb4 net/SocketDescriptor: add method GetProtocol() Max Kellermann 2023-11-22 12:05:52 +0100
  • 1239e075b8 net/SocketDescriptor: add method GetIntOption() Max Kellermann 2023-11-22 11:59:10 +0100
  • 85286d74ef python/build/libs.py: update CURL to 8.4.0 Max Kellermann 2023-11-25 20:54:02 +0100
  • f8f646497c python/build/libs.py: update OpenSSL to 3.1.4 Max Kellermann 2023-11-25 20:53:39 +0100
  • 24ace6da25 python/build/libs.py: update FFmpeg to 6.1 Max Kellermann 2023-11-25 20:52:31 +0100
  • ea23ea28ce python/build/libs.py: update openmpt to 0.7.3 Max Kellermann 2023-11-25 20:51:50 +0100
  • 4072a6e445 python/build/cmake.py: add CMAKE_FIND_ROOT_PATH on Windows Max Kellermann 2023-11-25 21:43:45 +0100
  • 54601b292a subprojects: update liburing to 2.4-1 Max Kellermann 2023-11-25 20:48:42 +0100
  • 964e193fcd subprojects: update sqlite to 3.44.1-1 Max Kellermann 2023-11-25 20:48:22 +0100
  • d5909b6d5d subprojects: update expat to 2.5.0-3 Max Kellermann 2023-11-25 20:47:42 +0100
  • 67a00ee541 subprojects: update fmt to 10.1.1-1 Max Kellermann 2023-11-25 20:47:09 +0100
  • d0eea87b1a song/*SongFilter: use libfmt Max Kellermann 2023-11-25 20:39:05 +0100
  • 273fc329e0 Merge branch 'added-since' of https://github.com/jcorporation/MPD Max Kellermann 2023-11-25 20:36:38 +0100
  • d85be95c30 Merge branch 'doc-mention-song-id-lifetime' of https://github.com/naglis/MPD Max Kellermann 2023-11-25 20:34:40 +0100
  • ff60cf8a4c Document new added attribute introduced in 7bf43a97 kaliko 2023-11-25 14:35:15 +0100
  • b9daeef524 event/FineTimerEvent: add SetDue(), ScheduleCurrent() Max Kellermann 2023-11-10 12:27:51 +0100
  • 9383ceac30 event/{Coarse,Fine}TimerEvent: add API docs Max Kellermann 2023-11-10 12:28:09 +0100
  • 3d2bd08132 test/meson.build: eliminate variable gtest_main_dep Max Kellermann 2023-11-06 17:22:17 +0100
  • 1259fdc2e3 test/meson.build: re-enable various compiler warnings with GTest Max Kellermann 2023-11-06 17:16:01 +0100
  • a564b7eedb test/test_translate_song: remove unused Log() symbol Max Kellermann 2023-11-21 20:46:07 +0100
  • ebf1fc7ca4 util/IntrusiveList: convert static_assert to concept check Max Kellermann 2023-11-06 12:39:26 +0100
  • 73708e7be7 event/TimerEvent: remove transitional header Max Kellermann 2023-11-06 11:52:07 +0100
  • 0c409aa290 input/LastInputStream: use CoarseTimerEvent Max Kellermann 2023-11-21 20:41:36 +0100
  • edfa329e64 util/DereferenceIterator: use *declval() to guess the default value type Max Kellermann 2023-11-05 00:24:25 +0100
  • 5ab2c31500 Merge branch 'v0.23.x' Max Kellermann 2023-11-21 20:37:46 +0100
  • 50c1e3738a decoder/ffmpeg: Fix build error with ffmpeg 6.1 skidoo23 2023-11-21 19:20:41 +0100
  • 7a939746ae increment version number to 0.23.15 Max Kellermann 2023-11-21 20:32:39 +0100
  • ce178c7e1f doc/protocol.rst: mention song id lifetime naglis 2023-11-16 22:58:07 +0200
  • 1615fbc30e Add "added-since" filter expression jcorporation 2023-11-04 17:25:24 +0100
  • 45a4fcab1e Add support for added attribute to proxy plugin jcorporation 2023-11-02 21:22:48 +0100
  • 68b19ae087 util/SpanCast: add ReferenceAsWritableBytes() Max Kellermann 2023-10-28 16:28:23 +0200
  • a073db1e52 util/SpanCast: add ReferenceAsBytes() Max Kellermann 2023-10-21 13:33:25 +0200
  • 10940da381 util/Intrusive{List,HashSet}: add "tag" for base hooks Max Kellermann 2023-10-13 18:00:28 +0200
  • 57d9cffc42 event/PipeEvent: expose the EventPollBackendEvents constants Max Kellermann 2023-10-23 13:57:24 +0200
  • 65a3062f45 Merge branch 'configure-systemd-units-based-on-build-options' of https://github.com/naglis/MPD Max Kellermann 2023-11-02 10:43:02 +0100
  • ac25f3456a Merge branch 'added_time' of https://github.com/jcorporation/MPD Max Kellermann 2023-11-02 10:41:16 +0100
  • f4f79a3d5f New command "stickernames" lists uniq and sorted sticker names jcorporation 2023-10-21 18:08:14 +0200
  • 7bf43a9712 Add "added" timestamp to song database jcorporation 2023-10-05 19:27:22 +0200
  • 97da29cc90
    Stickers: fix documentation typos Nick Steel 2023-10-16 14:25:58 +0100
  • de1da485ab LICENSES: add all licenses referred to by SPDX headers Max Kellermann 2023-10-15 11:36:01 +0200
  • 2b10cf3c15 pcm/Normalizer: change license identifier to LGPL-2.1-only Max Kellermann 2023-10-15 11:36:47 +0200
  • 432675d4c2 Stickers: added support for stickers on playlists and some tag types gd 2022-10-29 19:58:42 +0300
  • 70ac638d93 tag/Mask: make everything constexpr Max Kellermann 2023-10-15 11:03:30 +0200
  • ccbacb369b io/linux/ProcPath: new library Max Kellermann 2023-09-20 08:58:57 +0200
  • 7c0b561a16 event/InotifyEvent: add method TryAddWatch() Max Kellermann 2023-10-13 18:29:16 +0200