summaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)Author
2021-01-21util/PeakBuffer: add method max_size()Max Kellermann
2021-01-21util/PeakBuffer: use std::byte instead of std::uint8_tMax Kellermann
2021-01-21util/PeakBuffer: add `noexcept`Max Kellermann
2021-01-21util/PeakBuffer: use std::size_tMax Kellermann
2021-01-21util/ForeignFifoBuffer: use `auto`Max Kellermann
2021-01-21util/StringView: add method SplitLast()Max Kellermann
2021-01-05Use uri_has_scheme for Webdav response hrefVincent Petry
2021-01-01copyright year 2021Max Kellermann
2020-10-28util/FormatString: update API documentationMax Kellermann
2020-09-21Merge branch 'v0.21.x' into masterMax Kellermann
2020-09-21util/ByteOrder: add FromLE16S()Max Kellermann
2020-09-07*: use nullptr instead of NULLMax Kellermann
2020-09-04Merge branch 'v0.21.x' into masterMax Kellermann
2020-08-14system/ByteOrder: add `noexcept`Max Kellermann
2020-07-23include cleanupMax Kellermann
2020-07-23util/RuntimeError: add IWYU pragmaMax Kellermann
2020-07-23util/CharUtil: fix doc typoMax Kellermann
2020-07-01util/HugeAllocator: import std::swap()Max Kellermann
2020-07-01util/HugeAllocator: add `noexcept`Max Kellermann
2020-07-01util/ByteOrder: remove redundant `inline` keywords from `constexpr` functionsMax Kellermann
2020-07-01system/ByteOrder: move to util/Max Kellermann
2020-07-01Merge branch 'v0.21.x'Max Kellermann
2020-06-22util/UriUtil: strip credentials from smb:// URIsMax Kellermann
2020-06-22util/UriUtil: make `schemes` array staticMax Kellermann
2020-06-10Merge tag 'v0.21.24'Max Kellermann
2020-06-10add a few IWYU pragmasMax Kellermann
2020-05-30use std chr functionsRosen Penev
2020-05-30use cwchar includeRosen Penev
2020-05-27util/TemplateString: remove extra semicolonMax Kellermann
2020-05-14util/OffsetPointer: add `noexcept`Max Kellermann
2020-05-06util/MimeType: use string_view::substr()Max Kellermann
2020-05-05Merge branch 'v0.21.x'Max Kellermann
2020-04-29Math.hxx: fix wrong macro nameRosen Penev
2020-04-27util/CharUtil: add IsNonPrintableASCII()Max Kellermann
2020-04-24util/DereferenceIterator: new utility classMax Kellermann
2020-04-09Math.hxx: move cmath include out of defineRosen Penev
2020-04-08util/SplitString: convert return value to std::string_viewMax Kellermann
2020-04-07Math.hxx: move cmath include out of defineRosen Penev
2020-04-06util/ConstBuffer, ...: use `using` instead of `typedef`Max Kellermann
2020-04-06util/CharUtil: add IsHexDigit()Max Kellermann
2020-04-03util/SplitString: convert parameter to std::string_viewMax Kellermann
2020-04-03util/AllocatedString: std::string_view supportMax Kellermann
2020-04-03util/AllocatedString: add `noexcept`Max Kellermann
2020-04-03util/AllocatedString: use `using` instead of `typedef`Max Kellermann
2020-04-03util/StringPointer: add `noexcept`Max Kellermann
2020-04-03util/StringPointer: use `using` instead of `typedef`Max Kellermann
2020-04-01util/AllocatedArray: use `using` instead of `typedef`Max Kellermann
2020-03-26replace exit and _exit with std variantsRosen Penev
2020-03-26Merge branch 'ucl' of git://github.com/neheb/MPD into v0.21.xMax Kellermann
2020-03-26[clang-tidy] change integer prefixes to uppercaseRosen Penev