summaryrefslogtreecommitdiff
path: root/client
AgeCommit message (Collapse)AuthorFilesLines
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
In addition relax it to GPLv2 or later to make linking against newer versions of readline library possible.
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
Changing the AutoConnect setting via connmanctl does not work, due to the mistaken use of || instead of &&. This patch fixes the issue, and tries to make things a little more readable.
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
The arguments and output may see changes, warn users that the current ones are experimental.
2012-09-14client: Change 'tech' to 'technologies'Patrik Flykt1-2/+2
Update argument and man page to use 'technologies'
2012-09-14client: Update Makefile.am and add new command line client main fileCeara Chewning1-191/+82
The new main.c uses the previously added services, technology, manager, interactive, and monitor files to create the connmanctl command line interface. It is able to display properties of services and technologies, and set/enable them.
2012-09-14client: Add interactive mode supportTudor Marcu2-0/+177
When the client is started with the 'interactive' option, it drops into interactive shell mode. The interactive commands are handled using readline. All of the commands (except interactive) can be used in this mode.
2012-09-14client: Implement command line client commandsCeara Chewning1-0/+526
Implement all of the command handling that connmanctl uses. Both the main program and interactive mode should use the same commands, thus there is no separation between the abilities of the two modes.
2012-09-14client: Event monitoring support for the command line clientCeara Chewning2-0/+294
The command line client is able to run as a monitor to ConnMan. When the client is started with the 'monitor' option, it will wait for any signals from ConnMan and display them. It is useful for realtime verbose output of ConnMan D-Bus events.
2012-09-14client: Manager API command line client supportTudor Marcu2-0/+297
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.
2012-09-14client: Technology API command line client supportCeara Chewning2-0/+226
Support Technology API functionality such as scanning, parsing and setting and receiving technology properties. Using 'match_tech_name()' the command line utility can verify if a given technology exists on the system.
2012-09-14client: Service API command line client supportTudor Marcu2-0/+547
Support Service API message D-Bus message parsing. Functions are provided for configuring properties, iterating through D-Bus messages and extracting properties in a useful manner.
2012-04-29tools: Update copyright informationMarcel Holtmann1-1/+1
2010-11-26Change service name from org.moblin.connman to net.connmanMarcel Holtmann1-1/+1
2010-05-14Add some simple commands to cm utilityMarcel Holtmann1-69/+92
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-08-23Convert to fully non-recursive build systemMarcel Holtmann1-12/+0
2009-01-01Update copyright informationMarcel Holtmann1-1/+1
2008-12-22Add command to list device objectsMarcel Holtmann1-26/+118
2008-12-22Make the client application optionalMarcel Holtmann1-0/+2
2008-12-22Add really simple client applicationMarcel Holtmann2-0/+137
2008-12-15Add directory for client applicationMarcel Holtmann1-0/+2