summaryrefslogtreecommitdiff
path: root/client/commands.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-03client: Enable method call return to exit or continue runningPatrik Flykt1-22/+46
2013-04-30client: Remove unneeded members from structsPatrik Flykt1-90/+70
2013-04-30client: Move commands around to more logical places in the tablePatrik Flykt1-4/+4
2013-04-23client: Add command completionPatrik Flykt1-0/+22
2013-04-23client: Follow coding stylePatrik Flykt1-1/+1
2013-04-23client: Add support for tetheringPatrik Flykt1-0/+175
2013-04-05client: Fix help text, IPv4 setting uses netmaskPatrik Flykt1-1/+1
2013-04-04client: Move boolean parsing helper function to commands filePatrik Flykt1-0/+26
2013-04-04client: Remove now obsolete functions and filesPatrik Flykt1-6/+1
2013-04-04client: Remove now obsolete functionPatrik Flykt1-6/+0
2013-04-04client: Use D-Bus helper functions when setting proxyPatrik Flykt1-41/+76
2013-04-04client: Use helper functions for setting domains, nameservers and timeserversPatrik Flykt1-9/+39
2013-04-04client: Use helper functions for IP, autoconnect and removalPatrik Flykt1-23/+158
2013-04-04client: Use D-Bus helper function to implement services commandPatrik Flykt1-9/+49
2013-04-04client: Use D-Bus helper functions for Technology enabling/disablingPatrik Flykt1-26/+58
2013-04-04client: Use D-Bus helpers for Technology Scan method callPatrik Flykt1-12/+20
2013-04-04client: Use D-Bus helpers for Technology GetTechnologies method callPatrik Flykt1-1/+32
2013-04-04client: Use D-Bus helper functions for service connect and disconnectPatrik Flykt1-9/+39
2013-04-04client: Use D-Bus helper functions for state method callPatrik Flykt1-1/+18
2013-04-04client: Print out help header if non-interactivePatrik Flykt1-0/+8
2013-04-04client: Add calls to save and redraw input promptPatrik Flykt1-1/+5
2013-04-04client: Handle exit and inprogress valuesPatrik Flykt1-6/+11
2013-04-04client: Delete the now obsolete monitor.[hc] filesPatrik Flykt1-1/+0
2013-04-04client: Reimplement monitor commandPatrik Flykt1-12/+171
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