summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Added support for selective broadcastsStefan Laner2013-09-0328-541/+1367
* Merge "Fixed logic error in tests on dynamic loading"Johannes Schanda2013-08-272-41/+73
|\
| * Fixed logic error in tests on dynamic loadingPhilip Rauwolf2013-08-232-41/+73
* | Works correctly on GCC 4.8Johannes Schanda2013-08-231-1/+3
|/
* Corrected comments with regard to mainloop integrationJohannes Schanda2013-08-071-5/+0
* Introduced DBusClientId to identify callers within stubs.Stefan Laner2013-07-317-27/+237
* Merge "Introduced dynamic loading and Configuration files for CommonAPI."Aleksandar Kanchev2013-07-2450-1412/+2610
|\
| * Introduced dynamic loading and Configuration files for CommonAPI.Philip Rauwolf2013-07-0950-1412/+2610
* | Check for illegal proxy builds in callbacks2.1-pre2Johannes Schanda2013-07-102-5/+13
|/
* Fix build error in make checkJohannes Schanda2013-07-081-1/+1
* Improved DBusConnection lifetime and timeout handling for async calls.Philip Rauwolf2013-07-057-59/+169
* Fixed Demo MainloopPhilip Rauwolf2013-07-012-6/+18
* Re-generated test sourcesPhilip Rauwolf2013-07-0118-224/+464
* Removed unnecessary APIPhilip Rauwolf2013-06-252-12/+0
* Added runtime check that mainloop context is initialized2.1-pre1Philip Rauwolf2013-06-244-30/+36
* Named factory creationStefan Laner2013-06-1711-42/+321
* Clean up registered names on disconnectJohannes Schanda2013-06-171-0/+3
* Add compile guard macroJohannes Schanda2013-06-1736-0/+155
* Multiple connection names from one factoryJohannes Schanda2013-06-116-27/+50
* Removed commented codePhilip Rauwolf2013-06-101-2/+0
* Update unit testsJohannes Schanda2013-06-103-274/+4
* 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-077-62/+52
|\
| * tests: refactor to support clang compilerAleksandar Kanchev2013-06-074-51/+39
| * 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-063-2/+23
* Removed "old" inclusions, added inclusion of "CommonAPI.h" instead.Philip Rauwolf2013-06-067-20/+9
* 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-066-64/+757
* Pass saftey pointer to dispatch thread as reference to prevent unwantedJohannes Schanda2013-06-062-2/+2
* Replaced calls to deprecated part of the Factory interface with thePhilip Rauwolf2013-06-046-56/+47
* add support for polymorphic structsAleksandar Kanchev2013-06-044-1/+35
* Integrated the DBusServicePublisher to manage services and added anPhilip Rauwolf2013-06-0323-284/+750
* Some cleanupPhilip Rauwolf2013-06-033-16/+7
* Introspection handling for entire tree of superpaths of a registered object path2.0.5Johannes Schanda2013-05-171-1/+42
* Tests for mainloop big data2.0.4Philip Rauwolf2013-05-152-1/+69
* Fix test on object path registrationJohannes Schanda2013-05-151-4/+4
* Match unit tests to revised attribute apiJohannes Schanda2013-05-152-2/+3
* Change sync attribute getter to match all other sync methods2.0.3Johannes Schanda2013-05-103-7/+4
* Fix compile of main loop unit testJohannes Schanda2013-05-061-1/+1
* 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-063-1/+883
|\ \ | |/
| * Added Unit Tests and Demo Implementation for MainloopsPhilip Rauwolf2013-04-183-1/+883
* | 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