summaryrefslogtreecommitdiff
path: root/client/data_manager.c
AgeCommit message (Collapse)AuthorFilesLines
2013-02-21client: Wait for a reply from Manager APIPatrik Flykt1-2/+10
2013-02-21client: Don't look up service on connect or disconnectPatrik Flykt1-16/+7
Attempt to connect or disconnect without looking up the service in advace. Fix memory leak and update the error message.
2013-02-21client: Return the number of proxy arguments discoveredPatrik Flykt1-3/+12
2012-12-11client: Fix up header inclusion messMarcel Holtmann1-4/+4
2012-12-11client: Do not include headers from the coreMarcel Holtmann1-1/+0
2012-12-11client: Provide own D-Bus helper functionsMarcel Holtmann1-2/+2
2012-12-11client: Add missing includes of config.hMarcel Holtmann1-0/+4
2012-12-11client: Fix the mangled copyright statementMarcel Holtmann1-2/+5
In addition relax it to GPLv2 or later to make linking against newer versions of readline library possible.
2012-10-17client: Fix some memory leaks in data_manager partTomasz Bursztyka1-18/+40
2012-09-14client: Manager API command line client supportTudor Marcu1-0/+246
Support connecting/disconnecting services, list and set ConnMan properties. 'get_message()' is used to send any method request to ConnMan, and it returns the reply that several functions use.