summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2021-05-19lib/upnp/meson.build: auto-disable UPnP without CURL/expatMax Kellermann
2021-05-19Merge branch 'npu' of git://github.com/neheb/MPDMax Kellermann
2021-05-19Merge branch 'flac-ogg' of git://github.com/jprjr/VGMPDMax Kellermann
2021-05-17Merge branch 'v0.22.x'Max Kellermann
2021-05-17python/build/libs.py: update CURL to 7.76.1Max Kellermann
2021-05-15flac encoder: enable Ogg FLAC and Ogg chainingJohn Regan
2021-04-26output/jack: enable on WindowsMax Kellermann
2021-03-29lib/curl/Multi: reword API documentationMax Kellermann
2021-03-29lib/curl/Multi: move operator bool() downMax Kellermann
2021-03-29lib/curl/Multi: rename parametersMax Kellermann
2021-03-26Add npupnp supportJean-Francois Dockes
2021-03-10Add tags relevant to classical music.Simon Persson
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-03-04Merge branch 'struc' of git://github.com/neheb/MPDMax Kellermann
2021-03-03output/pipewire: new output pluginMax Kellermann
2021-02-24db/upnp/Discovery: use class IntrusiveListMax Kellermann
2021-02-22lib/yajl/Gen: new classMax Kellermann
2021-02-22lib/yajl/Handle: fix API documentationMax Kellermann
2021-02-12zlib/Error: add `noexcept`Max Kellermann
2021-02-05event/{Coarse,Fine,Far}TimerEvent: aliases for TimerEventMax Kellermann
2021-01-22lib/curl/Easy: add methods SetVerify{Host,Peer}()Max Kellermann
2021-01-21util/AllocatedString: remove Null(), IsNull()Max Kellermann
2021-01-21util/AllocatedString: replace Clone() with copy constructorMax Kellermann
2021-01-21util/AllocatedString: add string_view constructorMax Kellermann
2021-01-21util/AllocatedString: add default constructorMax Kellermann
2021-01-21util/AllocatedString: rename to BasicAllocatedStringMax Kellermann
2021-01-21Merge tag 'v0.22.4'Max Kellermann
2021-01-19lib/pcre/RegexPointer: work around bogus -Wmaybe-uninitialized with GCC 11Max Kellermann
2021-01-01Merge branch 'v0.22.x'Max Kellermann
2021-01-01copyright year 2021Max Kellermann
2020-12-15curl/Handler: disallow OnData() to throwMax Kellermann
2020-12-15curl/Request: move struct Pause to class CurlResponseHandlerMax Kellermann
2020-12-15curl/Request: add more wrapper methodsMax Kellermann
2020-12-14odbus/Watch: support DBUS_WATCH_{ERROR,HANGUP}Max Kellermann
2020-12-14odbus/Watch: use SocketEvent::ReleaseSocket() to allow another Open()Max Kellermann
2020-12-14lib/dbus/FilterHelper: new classMax Kellermann
2020-12-14lib/dbus/Glue: add `noexcept`Max Kellermann
2020-12-14lib/dbus/Glue: relicense to BSD-2Max Kellermann
2020-12-02event/TimerEvent: rename IsActive() to IsPending()Max Kellermann
2020-12-01Merge branch 'v0.22.x'Max Kellermann
2020-11-30util/TemplateString: rename CharAsString() to FromChar()Max Kellermann
2020-11-30util/TemplateString: add cast operatorsMax Kellermann
2020-11-30util/TemplateString: rewrite as constexpr functionsMax Kellermann
2020-11-30lib/dbus/Values: use T::Traits, not TMax Kellermann
2020-11-30lib/dbus/Values: use `using` instead of `typedef`Max Kellermann