summaryrefslogtreecommitdiff
path: root/client/commands.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-30[connman] Fixed memory leak issue.submit/tizen/20160607.090155accepted/tizen/wearable/20160607.235343accepted/tizen/tv/20160607.235409accepted/tizen/mobile/20160607.235355accepted/tizen/ivi/20160607.235418accepted/tizen/common/20160607.194721Niraj Kumar Goit1-0/+24
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak1-0/+0
2014-10-29Imported Upstream version 1.26upstream/1.26Zhang zhengguang1-11/+311
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-108/+1125
2013-06-13client: Add vpnagent command to register and unregister VPN AgentPatrik Flykt1-0/+30
2013-06-13client: Don't handle Agent messages in monitor codePatrik Flykt1-0/+4
2013-06-07client: Add VPN monitoring supportPatrik Flykt1-38/+84
2013-06-07client: Add support for displaying VPN connectionsPatrik Flykt1-4/+75
2013-06-07client: Add parameter to specify D-Bus service for method callPatrik Flykt1-12/+14
2013-05-24client: Accept correctly spelled option namePatrik Flykt1-2/+4
2013-05-22client: Fix minor issues in D-Bus path name checkingPatrik Flykt1-2/+3
2013-05-22client: Fix index for IPv6 configuration optionPatrik Flykt1-1/+1
2013-05-08client: Do service name syntax check when a name is specifiedPatrik Flykt1-3/+3
2013-05-06client: Check that strings passed to D-Bus to contain valid charsJukka Rissanen1-0/+45
2013-05-06client: Newline missing after printing scan error messageJukka Rissanen1-1/+1
2013-05-03client: Add agent commandPatrik Flykt1-0/+30
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