Max Kellermann
|
8a7b7dffec
|
Merge branch 'v0.23.x'
|
2023-01-06 08:12:38 +01:00 |
|
Max Kellermann
|
e1d641f684
|
lib/curl/Easy: drop deprecated CURLOPT_HTTPPOST wrapper
|
2023-01-02 14:29:17 +01:00 |
|
Max Kellermann
|
4efd0a9f77
|
lib/curl/Easy: use CURLINFO_CONTENT_LENGTH_DOWNLOAD_T
CURLINFO_CONTENT_LENGTH_DOWNLOAD is deprecated and is ugly because it
uses floating point.
|
2023-01-02 14:28:42 +01:00 |
|
Max Kellermann
|
7e2ab1fd53
|
lib/yajl/meson.build: add missing dependency on libfmt
|
2022-12-01 15:50:34 +01:00 |
|
Max Kellermann
|
253d551684
|
lib/dbus/meson.build: add missing dependency on libfmt
|
2022-12-01 15:43:51 +01:00 |
|
Max Kellermann
|
fa58db798b
|
lib/fmt/RuntimeError: new library
Replacing FormatRuntimeError().
|
2022-11-29 14:10:34 +01:00 |
|
Max Kellermann
|
cf3f3a7750
|
lib/pulse/Error: use std::system_error
|
2022-11-29 09:56:47 +01:00 |
|
Max Kellermann
|
e455b93fac
|
lib/nfs/Connection: use class NfsClientError
|
2022-11-29 09:45:25 +01:00 |
|
Max Kellermann
|
cf762f2a9d
|
lib/icu/Error: std::system_error with UErrorCode
|
2022-11-29 09:31:48 +01:00 |
|
Max Kellermann
|
8ad0d919b1
|
lib/icuConverter, ...: use FmtBuffer() and FmtErrno()
|
2022-11-29 09:09:11 +01:00 |
|
Max Kellermann
|
eb6c649d47
|
lib/fmt/SystemError: add concept check to work around ambiguous overloads
|
2022-11-29 09:09:10 +01:00 |
|
Max Kellermann
|
f2b025ca6c
|
lib/alsa/meson.build: add dependency on libpcm_basic
For PcmExport::CalcInputSampleRate().
|
2022-11-29 09:09:10 +01:00 |
|
Max Kellermann
|
4328a6f77d
|
lib/fmt/ToBuffer: fix FMT_VERSION check
|
2022-11-29 09:09:10 +01:00 |
|
Max Kellermann
|
97a6851525
|
lib/curl/Error: std::system_error with CURLcode
|
2022-11-29 06:33:32 +01:00 |
|
Max Kellermann
|
846d7dc317
|
lib/curl/Error: rename header to HttpStatusError.hxx
|
2022-11-29 06:33:32 +01:00 |
|
Max Kellermann
|
f62d61f088
|
lib/fmt/ToBuffer: add missing template parameters
|
2022-11-29 06:33:32 +01:00 |
|
Max Kellermann
|
1f33ac3e98
|
lib/upnp/Error: wrap libupnp errors in std::system_error
|
2022-11-29 00:32:48 +01:00 |
|
Max Kellermann
|
ed08a4bd58
|
lib/fmt/ToBuffer: use iterator instead of pointer
|
2022-11-28 23:10:25 +01:00 |
|
Max Kellermann
|
66029c405f
|
system/FmtError: move to lib/fmt/
|
2022-11-28 23:09:27 +01:00 |
|
Max Kellermann
|
7d8c076e06
|
lib/fmt/ToBuffer: include fmt/format.h on libfmt 7 to fix linker error
|
2022-11-28 23:03:52 +01:00 |
|
Max Kellermann
|
05dcac55f9
|
lib/fmt: add meson.build
|
2022-11-28 22:18:46 +01:00 |
|
Max Kellermann
|
2aa42d2647
|
lib/fmt/ToBuffer: new library
|
2022-11-28 22:18:46 +01:00 |
|
Max Kellermann
|
96ae659fdf
|
system/FmtError: new library
Replaces the Format*() functions in system/Error.hxx.
|
2022-11-28 21:56:12 +01:00 |
|
Max Kellermann
|
73dc8ff6bd
|
lib/nfs/FileReader: pass std::span to OnNfsFileRead()
|
2022-11-17 06:15:16 +01:00 |
|
Max Kellermann
|
c158abe87c
|
lib/icu/Compare: use StringIsEqualIgnoreCase()
|
2022-11-15 21:13:01 +01:00 |
|
Max Kellermann
|
53530bd1d5
|
lib/icu/Canonicalize: convert all punctuation to ASCII
To make tag matching easier.
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1669
|
2022-11-15 21:04:16 +01:00 |
|
Max Kellermann
|
d7f545721b
|
lib/icu/Canonicalize: use unorm2_normalize() instead of u_strFoldCase()
unorm2_normalize() can case-fold as well, plus it applies Unicode
normalization which MPD should do for proper string comparisons.
|
2022-11-15 20:53:29 +01:00 |
|
Max Kellermann
|
8b72cb64b2
|
lib/icu/CaseFold: rename to IcuCanonicalize() and add flag parameter
Prepare for adding more transformations.
|
2022-11-15 20:53:04 +01:00 |
|
Max Kellermann
|
852df2239e
|
lib/icu/Transliterator: pass std::basic_string_view<UChar> to constructor
|
2022-11-15 20:53:03 +01:00 |
|
Max Kellermann
|
264b3f8543
|
lib/icu/Collate: clear the global variable in IcuCollateFinish()
To allow repeated init/finish cycles.
|
2022-11-15 20:48:50 +01:00 |
|
Max Kellermann
|
ac2bce8b7b
|
lib/icu/Transliterator: add missing include
|
2022-11-15 17:07:54 +01:00 |
|
Max Kellermann
|
9f3faaf3c4
|
lib/icu/Transliterator: wrapper for UTransliterator
|
2022-11-15 01:09:27 +01:00 |
|
Max Kellermann
|
7be39e07e1
|
lib/icu/Normalize: wrapper for unorm2_normalize()
|
2022-11-15 00:49:25 +01:00 |
|
Max Kellermann
|
154fb4317f
|
lib/icu/CaseFold: move low-level wrapper to FoldCase.cxx
|
2022-11-15 00:46:58 +01:00 |
|
Max Kellermann
|
aad5210820
|
lib/icu/CaseFold: use ToStringView()
|
2022-11-15 00:36:47 +01:00 |
|
Max Kellermann
|
1a6ec716ef
|
lib/icu/Converter: add noexcept
|
2022-11-15 00:28:41 +01:00 |
|
Max Kellermann
|
fb5d77158a
|
util/IntrusiveList: add enum LinkMode
Compile-time code simplification.
|
2022-11-13 08:15:47 +01:00 |
|
Max Kellermann
|
e820222c5b
|
lib/nfs/Manager: use IntrusiveForwardList instead of boost::intrusive::slist
|
2022-11-10 12:08:23 +01:00 |
|
Max Kellermann
|
4041d87c34
|
lib/nfs/Cancellable: use IntrusiveList instead of boost::intrusive::list
|
2022-11-10 12:01:11 +01:00 |
|
Max Kellermann
|
0efbd4df8b
|
lib/gcrypt: use std::size_t
|
2022-10-29 07:31:25 +02:00 |
|
gd
|
160f793e2a
|
Added connect_timeout configuration to curl input plugin
|
2022-10-16 12:13:51 +03:00 |
|
Max Kellermann
|
b0d6c0e7cb
|
Merge branch 'v0.23.x'
|
2022-09-28 13:08:34 +02:00 |
|
Max Kellermann
|
76efea3aa7
|
decoder/ffmpeg: add libfmt formatter for AVSampleFormat
Fixes compiler warning because formatting unscoped enums is deprecated
since libfmt 9.
|
2022-09-28 11:34:33 +02:00 |
|
Max Kellermann
|
45599e7840
|
Merge branch 'v0.23.x'
|
2022-09-27 20:40:41 +02:00 |
|
jcorporation
|
7ab0dfc8ce
|
Sets the curl proxy ssl verify options to the values of the host configuration options
This fixes #1616
|
2022-09-27 20:26:50 +02:00 |
|
Max Kellermann
|
2c11095eed
|
lib/icu/Compare: use StringStartsWith() for improved code clarity
Also fixes the inverted strncmp() call.
|
2022-09-27 20:23:10 +02:00 |
|
jcorporation
|
868a06eaf9
|
Add starts_with to filter expressions
|
2022-09-27 19:45:15 +02:00 |
|
Max Kellermann
|
b789ffd2bf
|
Merge branch 'v0.23.x'
|
2022-08-08 23:46:22 +02:00 |
|
Max Kellermann
|
7c920ddebe
|
filter/ffmpeg: fix FFmpeg 5.1 deprecation warnings
|
2022-08-08 21:34:26 +02:00 |
|
Max Kellermann
|
4c08c0b8b1
|
Merge branch 'v0.23.x'
|
2022-07-27 11:06:47 +02:00 |
|