summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2018-06-04lib/dbus/Connection: add DBusConnection& cast operatorMax Kellermann
2018-06-03lib/dbus/ObjectManager: use TypeTraits instead of CPP macroMax Kellermann
2018-06-03lib/dbus/Types: add ObjectPathTypeTraitsMax Kellermann
2018-06-03lib/dbus/Types: rename _MakeStructTypeAsString to ConcatTypeAsStringMax Kellermann
2018-06-03lib/dbus/ReadIter: add ForEachProperty()Max Kellermann
2018-06-03lib/dbus/ReadIter: add ForEachRecurse()Max Kellermann
2018-06-03lib/dbus/ReadIter: add API documentationMax Kellermann
2018-06-03neighbor/udisks: move code to ForEachInterface()Max Kellermann
2018-06-03lib/dbus/Types: support DBUS_TYPE_DICT_ENTRYMax Kellermann
2018-06-03lib/dbus/Glue: move Connect()/Disconnect() calls to I/O threadMax Kellermann
2018-06-03lib/dbus/Glue: use private connectionMax Kellermann
2018-06-03lib/dbus/Glue: singleton for global initializationMax Kellermann
2018-06-02odbus: import dbus-1 OO wrapper libraryMax Kellermann
2018-04-26Merge tag 'v0.20.19'Max Kellermann
2018-04-25lib/ffmpeg/Init: fix av_register_all() deprecation warningMax Kellermann
2018-02-24Merge tag 'v0.20.18'Max Kellermann
2018-02-24lib/nfs/FileReader: move sys/stat.h to header because "struct stat" may be macroMax Kellermann
2018-02-24lib/nfs/Connection: use winsock2.h instead of poll.h on WindowsMax Kellermann
2018-02-24Fix curl storage plugin failure if the authentication method is different tha...tpoeiras
2018-02-11Merge tag 'v0.20.17'Max Kellermann
2018-02-09lib/curl: remove .netrc support on AndroidMax Kellermann
2018-02-09python/build/libs.py: convert CURL edit to quilt patchMax Kellermann
2018-02-03Merge tag 'v0.20.16'Max Kellermann
2018-01-31lib/upnp/Init: enable IPv6Max Kellermann
2018-01-31lib/upnp/Init: use nullptr instead of 0Max Kellermann
2018-01-29lib/curl/Request: merge two "try" blocksMax Kellermann
2018-01-24util/StringFormat: new utility libraryMax Kellermann
2018-01-23lib/curl/Delegate: helper class for response body parsersMax Kellermann
2018-01-21lib/expat/Parser: make the "is_final" argument optionalMax Kellermann
2018-01-21lib/expat/Parser: add method CompleteParse()Max Kellermann
2018-01-21lib/expat/Parser: forward Parse() argumentsMax Kellermann
2018-01-20lib/curl/Handler: add API documentationMax Kellermann
2018-01-20Merge branch 'v0.20.x'Max Kellermann
2018-01-19lib/icu/Compare: allow copyingMax Kellermann
2018-01-18lib/upnp/ContentDirectoryService: work around GCC 5 bugMax Kellermann
2018-01-15input/qobuz: new input plugin to receive Qobuz streamsMax Kellermann
2018-01-15lib/curl/Request: add constructor without "url" parameterMax Kellermann
2018-01-12lib/yajl/Callbacks: add wrappers for start_array and end_arrayMax Kellermann
2018-01-11lib/curl/Request: add methods StartIndirect(), StopIndirect()Max Kellermann
2018-01-11lib/yajl/Callbacks: OO wrapper for yajl_callbacksMax Kellermann
2018-01-11lib/yajl/ParseInputStream: use InputStream::LockRead() to reduce lock durationMax Kellermann
2018-01-11lib/yajl/ParseInputStream: eliminate variable "done"Max Kellermann
2018-01-11playlist/SoundCloud: move code to Yajl::Parse(InputStream&)Max Kellermann
2018-01-11lib/yajl/Handle: libyajl C++ bindingsMax Kellermann
2018-01-11lib/curl/Form: new libraryMax Kellermann
2018-01-11lib/curl/Easy: add curl_easy_escape() wrapperMax Kellermann
2018-01-11input/curl: use StringView::StartsWith()Max Kellermann
2018-01-02lib/upnp/Discovery: protect "downloaders" accesses with mutexMax Kellermann
2018-01-02lib/upnp/Util: remove unused function csvToStrings()Max Kellermann
2018-01-02lib/upnp/ContentDirectoryService: use SplitString() instead of csvToStrings()Max Kellermann