summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2021-01-19lib/pcre/RegexPointer: work around bogus -Wmaybe-uninitialized with GCC 11Max Kellermann
2021-01-01copyright year 2021Max Kellermann
2020-11-30lib/ffmpeg/Filter: Add define required for avutilDanilo Spinella
2020-11-16filter/ffmpeg: detect the output sample formatMax Kellermann
2020-11-04decoder/ffmpeg: move code to lib/ffmpeg/Interleave.cxxMax Kellermann
2020-11-04lib/ffmpeg/Buffer: add missing includeMax Kellermann
2020-11-04lib/ffmpeg/Buffer: disallow copyingMax Kellermann
2020-11-04lib/ffmpeg/Buffer: add `noexcept`Max Kellermann
2020-11-04lib/ffmpeg/{Buffer,Time}: remove obsolete "#undef SampleFormat"Max Kellermann
2020-10-28lib/yajl/Handle: strip newlines from error messagesMax Kellermann
2020-10-28lib/yajl/Handle: un-inline the throwing codeMax Kellermann
2020-10-17lib/nfs/patches: disable the snprintf->sprintf_s aliasMax Kellermann
2020-10-15lib/dbus/Watch: add missing include for assert()Max Kellermann
2020-10-08event/TimerEvent: add type alias for std::chrono::steady_clock::durationMax Kellermann
2020-10-08StateFileConfig, ...: drop obsolete out-of-class definitionMax Kellermann
2020-09-16remove GCC5 hacksRosen Penev
2020-09-04Merge branch 'v0.21.x' into masterMax Kellermann
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-23lib/icu: fix build without libc iconv supportRosen Penev
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-07-06Log: make LogLevel the first parameterMax Kellermann
2020-07-01system/ByteOrder: move to util/Max 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