summaryrefslogtreecommitdiff
path: root/client/main.c
AgeCommit message (Collapse)AuthorFilesLines
2013-04-04client: Remove readline handling from main.cPatrik Flykt1-104/+6
2013-04-04client: Delete the now obsolete monitor.[hc] filesPatrik Flykt1-1/+0
2013-02-21client: Remove the now obsolete command parsing functionsPatrik Flykt1-13/+10
2013-02-21client: Make DBusConnection globalPatrik Flykt1-1/+1
2013-02-21client: Create prototypes for all commandsPatrik Flykt1-5/+9
Provide the infrastructure to factor out the commands.
2012-12-11client: Fix up header inclusion messMarcel Holtmann1-7/+5
2012-12-11client: Add missing includes of config.hMarcel Holtmann1-0/+4
2012-09-19client: Enter interactive shell when no command is specifiedMarcel Holtmann1-12/+1
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-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-01-01Update copyright informationMarcel Holtmann1-1/+1
2008-12-22Add command to list device objectsMarcel Holtmann1-26/+118
2008-12-22Add really simple client applicationMarcel Holtmann1-0/+129