summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2020-11-30odbus/Types: use `using` instead of `typedef`Max Kellermann
2020-11-30lib/ffmpeg/Filter: Add define required for avutilDanilo Spinella
2020-11-16Merge branch 'v0.22.x'Max Kellermann
2020-11-16filter/ffmpeg: detect the output sample formatMax Kellermann
2020-11-05clang-tidy: replace std::bind with lambdasRosen Penev
2020-11-04Merge branch 'v0.22.x' into masterMax 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-28use structured binding declarationsRosen Penev
2020-10-28Merge tag 'v0.22.2' into masterMax 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-17Merge tag 'v0.22.1' into masterMax Kellermann
2020-10-17lib/nfs/patches: disable the snprintf->sprintf_s aliasMax Kellermann
2020-10-15Merge branch 'v0.22.x' into masterMax Kellermann
2020-10-15event/SocketEvent: rename Steal() to ReleaseSocket()Max Kellermann
2020-10-15lib/curl/Global: ignore curl_multi_socket_action() errorsMax Kellermann
2020-10-15lib/curl/Multi: add Add(), Remove(), ...Max Kellermann
2020-10-15lib/curl/Global: adjust parameter nameMax Kellermann
2020-10-15lib/dbus/ReadIter: remove obsolete GCC warning workaroundMax Kellermann
2020-10-15lib/dbus/Watch: adjust parameter nameMax Kellermann
2020-10-15lib/dbus/Watch: add missing include for assert()Max Kellermann
2020-10-14event/SocketEvent: allow Cancel() without socketMax Kellermann
2020-10-14event/SocketMonitor: refactor to SocketEventMax Kellermann
2020-10-14event/IdleMonitor: refactor to IdleEventMax 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