aboutsummaryrefslogtreecommitdiffstats
path: root/cli
Commit message (Expand)AuthorAgeFilesLines
* cli: fix warning, remove unused variablesAleksander Morgado2012-07-031-1/+0
* cli: include missing `glib/gprintf.h' headerAleksander Morgado2012-07-031-0/+1
* core: fix warning, remove unused variablesAleksander Morgado2012-07-031-2/+0
* core: fix warning, always provide a return value if returning non-voidAleksander Morgado2012-07-032-0/+2
* cli: new `--wds-noop' and `--dms-noop' which help to just allocate/release a CIDAleksander Morgado2012-07-032-2/+38
* cli,wds: fix reporting packet data handle on `--wds-stop-network'Aleksander Morgado2012-07-031-1/+1
* cli: ensure we release clients even on error conditionsAleksander Morgado2012-07-034-43/+77
* qmicli: new `--silent' optionAleksander Morgado2012-07-031-2/+12
* cli,wds: don't read the packet data handle as an integerAleksander Morgado2012-07-031-4/+5
* cli: never fallback to the default glib log handlerAleksander Morgado2012-07-031-25/+34
* cli,wds: new `--wds-follow-network' switchAleksander Morgado2012-07-031-17/+63
* cli: new `--client-cid' and `--client-no-release-cid' switchesAleksander Morgado2012-07-031-3/+39
* cli: allocate/release client logic common to all servicesAleksander Morgado2012-07-034-127/+105
* device: allow skipping cid allocation/releaseAleksander Morgado2012-07-032-0/+4
* cli: minor fix, include newlines when printing different itemsAleksander Morgado2012-07-031-6/+6
* wds: the info about the last access technology comes only if error was out-of...Aleksander Morgado2012-07-031-52/+65
* cli,wds: new `--wds-get-current-data-bearer-technology' actionAleksander Morgado2012-07-031-1/+136
* cli,wds: new `--wds-get-data-bearer-technology' actionAleksander Morgado2012-07-031-1/+53
* device: new set of flags to specify actions to run when opening the deviceAleksander Morgado2012-07-031-0/+18
* cli,wds: stop packet status check when cancelling the networkAleksander Morgado2012-07-031-0/+6
* cli,wds: plug memleakAleksander Morgado2012-07-031-0/+1
* cli: add debug logs to easily follow the flowAleksander Morgado2012-07-031-2/+9
* cli,wds: fix context initializationAleksander Morgado2012-07-031-0/+2
* cli: new `--wds-get-packet-service-status' operationAleksander Morgado2012-07-031-1/+48
* cli: query packet status every 20s while connectedAleksander Morgado2012-07-031-0/+46
* wds: new types to handle all input and output arguments of Stop NetworkAleksander Morgado2012-07-031-3/+16
* wds: new types to handle all input and output arguments of Start NetworkAleksander Morgado2012-07-031-3/+26
* dms: QMI protocol error codes are not fatal, they are propagated to the outputAleksander Morgado2012-07-031-2/+6
* dms: rename `QmiDmsGetIdsResult' to `QmiDmsGetIdsOutput'Aleksander Morgado2012-07-031-7/+7
* cli: add new `--wds-start-network' operationAleksander Morgado2012-07-034-1/+257
* core: let the `QmiDevice' control the creation and handling of `QmiClient' ob...Aleksander Morgado2012-07-035-217/+20
* ctl: new opaque type to return the results of the VERSION_INFO requestAleksander Morgado2012-07-031-11/+11
* dms: new opaque type to return the results of the GET_IDS requestAleksander Morgado2012-07-031-17/+12
* cli,dms: don't expect always all three ESN, IMEI and MEID when getting IDsAleksander Morgado2012-07-031-3/+3
* cli: new `--dms-get-ids' actionAleksander Morgado2012-07-034-1/+222
* cli: new `--ctl-get-version-info' actionAleksander Morgado2012-07-034-51/+256
* device: allow commands to time out if no reply is receivedAleksander Morgado2012-07-031-0/+1
* cli: new `qmicli' command line utilityAleksander Morgado2012-07-032-0/+288