summaryrefslogtreecommitdiff
path: root/client/services.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak1-0/+0
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-8/+11
2013-04-04client: Move boolean parsing helper function to commands filePatrik Flykt1-26/+0
2013-04-04client: Remove now obsolete functions and filesPatrik Flykt1-494/+0
2013-04-04client: Add pretty-printing for ServicesChanged signalPatrik Flykt1-1/+119
2013-02-21client: Remove unused functionsPatrik Flykt1-60/+0
2013-02-21client: Wait for a reply when removing servicePatrik Flykt1-9/+10
2013-02-21client: Fix setting service propertiesPatrik Flykt1-8/+25
2013-02-21client: Quick fix for parsing IPv6.Configuration correctlyPatrik Flykt1-7/+26
2013-02-21client: Return number of arguments processed when setting propertiesPatrik Flykt1-3/+6
2013-02-21client: Return number of proxies addedPatrik Flykt1-3/+3
2013-02-21client: Return the number of added dict entriesPatrik Flykt1-3/+12
2013-02-21client: Return the number of added array entriesPatrik Flykt1-4/+9
2013-02-21client: Add boolean parsing helper functionPatrik Flykt1-0/+26
2012-12-11client: Fix up header inclusion messMarcel Holtmann1-1/+1
2012-12-11client: Do not include headers from the coreMarcel Holtmann1-8/+9
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/+3
2012-10-17client: Add Remove() method support for serviceTomasz Bursztyka1-0/+31
2012-10-17client: Fix various memory leaks in monitor and services partsTomasz Bursztyka1-2/+8
2012-09-24client: Show ready and online state correctlyJukka Rissanen1-3/+5
2012-09-14client: Service API command line client supportTudor Marcu1-0/+490