summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2020-07-23lib/dbus/Values: use `using` instead of `typedef`Max Kellermann
2020-07-23lib/dbus/Values: add `uint32_t` and `uint64_t` supportMax Kellermann
2020-07-23lib/dbus/Message: add `noexcept`Max Kellermann
2020-07-23include cleanupMax Kellermann
2020-07-20lib/smbclient/Mutex: remove obsolete libraryMax Kellermann
2020-07-20lib/smbclient/Context: add global Mutex for smbc_{new,free}_context()Max Kellermann
2020-07-20lib/smbclient/Init: move code to SmbclientContext::New()Max Kellermann
2020-07-20*/smbclient: use the new API with SMBCCTX parameterMax Kellermann
2020-07-20lib/smbclient/Context: new wrapper for SMBCCTXMax Kellermann
2020-06-10Merge tag 'v0.21.24'Max Kellermann
2020-06-10lib/curl/Request: don't enable CURLOPT_NETRC on WindowsMax Kellermann
2020-05-30use std chr functionsRosen Penev
2020-05-30lib/icu/Win32: paranoid-ify the buffer length checksMax Kellermann
2020-05-30lib/icu: add null terminate in win32 string and wstringShen-Ta Hsieh
2020-05-27lib/ffmpeg/Time: redefine AV_TIME_BASE_Q with initializer listMax Kellermann
2020-05-27lib/upnp/Compat: workaround for -Wkeyword-macroMax Kellermann
2020-05-27lib/upnp: drop support for libupnp versions older than 1.8Max Kellermann
2020-05-27Merge branch 'v0.21.x'Max Kellermann
2020-05-27lib/ffmpeg/Time: replace C99 compound literal with C++ initializer listMax Kellermann
2020-05-27remove some more extra semicolonsRosen Penev
2020-05-26lib/icu/Converter: add missing <string_view> includeMax Kellermann
2020-05-05meson.build: move VERSION and others to Version.hMax Kellermann
2020-05-05*/plugins/meson.build: define feature macros in Features.hMax Kellermann
2020-04-23Merge tag 'v0.21.23'Max Kellermann
2020-04-23lib/nfs/FileReader: use `struct stat64` on Windows 32-bitMax Kellermann
2020-04-23lib/nfs/Connection: pass POLLHUP and POLLERR to nfs_service()Max Kellermann
2020-04-23lib/nfs/Connection: don't pass HANGUP to Schedule()Max Kellermann
2020-04-23lib/nfs/FileReader: reset `state` in OnNfsCallback()Max Kellermann
2020-04-23lib/nfs/FileReader: set `state=IDLE` before invoking callbackMax Kellermann
2020-04-22lib/icu/Compare: add Windows implementationMax Kellermann
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