Commit Graph

  • 422c1e9288 util/TemplateString: remove StringView support Max Kellermann 2022-07-04 14:59:10 +02:00
  • 683f0da2e7 tag/*: use std::string_view instead of StringView Max Kellermann 2022-07-04 14:52:56 +02:00
  • c7a8fc91c0 storage/curl: use std::string_view instead of StringView Max Kellermann 2022-07-04 14:52:41 +02:00
  • cfd255a014 lib/xiph: use std::string_view instead of StringView Max Kellermann 2022-07-04 14:48:45 +02:00
  • 1c30b3d5a1 lib/dbus/UDisks2: use std::string_view instead of StringView Max Kellermann 2022-07-04 14:47:22 +02:00
  • 4964eda167 fs/StandardDirectory: use std::string_view instead of StringView Max Kellermann 2022-07-04 14:44:39 +02:00
  • 502e5f006a decoder/*: use std::string_view instead of StringView Max Kellermann 2022-07-04 14:44:23 +02:00
  • 23235e3194 db/upnp/Directory: use std::string_view instead of StringView Max Kellermann 2022-07-04 14:42:22 +02:00
  • 93834fe389 db/simple/Directory: use std::string_view instead of StringView Max Kellermann 2022-07-04 14:38:48 +02:00
  • bd32b229b5 config/Path: use std::string_view instead of StringView Max Kellermann 2022-07-04 14:38:10 +02:00
  • c7d2cb855a Permission: use std::string_view instead of StringView Max Kellermann 2022-07-04 14:37:28 +02:00
  • 04c924ae3b playlist/Registry: use std::string_view instead of StringView Max Kellermann 2022-07-04 14:36:19 +02:00
  • 6c8a85a391 playlist/{asx,cue,rss,xspf}: use std::string_view instead of StringView Max Kellermann 2022-07-04 14:35:49 +02:00
  • 74780131bd lib/zlib/GzipOutputStream: add SyncFlush() Max Kellermann 2022-07-04 10:05:17 +02:00
  • 2c092d2613 lib/zlib/GzipOutputStream: add exception API docs Max Kellermann 2022-07-04 10:05:11 +02:00
  • 171b31ae67 lib/zlib/GzipOutputStream: rename Flush() to Finish() Max Kellermann 2022-07-04 10:04:23 +02:00
  • 5b3abe2c9c lib/zlib/GzipOutputStream: grow Write() buffer to 64 kB Max Kellermann 2022-07-04 10:08:52 +02:00
  • 59186f1fb0 event/Loop: include cleanup Max Kellermann 2022-07-04 09:55:47 +02:00
  • 5e68531428 event/SocketEvent: move ssize_t to class BufferedSocket Max Kellermann 2022-07-04 09:54:07 +02:00
  • e7b15a9041 lib/curl/Request: remove obsolete method prototypes Max Kellermann 2022-07-02 18:42:07 +02:00
  • 853afa1bce lib/curl/Adapter: add missing StripLeft() call Max Kellermann 2022-07-02 18:36:02 +02:00
  • 627fd755e8 lib/curl/Adapter: remove redundant size check Max Kellermann 2022-07-01 16:54:46 +02:00
  • 88a66df9d6 lib/curl/Adapter: use std::string_view internally Max Kellermann 2022-07-01 16:47:46 +02:00
  • af951dc08a Merge branch 'v0.23.x' Max Kellermann 2022-07-01 12:45:07 +02:00
  • 5a5655b790 lib/curl/Adapter: catch and postpone exceptions in WriteFunction() Max Kellermann 2022-07-01 12:38:49 +02:00
  • a6d20d1907 Merge branch 'v0.23.x' Max Kellermann 2022-07-01 12:39:41 +02:00
  • b88d1e6820 lib/curl/Headers: make the comparison type "transparent" Max Kellermann 2022-02-04 11:24:25 +01:00
  • 19d2864c34 lib/curl/Headers: central type definition for the header map Max Kellermann 2022-02-04 11:11:38 +01:00
  • 29e3a17f26 lib/curl/Request: move code from SetupEasy() to Setup.cxx Max Kellermann 2021-12-08 19:56:20 +01:00
  • 252e9f736f lib/curl/Request: move code to class CurlResponseHandlerAdapter Max Kellermann 2021-12-08 19:47:01 +01:00
  • 5d08988dda lib/curl/Handler: fix typo Max Kellermann 2021-12-08 19:41:37 +01:00
  • 47ca4246aa lib/curl/Request: add constructor with CurlEasy parameter Max Kellermann 2021-12-07 12:00:45 +01:00
  • f8338d4f00 lib/curl/Request: use std::size_t Max Kellermann 2021-12-07 12:00:09 +01:00
  • 5cf6032c90 lib/curl/Request: move code to SetupEasy() Max Kellermann 2021-12-07 11:56:52 +01:00
  • 8d8b77412d lib/curl/Request: add API docs Max Kellermann 2021-12-07 11:54:02 +01:00
  • d882c3361d playlist/PlaylistPlugin: use std::string_view Max Kellermann 2022-07-01 11:31:01 +02:00
  • 9d50306e2f lib/xiph/ScanVorbisComment: use std::string_view Max Kellermann 2022-07-01 11:30:11 +02:00
  • 96f99aeb8f TagPrint: use std::string_view Max Kellermann 2022-07-01 11:29:32 +02:00
  • ed7263ee3e decoder/OpusTags: use std::string_view Max Kellermann 2022-07-01 11:18:17 +02:00
  • f32d752ccb util/NumberParser: use std::string_view Max Kellermann 2022-07-01 11:20:29 +02:00
  • 671b7e079f decoder/OpusReader: use std::string_view Max Kellermann 2022-07-01 11:16:35 +02:00
  • e10b15010c decoder/OpusReader: add noexcept Max Kellermann 2022-07-01 11:15:42 +02:00
  • 02fe857755 util/IterableSplitString: return std::string_view Max Kellermann 2022-06-30 20:31:23 +02:00
  • ea3f044cd8 util/SplitString: use std::string_view Max Kellermann 2022-07-01 11:13:43 +02:00
  • e6bb6c59ec storage/Composite: use std::string_view Max Kellermann 2022-07-01 11:12:36 +02:00
  • 6d23ac67f9 util/UriQueryParser: use std::string_view Max Kellermann 2022-07-01 11:08:20 +02:00
  • ca46b4d7a7 util/MimeType: use std::string_view Max Kellermann 2022-07-01 11:06:37 +02:00
  • 0727ee94c0 tag/Id3Scan: use std::string_view Max Kellermann 2022-06-30 20:28:11 +02:00
  • 21e4c25e61 playlist/cue/CueParser: more std::string_view Max Kellermann 2022-06-30 18:00:59 +02:00
  • e921c0b40b lib/yajl/Callbacks: use std::string_view Max Kellermann 2022-07-01 11:00:55 +02:00
  • c05d4cddfb input/qobuz: use std::string_view Max Kellermann 2022-07-01 11:02:10 +02:00
  • c9723ee4b7 playlist/SoundCloud: use std::string_view Max Kellermann 2022-07-01 10:58:35 +02:00
  • ca90c75c61 lib/alsa/AllowedFormat: pass std::string_view to constructor Max Kellermann 2022-06-30 21:05:01 +02:00
  • 9976665cc7 util/UriRelative: use std::string_view internally Max Kellermann 2022-07-01 10:50:32 +02:00
  • c5f037fa64 util/StringCompare: move code from StringView Max Kellermann 2022-06-30 21:07:35 +02:00
  • 5ec13c0b06 util/StringStrip: add libc++ compatibility kludge Max Kellermann 2022-07-01 10:45:35 +02:00
  • 60ca12e4bd db/simple/Song: use std::string_view Max Kellermann 2022-06-30 21:02:33 +02:00
  • 67fcf7d7c5 output/ao: add missing include Max Kellermann 2022-06-30 21:03:20 +02:00
  • c953ed48b7 output/ao: use std::string_view Max Kellermann 2022-06-30 20:58:42 +02:00
  • 6440df60aa output/jack: use std::string_view Max Kellermann 2022-06-30 20:57:46 +02:00
  • b806b0a97f util/StringStrip: add std::string_view overloads Max Kellermann 2022-06-30 17:43:12 +02:00
  • 10197a0041 util/IterableSplitString: use std::string_view internally Max Kellermann 2022-06-30 20:41:01 +02:00
  • 166885802a util/StringSplit: move code from StringView.hxx Max Kellermann 2022-06-30 20:13:50 +02:00
  • 4a97c45585 tag/Config: use IterableSplitString instead of SplitString() Max Kellermann 2022-06-30 19:35:54 +02:00
  • 0173d3b313 util/IterableSplitString: use StringView::Split() Max Kellermann 2022-06-30 20:37:04 +02:00
  • aadd32c973 util/IterableSplitString: add noexcept Max Kellermann 2022-06-30 20:33:03 +02:00
  • 0f4bf5569a event/InotifyEvent: new class wrapping inotify Max Kellermann 2022-06-30 11:27:13 +02:00
  • ff4cf6c6d1 test/run_inotify: add class Instance Max Kellermann 2022-06-30 11:56:19 +02:00
  • a7b7e35512 tag/ReplayGainParser: use std::string_view Max Kellermann 2022-06-30 10:59:37 +02:00
  • 11135b48e6 tag/MixRampParser: use std::string_view Max Kellermann 2022-06-30 10:58:49 +02:00
  • d0382caa88 tag/ApeLoader: use std::string_view Max Kellermann 2022-06-30 10:57:47 +02:00
  • 4765726bda tag/VorbisComment: use std::string_view Max Kellermann 2022-06-30 10:53:54 +02:00
  • 455a412aaa tag/Table: use std::string_view Max Kellermann 2022-06-30 10:52:32 +02:00
  • 1a2b505979 tag/ParseName: use std::string_view Max Kellermann 2022-06-30 10:51:33 +02:00
  • c34f3c9b94 tag/Handler: use StringIsEqualIgnoreCase() Max Kellermann 2022-06-30 10:38:38 +02:00
  • 232084c2f9 playlist/cue/CueParser: use std::string_view in public API Max Kellermann 2022-06-30 10:39:42 +02:00
  • 2ba092711f event/net/UdpListener: use IsSocketErrorReceiveWouldBlock() Max Kellermann 2022-06-13 21:11:05 +02:00
  • 8aa4227c0c net/SocketAddress: add std::span cast operators Max Kellermann 2022-06-07 10:30:54 +02:00
  • 81afb47cd0 util/ByteOrder: add class PackedBE64 Max Kellermann 2022-05-17 09:26:14 +02:00
  • 60a3aae35f io/FileDescriptor: add OpenReadOnly() overload with directory fd Max Kellermann 2022-01-19 13:54:31 +01:00
  • bc3415ce8b Copyright year 2022 Max Kellermann 2022-06-08 12:26:07 +02:00
  • 3f1acd3642 lib/avahi/Publisher: fix comment typo Max Kellermann 2021-12-09 14:02:51 +01:00
  • 4564d251a8 zeroconf/avahi: move generic sources to lib/avahi Max Kellermann 2022-06-30 09:30:08 +02:00
  • 8783ed1981 lib/curl/Adapter: use std::string_view Max Kellermann 2022-06-28 11:34:04 +02:00
  • 1da09f5b1b lib/curl: use std::span Max Kellermann 2022-06-27 17:27:37 +02:00
  • 062df65b1e lib/dbus: use std::span Max Kellermann 2022-06-27 17:25:43 +02:00
  • 899eaa3307 io/FileDescriptor: add Duplicate() returning UniqueFileDescriptor Max Kellermann 2022-06-24 14:21:59 +02:00
  • 5140eaa5e7 util/IntrusiveList: use std::is_base_of_v Max Kellermann 2022-06-13 20:21:29 +02:00
  • cca20fec07 event/FineTimerEvent: adjust "friend" declaration Max Kellermann 2022-06-13 19:48:25 +02:00
  • 12d67dad35 net/SocketError: support ETIMEDOUT Max Kellermann 2022-06-10 09:06:28 +02:00
  • 8a68d085b4 util/IntrusiveList: add option "constant_time_size" Max Kellermann 2022-06-09 09:47:48 +02:00
  • e437cc4faf util/IntrusiveList: add size() Max Kellermann 2022-06-09 09:47:56 +02:00
  • 1fb858e2d7 util/IntrusiveList: add struct IntrusiveListMemberHookTraits Max Kellermann 2022-06-08 18:01:18 +02:00
  • 3945a3add9 util/MemberPointer: new library Max Kellermann 2022-06-08 18:27:29 +02:00
  • 5348a446a7 util/IntrusiveList: move various static functions to struct IntrusiveListBaseHook Max Kellermann 2022-06-08 10:31:09 +02:00
  • e8e33d5fc4 util/IntrusiveList: add missing ToHook() calls Max Kellermann 2022-06-08 10:40:57 +02:00
  • c28580745b util/IntrusiveList: move struct HookDetection to top-level Max Kellermann 2022-06-08 21:39:53 +02:00
  • e7b587d550 util/CopyConst: use std::add_const Max Kellermann 2022-06-08 21:07:45 +02:00
  • 5d34b9b5bb util/SpanCast: move CopyConst to separate header Max Kellermann 2022-06-08 20:58:22 +02:00
  • 86be7938f1 util/SpanCast: swap the CopyConst template parameters Max Kellermann 2022-06-08 21:03:44 +02:00