summaryrefslogtreecommitdiff
path: root/src/lib/dbus
AgeCommit message (Expand)Author
2020-03-12replace assert.h with cassertRosen Penev
2020-02-20Merge remote-tracking branches 'neheb/j', 'neheb/f', 'neheb/qwe' and 'neheb/hgf'Max Kellermann
2020-02-20lib/dbus/Udisks2: make `path` non-const to allow moving from itMax Kellermann
2020-02-16[clang-tidy] add ending namespace commentsRosen Penev
2020-02-04[clang-tidy] use forward instead of moveRosen Penev
2020-01-18copyright year 2020Max Kellermann
2019-12-16lib/dbus/UDisks2: add missing <stdexcept> includeMax Kellermann
2019-08-15include cleanups (powered by iwyu)Max Kellermann
2019-08-03switch to C++17Max Kellermann
2019-07-05include cleanups (powered by iwyu)Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2019-04-04event/*, ...: make GetEventLoop() constMax Kellermann
2019-02-21lib/dbus/udisks2: parse the MountPoints propertyMax Kellermann
2019-02-21lib/dbus/ReadIter: add dbus_message_iter_get_fixed_array() wrapperMax Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-14build with Meson instead of autotoolsMax Kellermann
2018-09-02lib/dbus/ReadIter: switch off -Wshadow on GCC<8Max Kellermann
2018-08-20Compiler.h: move to util/Max Kellermann
2018-08-01Main: move libdbus cleanup to class ODBus::ScopeInitMax Kellermann
2018-06-04storage/udisks: new pluginMax Kellermann
2018-06-04lib/dbus/AsyncRequest: add missing includeMax Kellermann
2018-06-04neighbor/udisks: move code to class UDisks2::ParseObjects(ODBus::Message)Max Kellermann
2018-06-04neighbor/udisks: move code to class UDisks2::ParseObjects(ReadMessageIter)Max Kellermann
2018-06-04neighbor/udisks: move ParseObject() to UDisks2.cxxMax Kellermann
2018-06-04neighbor/udisks: move struct UdisksObject to UDisks2.hxxMax Kellermann
2018-06-04neighbor/Iter: add missing includeMax Kellermann
2018-06-04lib/dbus/AsyncRequest: new helper classMax Kellermann
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