summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2021-05-25subprojects/sqlite3.wrap: add SQLite wrapMax Kellermann
2021-05-25lib/sqlite/meson.build: add missing external dependency on libsqliteMax Kellermann
2021-05-17python/build/libs.py: update CURL to 7.76.1Max Kellermann
2021-04-26output/jack: enable on WindowsMax Kellermann
2021-03-04use structured binding declarationsRosen Penev
2021-03-04util/AllocatedString: remove Null(), IsNull()Max Kellermann
2021-03-04util/AllocatedString: replace Clone() with copy constructorMax Kellermann
2021-03-04util/AllocatedString: add string_view constructorMax Kellermann
2021-03-04util/AllocatedString: add default constructorMax Kellermann
2021-03-04util/AllocatedString: rename to BasicAllocatedStringMax Kellermann
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