Max Kellermann
|
6ada2c9c3f
|
lib/curl/Request: add method GetEasy()
|
2023-03-05 08:50:39 +01:00 |
|
Max Kellermann
|
bbf190fc42
|
lib/curl/Multi: add noexcept
|
2023-03-05 08:49:20 +01:00 |
|
Max Kellermann
|
963ff1997d
|
lib/curl/Easy: add methods SetXferInfoFunction(), SetMimePost()
|
2023-03-05 08:47:40 +01:00 |
|
Dave Hocker
|
f248fe2dec
|
Resolve deprecation warnings by replacing use of sprintf with FmtBuffer
|
2023-02-06 11:56:49 +01:00 |
|
Brad Smith
|
e0df0b6d74
|
oss: Remove use of the soundcard.h header, OpenBSD no longer uses OSS
|
2023-02-03 18:38:20 -05:00 |
|
Max Kellermann
|
1f5d50ccce
|
lib/curl/Setup: include cleanup
|
2023-01-28 08:06:10 +01:00 |
|
Max Kellermann
|
bafde1900b
|
lib/nfs/Manager: use IntrusiveList instead of boost::intrusive::set
MPD usually has only one NFS connection, maybe two, so managing them
in a tree seems like overkill, and since we want to get rid of Boost
anyway...
|
2023-01-23 14:58:09 +01:00 |
|
Max Kellermann
|
80b1f49af7
|
lib/dbus/AppendIter: add missing include
|
2023-01-22 12:29:54 +01:00 |
|
Max Kellermann
|
b1422fbda4
|
release v0.23.12
-----BEGIN PGP SIGNATURE-----
iQJBBAABCgArFiEEA5IzWngIOJSkMBxDI26KWMbbRRIFAmPG4OcNHG1heEBibGFy
Zy5kZQAKCRAjbopYxttFElGQD/4lXFixr2fJuAWFYyFT4ebr2w7sPyhXwjlt5uCL
HTaMxTgQbhMmkHbGEO96UbF7gROGfq+dyvYTEmjWcVPTr/US3M8/mjT9T/DCLj6+
kF7rZM5ft6npqVxqikg/TQcUgoiSsgfI7dEK/vcXELPyx78bCaq0M0sd2GZvwiiM
vK9cxxDJ/RkF2dtfXRfGTJlihgQxaiuBZx8Bi3wJjbjvi/Lg85cu3iot9zFy5iDN
gNzC39dnPYv261lAT/LLNpzLYQzIFE5ul+8ucRNPo+mMS/odSPRdL9XYFDtarsqP
3Va83DChg7S6/GWfDeW81mQYPDuZ+1rPqbV5zEGimPsDWP9RugzPpZiFJlZrh8w7
MJp66RYxUWQpracRZIW4zMRiSzGSI3OXbvhx6qBmsn1CuQ19TkovWuRleD4lpfFv
dFzKHrdatJivM3xvq6CSg8ws+Q6f/j5sw1gzfvOofPlpybtvIrCvlvw78sKLW5n1
Ecwc+xN38bIVL3E2Ae6zeYQwArpB4+gKT3Wb+r3bjXz7YQYpETI3IbX0vixbl8pP
9O4ZKot/khOCaQBiZ5hHmiDmF5kxofLnJE4qgGX/c87ZaMUsu7hoKzksy9v7Z9wj
PNTshhWk1WrSwM1JnVjD5Ahz+Oe43UsKsGZ8Kturbuu+61uTX4QcmYpbaNilGnwk
J0cLyw==
=MW7q
-----END PGP SIGNATURE-----
Merge tag 'v0.23.12'
release v0.23.12
|
2023-01-17 18:58:04 +01:00 |
|
Max Kellermann
|
0948c607b6
|
lib/curl/meson.build: require CURL 7.55.0 or later
For CURLINFO_CONTENT_LENGTH_DOWNLOAD_T (commit 4efd0a9f77 ).
|
2023-01-16 19:42:48 +01:00 |
|
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 |
|