summaryrefslogtreecommitdiff
path: root/src/CommonAPI
Commit message (Expand)AuthorAgeFilesLines
...
* Added support for selective broadcastsStefan Laner2013-09-0314-275/+608
* Introduced DBusClientId to identify callers within stubs.Stefan Laner2013-07-313-13/+95
* Merge "Introduced dynamic loading and Configuration files for CommonAPI."Aleksandar Kanchev2013-07-2420-459/+475
|\
| * Introduced dynamic loading and Configuration files for CommonAPI.Philip Rauwolf2013-07-0920-459/+475
* | Check for illegal proxy builds in callbacks2.1-pre2Johannes Schanda2013-07-102-5/+13
|/
* Improved DBusConnection lifetime and timeout handling for async calls.Philip Rauwolf2013-07-057-59/+169
* Removed unnecessary APIPhilip Rauwolf2013-06-252-12/+0
* Added runtime check that mainloop context is initialized2.1-pre1Philip Rauwolf2013-06-242-30/+22
* Named factory creationStefan Laner2013-06-1710-42/+275
* Clean up registered names on disconnectJohannes Schanda2013-06-171-0/+3
* Add compile guard macroJohannes Schanda2013-06-1729-0/+139
* Multiple connection names from one factoryJohannes Schanda2013-06-116-27/+50
* Removed commented codePhilip Rauwolf2013-06-101-2/+0
* Correct thread teardown failureJohannes Schanda2013-06-103-7/+13
* Correct object path handling for nested treesJohannes Schanda2013-06-071-2/+4
* Merge changes Ia821835a,I1a2f334b,I8912bdc8Philip Rauwolf2013-06-073-11/+13
|\
| * stream: fix assert logic for signature lengthAleksandar Kanchev2013-06-072-5/+6
| * object manager: add explicit map instantiationAleksandar Kanchev2013-06-071-6/+7
* | More build correction of self referenceJohannes Schanda2013-06-072-2/+2
|/
* Extended validation for CommonAPI AddressesPhilip Rauwolf2013-06-062-4/+40
* Added a basic check on validity of CommonAPI addresses for thePhilip Rauwolf2013-06-062-2/+12
* Further fixing the dispatch-issue in DBusConnectionPhilip Rauwolf2013-06-062-3/+3
* Working client side for legacy dbus attributes as fixed types and unionsJohannes Schanda2013-06-065-63/+753
* Pass saftey pointer to dispatch thread as reference to prevent unwantedJohannes Schanda2013-06-062-2/+2
* add support for polymorphic structsAleksandar Kanchev2013-06-044-1/+35
* Integrated the DBusServicePublisher to manage services and added anPhilip Rauwolf2013-06-0317-56/+224
* Introspection handling for entire tree of superpaths of a registered object path2.0.5Johannes Schanda2013-05-171-1/+42
* Fix test on object path registrationJohannes Schanda2013-05-151-4/+4
* Change sync attribute getter to match all other sync methods2.0.3Johannes Schanda2013-05-103-7/+4
* Merge "D-Bus Mainloop Context now only requires a DBusConnection, no longer a...Johannes Schanda2013-05-063-7/+4
|\
| * D-Bus Mainloop Context now only requires a DBusConnection, no longer aPhilip Rauwolf2013-04-183-7/+4
* | Merge "Added Unit Tests and Demo Implementation for Mainloops"Johannes Schanda2013-05-061-1/+4
|\ \ | |/
| * Added Unit Tests and Demo Implementation for MainloopsPhilip Rauwolf2013-04-181-1/+4
* | Merge "Added and integrated necessary D-Bus Mainloop Context"Johannes Schanda2013-05-069-124/+555
|\ \ | |/
| * Added and integrated necessary D-Bus Mainloop ContextPhilip Rauwolf2013-04-189-124/+555
* | stream: cleanup getCurrentPosition()Aleksandar Kanchev2013-05-063-17/+2
|/
* properly deregister DBusObjectManagerAleksandar Kanchev2013-04-152-0/+9
* move introspection handling to DBusObjectManagerAleksandar Kanchev2013-04-157-98/+127
* Provide a clean API for setting the object path handler functionJohannes Schanda2013-04-054-36/+31
* Allow custom callbacks for dbus object path registrationJohannes Schanda2013-04-042-0/+34
* Move objectpath functions to proxy connection, make objectmanager use itJohannes Schanda2013-04-043-6/+9
* Removed unnecessary timeout and possible source of "simple" failures.Philip Rauwolf2013-03-201-4/+1
* Moved two declarations to more sensible place and changed order ofPhilip Rauwolf2013-03-202-5/+4
* Increased responsiveness of DBusServiceRegistryPhilip Rauwolf2013-03-201-15/+14
* Bugfix: Prevented concurrent modification within DBusObjectManagerPhilip Rauwolf2013-03-202-4/+16
* Added a return of "false" if the dbus connection name could not bePhilip Rauwolf2013-03-191-13/+15
* Prevented independent double instantiation of DBusObjectManager andPhilip Rauwolf2013-03-192-8/+18
* Added mechanism to suspend dispatching while some blocking call isPhilip Rauwolf2013-03-182-5/+53
* Eliminated unnecessary mutex in ServiceRegistry (obsolete since lockingPhilip Rauwolf2013-03-141-2/+2
* Fixed bug that allowed the destructor of a proxy to access invalid2.0.1Philip Rauwolf2013-03-136-95/+115