summaryrefslogtreecommitdiff
path: root/client/commands.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-21client: Remove the now obsolete command parsing functionsPatrik Flykt1-26/+1
2013-02-21client: Factor out monitor commandPatrik Flykt1-129/+30
2013-02-21client: Factor out technology enable and disable commandsPatrik Flykt1-40/+48
2013-02-21client: Factor out scan commandPatrik Flykt1-12/+19
2013-02-21client: Factor out disconnect commandPatrik Flykt1-12/+13
2013-02-21client: Factor out connect commandPatrik Flykt1-12/+13
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: Factor out services commandPatrik Flykt1-60/+45
2013-02-21client: Factor out help implementationPatrik Flykt1-70/+82
2013-02-21client: Create prototypes for all commandsPatrik Flykt1-0/+114
2012-12-11client: Fix up header inclusion messMarcel Holtmann1-6/+5
2012-12-11client: Add missing includes of config.hMarcel Holtmann1-0/+4
2012-12-11client: Fix the mangled copyright statementMarcel Holtmann1-2/+5
2012-10-17client: Add Remove() method support for serviceTomasz Bursztyka1-0/+5
2012-10-17client: Fix some memory leaks in commands partTomasz Bursztyka1-81/+78
2012-09-24client: Fix AutoConnect configurationJustin Maggard1-8/+12
2012-09-19client: Enter interactive shell when no command is specifiedMarcel Holtmann1-1/+0
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: Implement command line client commandsCeara Chewning1-0/+526