summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2020-04-22lib/icu/Compare: use AllocatedString::Clone()Max Kellermann
2020-04-22lib/icu/Collate: use NORM_IGNORECASE instead of LINGUISTIC_IGNORECASEMax Kellermann
2020-04-22lib/icu/CaseFold: remove Windows implementationMax Kellermann
2020-04-08util/SplitString: convert return value to std::string_viewMax Kellermann
2020-04-08Merge branch 'stl' of git://github.com/neheb/MPDMax Kellermann
2020-04-08[cppcheck] convert several functions to use std::all_ofRosen Penev
2020-04-03lib/icu/Collate: pass std::string_viewMax Kellermann
2020-04-03lib/icu/CaseFold: pass std::string_viewMax Kellermann
2020-04-03lib/icu/Converter: pass std::string_viewMax Kellermann
2020-04-03lib/icu/Util: pass std::string_viewMax Kellermann
2020-04-03lib/icu/Win32: pass std::string_viewMax Kellermann
2020-04-03util/AllocatedString: std::string_view supportMax Kellermann
2020-04-02Merge tag 'v0.21.22'Max Kellermann
2020-03-26lib/curl/Request: fix Exception "error" on AndroidThomas Guillem
2020-03-26[clang-tidy] change integer prefixes to uppercaseRosen Penev
2020-03-26lib/curl/Easy: add method Unpause()Max Kellermann
2020-03-26lib/curl/Easy: add setter functionsMax Kellermann
2020-03-26lib/curl/Global: make ReadInfo() privateMax Kellermann
2020-03-26lib/curl/Global: remove redundant API docsMax Kellermann
2020-03-26lib/curl: fix coding styleMax Kellermann
2020-03-26event/*, ...: make GetEventLoop() constMax Kellermann
2020-03-26lib/curl/Init: add `const` overloadsMax Kellermann
2020-03-26lib/curl/Init: add `noexcept`Max Kellermann
2020-03-16remove some more extra semicolonsRosen Penev
2020-03-16Merge remote-tracking branches 'neheb/fwhfggwe', 'neheb/nvm2', 'neheb/nvm22',...Max Kellermann
2020-03-16remove extra semicolonRosen Penev
2020-03-16remove gcc_unusedRosen Penev
2020-03-16replace noreturn attribute with standard C++ versionRosen Penev
2020-03-13lib/upnp/Util: remove unused function stringToTokens()Max Kellermann
2020-03-13lib/upnp/Device: remove UPnPService::clear()Max Kellermann
2020-03-12replace stdint.h with cstdintRosen Penev
2020-03-12replace stddef.h with cstddefRosen Penev
2020-03-12replace stdarg.h with cstdargRosen Penev
2020-03-12change errno.h to cerrnoRosen Penev
2020-03-12remove unused ctype.h headerRosen Penev
2020-03-12replace assert.h with cassertRosen Penev
2020-03-12lib/chromaprint/DecoderClient: add assertionMax Kellermann
2020-03-12lib/chromaprint/DecoderClient: check `ready` in GetCommand()Max Kellermann
2020-02-20Merge remote-tracking branches 'neheb/j', 'neheb/f', 'neheb/qwe' and 'neheb/hgf'Max Kellermann
2020-02-20lib/dbus/Udisks2: make `path` non-const to allow moving from itMax Kellermann
2020-02-16[clang-tidy] use = defaultRosen Penev
2020-02-16[clang-tidy] add ending namespace commentsRosen Penev
2020-02-05Merge remote-tracking branches 'neheb/patch-2', 'neheb/con', 'neheb/cons', 'n...Max Kellermann
2020-02-04[clang-tidy] use forward instead of moveRosen Penev
2020-02-04[clang-tidy] change integer prefixes to uppercaseRosen Penev
2020-02-04lib/xiph/OggSyncState: fix offset counter by using the actual page sizeMax Kellermann
2020-02-04Merge remote-tracking branches 'neheb/bind', 'neheb/move' and 'neheb/str'Max Kellermann
2020-02-04Merge branch 'v0.21.x'Max Kellermann
2020-02-02[clang-tidy] use == instead of compare for stringsRosen Penev
2020-02-01*: add `explicit`Max Kellermann