summaryrefslogtreecommitdiff
path: root/client
AgeCommit message (Expand)AuthorFilesLines
2013-02-21client: Remove the now obsolete command parsing functionsPatrik Flykt3-48/+11
2013-02-21client: Remove unused functionsPatrik Flykt2-62/+0
2013-02-21client: Factor out monitor commandPatrik Flykt1-129/+30
2013-02-21client: Create monitor helper functionsPatrik Flykt2-0/+94
2013-02-21client: Factor out technology enable and disable commandsPatrik Flykt1-40/+48
2013-02-21client: Wait for a reply from Manager APIPatrik Flykt1-2/+10
2013-02-21client: Wait for a reply from Technology APIPatrik Flykt1-6/+10
2013-02-21client: Factor out scan commandPatrik Flykt1-12/+19
2013-02-21client: Reduce technology loggingPatrik Flykt1-8/+3
2013-02-21client: Factor out disconnect commandPatrik Flykt1-12/+13
2013-02-21client: Factor out connect commandPatrik Flykt1-12/+13
2013-02-21client: Don't look up service on connect or disconnectPatrik Flykt1-16/+7
2013-02-21client: Factor out technologies commandPatrik Flykt1-9/+4
2013-02-21client: Factor out state commandPatrik Flykt1-9/+4
2013-02-21client: Print out any errors on command executionPatrik Flykt1-2/+6
2013-02-21client: Factor out config commandPatrik Flykt1-110/+130
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 proxy arguments discoveredPatrik Flykt1-3/+12
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: Factor out services commandPatrik Flykt1-60/+45
2013-02-21client: Add boolean parsing helper functionPatrik Flykt2-0/+27
2013-02-21client: Fix up interactive option parsingPatrik Flykt1-42/+21
2013-02-21client: Make DBusConnection globalPatrik Flykt2-1/+3
2013-02-21client: Factor out help implementationPatrik Flykt2-71/+82
2013-02-21client: Create prototypes for all commandsPatrik Flykt4-11/+133
2012-12-11client: Fix up header inclusion messMarcel Holtmann7-31/+26
2012-12-11client: Do not include headers from the coreMarcel Holtmann6-13/+49
2012-12-11client: Provide own D-Bus helper functionsMarcel Holtmann5-5/+113
2012-12-11client: Remove useless circular inclusion protectionMarcel Holtmann5-24/+0
2012-12-11client: Add missing includes of config.hMarcel Holtmann7-0/+28
2012-12-11client: Fix the mangled copyright statementMarcel Holtmann11-24/+38
2012-10-17client: Add Remove() method support for serviceTomasz Bursztyka3-0/+38
2012-10-17client: Fix various memory leaks in monitor and services partsTomasz Bursztyka2-2/+13
2012-10-17client: Fix some memory leaks in data_manager partTomasz Bursztyka1-18/+40
2012-10-17client: Fix some memory leaks in commands partTomasz Bursztyka1-81/+78
2012-09-24client: Show ready and online state correctlyJukka Rissanen1-3/+5
2012-09-24client: Fix AutoConnect configurationJustin Maggard1-8/+12
2012-09-19client: Enter interactive shell when no command is specifiedMarcel Holtmann3-14/+1
2012-09-14client: Add printout about connmanctl experimental statusPatrik Flykt1-1/+2
2012-09-14client: Change 'tech' to 'technologies'Patrik Flykt1-2/+2
2012-09-14client: Update Makefile.am and add new command line client main fileCeara Chewning1-191/+82
2012-09-14client: Add interactive mode supportTudor Marcu2-0/+177
2012-09-14client: Implement command line client commandsCeara Chewning1-0/+526
2012-09-14client: Event monitoring support for the command line clientCeara Chewning2-0/+294
2012-09-14client: Manager API command line client supportTudor Marcu2-0/+297