2013-06-17 |
Johannes Schanda | Clean up registered names on disconnect |
tree | commitdiff |
2013-06-17 |
Johannes Schanda | Add compile guard macro |
tree | commitdiff |
2013-06-11 |
Johannes Schanda | Multiple connection names from one factory |
tree | commitdiff |
2013-06-10 |
Philip Rauwolf | Removed commented code |
tree | commitdiff |
2013-06-10 |
Johannes Schanda | Correct thread teardown failure |
tree | commitdiff |
2013-06-07 |
Johannes Schanda | Correct object path handling for nested trees |
tree | commitdiff |
2013-06-07 |
Philip Rauwolf | Merge changes Ia821835a,I1a2f334b,I8912bdc8 |
tree | commitdiff |
2013-06-07 |
Johannes Schanda | More build correction of self reference |
tree | commitdiff |
2013-06-07 |
Aleksandar Kanchev | stream: fix assert logic for signature length |
tree | commitdiff |
2013-06-07 |
Aleksandar Kanchev | object manager: add explicit map instantiation |
tree | commitdiff |
2013-06-06 |
Philip Rauwolf | Extended validation for CommonAPI Addresses |
tree | commitdiff |
2013-06-06 |
Philip Rauwolf | Added a basic check on validity of CommonAPI addresses... |
tree | commitdiff |
2013-06-06 |
Philip Rauwolf | Further fixing the dispatch-issue in DBusConnection |
tree | commitdiff |
2013-06-06 |
Johannes Schanda | Working client side for legacy dbus attributes as fixed... |
tree | commitdiff |
2013-06-06 |
Johannes Schanda | Pass saftey pointer to dispatch thread as reference... |
tree | commitdiff |
2013-06-04 |
Aleksandar Kanchev | add support for polymorphic structs |
tree | commitdiff |
2013-06-03 |
Philip Rauwolf | Integrated the DBusServicePublisher to manage services... |
tree | commitdiff |
2013-05-17 |
Johannes Schanda | Introspection handling for entire tree of superpaths... 2.0.5 |
tree | commitdiff |
2013-05-15 |
Johannes Schanda | Fix test on object path registration |
tree | commitdiff |
2013-05-10 |
Johannes Schanda | Change sync attribute getter to match all other sync... 2.0.3 |
tree | commitdiff |
2013-05-06 |
Johannes Schanda | Merge "D-Bus Mainloop Context now only requires a DBusC... |
tree | commitdiff |
2013-05-06 |
Johannes Schanda | Merge "Added Unit Tests and Demo Implementation for... |
tree | commitdiff |
2013-05-06 |
Johannes Schanda | Merge "Added and integrated necessary D-Bus Mainloop... |
tree | commitdiff |
2013-05-06 |
Aleksandar Kanchev | stream: cleanup getCurrentPosition() |
tree | commitdiff |
2013-04-18 |
Philip Rauwolf | D-Bus Mainloop Context now only requires a DBusConnecti... |
tree | commitdiff |
2013-04-18 |
Philip Rauwolf | Added Unit Tests and Demo Implementation for Mainloops |
tree | commitdiff |
2013-04-18 |
Philip Rauwolf | Added and integrated necessary D-Bus Mainloop Context |
tree | commitdiff |
2013-04-15 |
Aleksandar Kanchev | properly deregister DBusObjectManager |
tree | commitdiff |
2013-04-15 |
Aleksandar Kanchev | move introspection handling to DBusObjectManager |
tree | commitdiff |
2013-04-05 |
Johannes Schanda | Provide a clean API for setting the object path handler... |
tree | commitdiff |
2013-04-04 |
Johannes Schanda | Allow custom callbacks for dbus object path registration |
tree | commitdiff |
2013-04-04 |
Johannes Schanda | Move objectpath functions to proxy connection, make... |
tree | commitdiff |
2013-03-20 |
Philip Rauwolf | Removed unnecessary timeout and possible source of... |
tree | commitdiff |
2013-03-20 |
Philip Rauwolf | Moved two declarations to more sensible place and chang... |
tree | commitdiff |
2013-03-20 |
Philip Rauwolf | Increased responsiveness of DBusServiceRegistry |
tree | commitdiff |
2013-03-20 |
Philip Rauwolf | Bugfix: Prevented concurrent modification within DBusOb... |
tree | commitdiff |
2013-03-19 |
Philip Rauwolf | Added a return of "false" if the dbus connection name... |
tree | commitdiff |
2013-03-19 |
Philip Rauwolf | Prevented independent double instantiation of DBusObjec... |
tree | commitdiff |
2013-03-18 |
Philip Rauwolf | Added mechanism to suspend dispatching while some block... |
tree | commitdiff |
2013-03-14 |
Philip Rauwolf | Eliminated unnecessary mutex in ServiceRegistry (obsole... |
tree | commitdiff |
2013-03-13 |
Philip Rauwolf | Fixed bug that allowed the destructor of a proxy to... 2.0.1 |
tree | commitdiff |
2013-03-12 |
Philip Rauwolf | Increased responsiveness of "isAvailableBlocking" by... |
tree | commitdiff |
2013-03-11 |
Philip Rauwolf | Prevented dispatch mechanism from returning into an... |
tree | commitdiff |
2013-03-11 |
Philip Rauwolf | DBusConnection: Removed unused variable, enabled safe... |
tree | commitdiff |
2013-03-06 |
Johannes Schanda | Fix two rare segfaults in connection signal and disconnect, gpt_6_1_pre |
tree | commitdiff |
2013-03-06 |
Philip Rauwolf | Removed another potential deadlock that happened during... |
tree | commitdiff |
2013-03-05 |
Philip Rauwolf | Fixed rare deadlock at resolution of non-available... |
tree | commitdiff |
2013-03-05 |
Philip Rauwolf | Fixed the previous fix, as it still was possible for... |
tree | commitdiff |
2013-03-05 |
Philip Rauwolf | Prevented stub from being destroyed while messages... |
tree | commitdiff |
2013-03-05 |
Philip Rauwolf | Removed dead code |
tree | commitdiff |
2013-03-04 |
Philip Rauwolf | "Remote Errors" now are actually forwarded as such |
tree | commitdiff |
2013-03-04 |
Philip Rauwolf | Removed shared pointer that prevented destruction of... |
tree | commitdiff |
2013-03-04 |
Philip Rauwolf | Prevented self-joining of the DBusConnection's dispatch... |
tree | commitdiff |
2013-03-01 |
Philip Rauwolf | Removed debug message |
tree | commitdiff |
2013-03-01 |
Philip Rauwolf | Fixed occasional deadlock that occurred when dbus conne... |
tree | commitdiff |
2013-03-01 |
Aleksandar Kanchev | fix DBusServiceRegistry predefined services support |
tree | commitdiff |
2013-03-01 |
Philip Rauwolf | Moved service management down to middleware implementation |
tree | commitdiff |
2013-02-28 |
Philip Rauwolf | Added a way to deinitialize running services |
tree | commitdiff |
2013-02-28 |
Philip Rauwolf | Removed ServiceStatusEvent from DBusServiceRegistry... |
tree | commitdiff |
2013-02-28 |
Philip Rauwolf | Solved circular dependencies between DBusConnection and |
tree | commitdiff |
2013-02-28 |
Philip Rauwolf | Broke up circular dependency of DBusDaemonProxy and... |
tree | commitdiff |
2013-02-28 |
Johannes Schanda | Address Translator rewrite to more efficient implementation |
tree | commitdiff |
2013-02-27 |
Aleksandar Kanchev | correct getAvailableServiceInstances() wait logic |
tree | commitdiff |
2013-02-27 |
Aleksandar Kanchev | add subscribe/unsubscribe methods for DBusServiceRegistry |
tree | commitdiff |
2013-02-27 |
Aleksandar Kanchev | register DBusProxy directly to DBusServiceRegistry |
tree | commitdiff |
2013-02-27 |
Aleksandar Kanchev | rework DBusServiceRegistry semantic |
tree | commitdiff |
2013-02-27 |
Aleksandar Kanchev | DBusConnectionStatusEvent: AVAILABLE on subscribe if... |
tree | commitdiff |
2013-02-26 |
Johannes Schanda | Add hash specialization for dbus service tuple |
tree | commitdiff |
2013-02-26 |
Johannes Schanda | predefined service support in config file |
tree | commitdiff |
2013-02-25 |
Johannes Schanda | Resolve unused variable warnings |
tree | commitdiff |
2013-02-22 |
Aleksandar Kanchev | fix connect() after disconnect() in DBusConnection |
tree | commitdiff |
2013-02-22 |
Philip Rauwolf | Streamlined code |
tree | commitdiff |
2013-02-22 |
Philip Rauwolf | Fixed alignment error when reading/writing sth AFTER... |
tree | commitdiff |
2013-02-22 |
Johannes Schanda | Status event must register for all proxies |
tree | commitdiff |
2013-02-22 |
Philip Rauwolf | Fixed a bug that occurred when reading/writing map... |
tree | commitdiff |
2013-02-22 |
Philip Rauwolf | On service not available, callbacks of method calls... |
tree | commitdiff |
2013-02-22 |
Aleksandar Kanchev | switch DBusProxy to DBusProxyBase |
tree | commitdiff |
2013-02-21 |
Aleksandar Kanchev | switch DBusDaemonProxy to DBusProxyBase |
tree | commitdiff |
2013-02-21 |
Aleksandar Kanchev | add DBusProxyBase |
tree | commitdiff |
2013-02-21 |
Aleksandar Kanchev | DBusConnection: join dispatcher thread on disconnect |
tree | commitdiff |
2013-02-21 |
Johannes Schanda | Overitable and removed unimplemented method |
tree | commitdiff |
2013-02-21 |
Philip Rauwolf | Removed object search from standard availability determ... |
tree | commitdiff |
2013-02-20 |
Philip Rauwolf | Improved coding in DBusAddressTranslator, moved statics... |
tree | commitdiff |
2013-02-20 |
Aleksandar Kanchev | properly override CommonAPI::Event events |
tree | commitdiff |
2013-02-20 |
Philip Rauwolf | Added precedence to config file types: |
tree | commitdiff |
2013-02-20 |
Philip Rauwolf | Changed global dbus address config file to fixed name |
tree | commitdiff |
2013-02-19 |
Philip Rauwolf | Optional global address config files in |
tree | commitdiff |
2013-02-18 |
Philip Rauwolf | Updated generated test files, simplified inclusion... |
tree | commitdiff |
2013-02-18 |
Johannes Schanda | Service registry should use proxy connection |
tree | commitdiff |
2013-02-13 |
Aleksandar Kanchev | add gitattributes and proper crlf handling |
tree | commitdiff |
2013-02-06 |
Johannes Schanda | On service alive ask only specific service |
tree | commitdiff |
2013-02-05 |
Philip Rauwolf | Quick Fix for correspondence with legacy services,... |
tree | commitdiff |
2013-02-04 |
Philip Rauwolf | Bugfixing, regenerated test files |
tree | commitdiff |
2013-02-04 |
lipci | Adaptions for support of config-files |
tree | commitdiff |
2013-02-01 |
Philip Rauwolf | Prepare for merging in config_ini_dev: |
tree | commitdiff |
2013-02-01 |
Philip Rauwolf | Config file for tests now is generated on each test... |
tree | commitdiff |
2013-02-01 |
Philip Rauwolf | Configuration for object paths and connection names... |
tree | commitdiff |
2013-01-31 |
Philip Rauwolf | Successful parsing of config file |
tree | commitdiff |
2013-01-31 |
Philip Rauwolf | Successfully read in local .ini file w/o relying on... |
tree | commitdiff |
2013-01-30 |
Philip Rauwolf | Created infrastructure for extended Naming-Service |
tree | commitdiff |
next |