summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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-0325-285/+763
* 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-065-13/+909
|\ \ | |/
| * Added Unit Tests and Demo Implementation for MainloopsPhilip Rauwolf2013-04-185-13/+909
* | Merge "Added and integrated necessary D-Bus Mainloop Context"Johannes Schanda2013-05-0610-210/+639
|\ \ | |/
| * Added and integrated necessary D-Bus Mainloop ContextPhilip Rauwolf2013-04-1810-210/+639
* | stream: cleanup getCurrentPosition()Aleksandar Kanchev2013-05-063-17/+2
|/
* Removed std::output in one testPhilip Rauwolf2013-04-171-1/+0
* 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
* tests: whitespace cleanupAleksandar Kanchev2013-03-223-143/+143
* build: don't install the internal murmurhash libraryAleksandar Kanchev2013-03-221-3/+3
* Updated test filesPhilip Rauwolf2013-03-2215-267/+456
* build: make use of system extensions (_GNU_SOURCE)Aleksandar Kanchev2013-03-212-1/+4
* Extended DBusTestUtils2.0.2Philip Rauwolf2013-03-201-0/+41
* Further improvement of timing in test casesPhilip Rauwolf2013-03-201-12/+16
* Removed unnecessary timeout and possible source of "simple" failures.Philip Rauwolf2013-03-201-4/+1
* Updated TODOPhilip Rauwolf2013-03-201-4/+15
* Moved two declarations to more sensible place and changed order ofPhilip Rauwolf2013-03-202-5/+4
* Added (commented) test for suspending the dispatch-thread withinPhilip Rauwolf2013-03-202-3/+90
* Increased responsiveness of DBusServiceRegistryPhilip Rauwolf2013-03-201-15/+14
* Bugfix: Prevented concurrent modification within DBusObjectManagerPhilip Rauwolf2013-03-202-4/+16
* Added description and usage of D-Bus address config files to READMEPhilip Rauwolf2013-03-201-6/+48
* Improved timing and responsiveness of several tests.Philip Rauwolf2013-03-197-35/+71
* 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
* Improved semantics of python fake legacy servicePhilip Rauwolf2013-03-181-7/+17
* 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
* Small corrections in some testsPhilip Rauwolf2013-03-124-30/+28
* Increased responsiveness of "isAvailableBlocking" by lowering thePhilip Rauwolf2013-03-121-2/+1
* Updated TODOPhilip Rauwolf2013-03-121-90/+6
* Updated DBusConnectionTest to current version of CommonAPI, integratedPhilip Rauwolf2013-03-123-145/+234
* add libtool version-info supportAleksandar Kanchev2013-03-121-0/+8
* Improved timing in MultipleConnectionTestPhilip Rauwolf2013-03-111-3/+8