summaryrefslogtreecommitdiff
path: root/src/CommonAPI/DBus/DBusConnection.cpp
Commit message (Expand)AuthorAgeFilesLines
* capicxx-dbus-runtime 3.2.0HEAD3.2.0masterLutz Bichler2020-10-271-19/+10
* capicxx-dbus-runtime 3.1.12.73.1.12.7Juergen Gehring2018-05-221-70/+0
* capicxx-dbus-runtime 3.1.12.23.1.12.2Juergen Gehring2018-01-251-7/+15
* capicxx-dbus-runtime 3.1.12.13.1.12.1Juergen Gehring2018-01-251-371/+123
* CommonAPI-D-Bus 3.1.123.1.12Juergen Gehring2017-06-191-82/+219
* CommonAPI-D-Bus 3.1.11.13.1.11.1Juergen Gehring2017-04-071-147/+344
* CommonAPI-D-Bus 3.1.113.1.11Juergen Gehring2017-02-281-206/+294
* CommonAPI-D-Bus 3.1.10.43.1.10.4Jürgen Gehring2016-12-121-0/+2
* CommonAPI-D-Bus 3.1.10.23.1.10.2Jürgen Gehring2016-12-121-10/+13
* CommonAPI-D-Bus 3.1.10.13.1.10.1Jürgen Gehring2016-12-121-6/+4
* CommonAPI-D-Bus 3.1.103.1.10Jürgen Gehring2016-11-041-80/+88
* CommonAPI-D-Bus 3.1.93.1.9Jürgen Gehring2016-10-111-84/+151
* CommonAPI-D-Bus 3.1.83.1.8Jürgen Gehring2016-10-111-176/+442
* CommonAPI-D-Bus 3.1.53.1.5Dirk Huss2015-12-091-9/+27
* CommonAPI-D-Bus 3.1.43.1.4Dirk Huss2015-11-251-155/+290
* CommonAPI-D-Bus 3.1.33.1.3Jürgen Gehring2015-07-291-179/+201
* CommonAPI 3.1.23.1.2Jürgen Gehring2015-06-171-14/+40
* CommonAPI-D-Bus 3.1.13.1.1Jürgen Gehring2015-06-011-316/+299
* All public inline functions arn't anymore inlineStefan Laner2014-03-031-0/+21
* Fixed some compile warningsPatrick Sattler2014-02-261-33/+34
* Windows support, fixed attribute handling with inherited interfacesStefan Laner2014-02-261-1/+2
* Fixed bug that prevents proxy connections from being destroyed becauseStefan Laner2013-11-291-7/+23
* Fix for GLIPCI-165.Arnaud Fietzke2013-11-271-1/+8
* Prevented crash on unanticipated name changes2.1.22.1.1Philip Rauwolf2013-09-261-1/+0
* Add managed services2.1.0Johannes Schanda2013-09-181-64/+246
* Fixed some subtle bugs.Philip Rauwolf2013-09-101-39/+74
* Added support for selective broadcastsStefan Laner2013-09-031-25/+86
* Introduced dynamic loading and Configuration files for CommonAPI.Philip Rauwolf2013-07-091-6/+9
* Improved DBusConnection lifetime and timeout handling for async calls.Philip Rauwolf2013-07-051-23/+103
* Clean up registered names on disconnectJohannes Schanda2013-06-171-0/+3
* Multiple connection names from one factoryJohannes Schanda2013-06-111-17/+41
* Removed commented codePhilip Rauwolf2013-06-101-2/+0
* Correct thread teardown failureJohannes Schanda2013-06-101-3/+8
* More build correction of self referenceJohannes Schanda2013-06-071-1/+1
* Further fixing the dispatch-issue in DBusConnectionPhilip Rauwolf2013-06-061-2/+2
* Pass saftey pointer to dispatch thread as reference to prevent unwantedJohannes Schanda2013-06-061-1/+1
* Integrated the DBusServicePublisher to manage services and added anPhilip Rauwolf2013-06-031-2/+0
* Added and integrated necessary D-Bus Mainloop ContextPhilip Rauwolf2013-04-181-15/+176
* Provide a clean API for setting the object path handler functionJohannes Schanda2013-04-051-33/+13
* Allow custom callbacks for dbus object path registrationJohannes Schanda2013-04-041-0/+30
* Moved two declarations to more sensible place and changed order ofPhilip Rauwolf2013-03-201-2/+2
* Prevented independent double instantiation of DBusObjectManager andPhilip Rauwolf2013-03-191-7/+15
* Added mechanism to suspend dispatching while some blocking call isPhilip Rauwolf2013-03-181-5/+47
* Prevented dispatch mechanism from returning into an undefinedPhilip Rauwolf2013-03-111-16/+12
* DBusConnection: Removed unused variable, enabled safe double deletion ofPhilip Rauwolf2013-03-111-21/+19
* Fix two rare segfaults in connection signal and disconnect,gpt_6_1_preJohannes Schanda2013-03-061-1/+4
* "Remote Errors" now are actually forwarded as suchPhilip Rauwolf2013-03-041-3/+7
* Prevented self-joining of the DBusConnection's dispatch thread onPhilip Rauwolf2013-03-041-8/+20
* Fixed occasional deadlock that occurred when dbus connection gotPhilip Rauwolf2013-03-011-5/+6
* Solved circular dependencies between DBusConnection andPhilip Rauwolf2013-02-281-3/+6