index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
dbus
Age
Commit message (
Expand
)
Author
2020-03-12
replace assert.h with cassert
Rosen Penev
2020-02-20
Merge remote-tracking branches 'neheb/j', 'neheb/f', 'neheb/qwe' and 'neheb/hgf'
Max Kellermann
2020-02-20
lib/dbus/Udisks2: make `path` non-const to allow moving from it
Max Kellermann
2020-02-16
[clang-tidy] add ending namespace comments
Rosen Penev
2020-02-04
[clang-tidy] use forward instead of move
Rosen Penev
2020-01-18
copyright year 2020
Max Kellermann
2019-12-16
lib/dbus/UDisks2: add missing <stdexcept> include
Max Kellermann
2019-08-15
include cleanups (powered by iwyu)
Max Kellermann
2019-08-03
switch to C++17
Max Kellermann
2019-07-05
include cleanups (powered by iwyu)
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-04-04
event/*, ...: make GetEventLoop() const
Max Kellermann
2019-02-21
lib/dbus/udisks2: parse the MountPoints property
Max Kellermann
2019-02-21
lib/dbus/ReadIter: add dbus_message_iter_get_fixed_array() wrapper
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-14
build with Meson instead of autotools
Max Kellermann
2018-09-02
lib/dbus/ReadIter: switch off -Wshadow on GCC<8
Max Kellermann
2018-08-20
Compiler.h: move to util/
Max Kellermann
2018-08-01
Main: move libdbus cleanup to class ODBus::ScopeInit
Max Kellermann
2018-06-04
storage/udisks: new plugin
Max Kellermann
2018-06-04
lib/dbus/AsyncRequest: add missing include
Max Kellermann
2018-06-04
neighbor/udisks: move code to class UDisks2::ParseObjects(ODBus::Message)
Max Kellermann
2018-06-04
neighbor/udisks: move code to class UDisks2::ParseObjects(ReadMessageIter)
Max Kellermann
2018-06-04
neighbor/udisks: move ParseObject() to UDisks2.cxx
Max Kellermann
2018-06-04
neighbor/udisks: move struct UdisksObject to UDisks2.hxx
Max Kellermann
2018-06-04
neighbor/Iter: add missing include
Max Kellermann
2018-06-04
lib/dbus/AsyncRequest: new helper class
Max Kellermann
2018-06-04
lib/dbus/Connection: add DBusConnection& cast operator
Max Kellermann
2018-06-03
lib/dbus/ObjectManager: use TypeTraits instead of CPP macro
Max Kellermann
2018-06-03
lib/dbus/Types: add ObjectPathTypeTraits
Max Kellermann
2018-06-03
lib/dbus/Types: rename _MakeStructTypeAsString to ConcatTypeAsString
Max Kellermann
2018-06-03
lib/dbus/ReadIter: add ForEachProperty()
Max Kellermann
2018-06-03
lib/dbus/ReadIter: add ForEachRecurse()
Max Kellermann
2018-06-03
lib/dbus/ReadIter: add API documentation
Max Kellermann
2018-06-03
neighbor/udisks: move code to ForEachInterface()
Max Kellermann
2018-06-03
lib/dbus/Types: support DBUS_TYPE_DICT_ENTRY
Max Kellermann
2018-06-03
lib/dbus/Glue: move Connect()/Disconnect() calls to I/O thread
Max Kellermann
2018-06-03
lib/dbus/Glue: use private connection
Max Kellermann
2018-06-03
lib/dbus/Glue: singleton for global initialization
Max Kellermann
2018-06-02
odbus: import dbus-1 OO wrapper library
Max Kellermann