| Commit message (Expand) | Author | Age | Files | Lines |
* | cli: fix warning, remove unused variables | Aleksander Morgado | 2012-07-03 | 1 | -1/+0 |
* | cli: include missing `glib/gprintf.h' header | Aleksander Morgado | 2012-07-03 | 1 | -0/+1 |
* | core: fix warning, remove unused variables | Aleksander Morgado | 2012-07-03 | 1 | -2/+0 |
* | core: fix warning, always provide a return value if returning non-void | Aleksander Morgado | 2012-07-03 | 2 | -0/+2 |
* | cli: new `--wds-noop' and `--dms-noop' which help to just allocate/release a CID | Aleksander Morgado | 2012-07-03 | 2 | -2/+38 |
* | cli,wds: fix reporting packet data handle on `--wds-stop-network' | Aleksander Morgado | 2012-07-03 | 1 | -1/+1 |
* | cli: ensure we release clients even on error conditions | Aleksander Morgado | 2012-07-03 | 4 | -43/+77 |
* | qmicli: new `--silent' option | Aleksander Morgado | 2012-07-03 | 1 | -2/+12 |
* | cli,wds: don't read the packet data handle as an integer | Aleksander Morgado | 2012-07-03 | 1 | -4/+5 |
* | cli: never fallback to the default glib log handler | Aleksander Morgado | 2012-07-03 | 1 | -25/+34 |
* | cli,wds: new `--wds-follow-network' switch | Aleksander Morgado | 2012-07-03 | 1 | -17/+63 |
* | cli: new `--client-cid' and `--client-no-release-cid' switches | Aleksander Morgado | 2012-07-03 | 1 | -3/+39 |
* | cli: allocate/release client logic common to all services | Aleksander Morgado | 2012-07-03 | 4 | -127/+105 |
* | device: allow skipping cid allocation/release | Aleksander Morgado | 2012-07-03 | 2 | -0/+4 |
* | cli: minor fix, include newlines when printing different items | Aleksander Morgado | 2012-07-03 | 1 | -6/+6 |
* | wds: the info about the last access technology comes only if error was out-of... | Aleksander Morgado | 2012-07-03 | 1 | -52/+65 |
* | cli,wds: new `--wds-get-current-data-bearer-technology' action | Aleksander Morgado | 2012-07-03 | 1 | -1/+136 |
* | cli,wds: new `--wds-get-data-bearer-technology' action | Aleksander Morgado | 2012-07-03 | 1 | -1/+53 |
* | device: new set of flags to specify actions to run when opening the device | Aleksander Morgado | 2012-07-03 | 1 | -0/+18 |
* | cli,wds: stop packet status check when cancelling the network | Aleksander Morgado | 2012-07-03 | 1 | -0/+6 |
* | cli,wds: plug memleak | Aleksander Morgado | 2012-07-03 | 1 | -0/+1 |
* | cli: add debug logs to easily follow the flow | Aleksander Morgado | 2012-07-03 | 1 | -2/+9 |
* | cli,wds: fix context initialization | Aleksander Morgado | 2012-07-03 | 1 | -0/+2 |
* | cli: new `--wds-get-packet-service-status' operation | Aleksander Morgado | 2012-07-03 | 1 | -1/+48 |
* | cli: query packet status every 20s while connected | Aleksander Morgado | 2012-07-03 | 1 | -0/+46 |
* | wds: new types to handle all input and output arguments of Stop Network | Aleksander Morgado | 2012-07-03 | 1 | -3/+16 |
* | wds: new types to handle all input and output arguments of Start Network | Aleksander Morgado | 2012-07-03 | 1 | -3/+26 |
* | dms: QMI protocol error codes are not fatal, they are propagated to the output | Aleksander Morgado | 2012-07-03 | 1 | -2/+6 |
* | dms: rename `QmiDmsGetIdsResult' to `QmiDmsGetIdsOutput' | Aleksander Morgado | 2012-07-03 | 1 | -7/+7 |
* | cli: add new `--wds-start-network' operation | Aleksander Morgado | 2012-07-03 | 4 | -1/+257 |
* | core: let the `QmiDevice' control the creation and handling of `QmiClient' ob... | Aleksander Morgado | 2012-07-03 | 5 | -217/+20 |
* | ctl: new opaque type to return the results of the VERSION_INFO request | Aleksander Morgado | 2012-07-03 | 1 | -11/+11 |
* | dms: new opaque type to return the results of the GET_IDS request | Aleksander Morgado | 2012-07-03 | 1 | -17/+12 |
* | cli,dms: don't expect always all three ESN, IMEI and MEID when getting IDs | Aleksander Morgado | 2012-07-03 | 1 | -3/+3 |
* | cli: new `--dms-get-ids' action | Aleksander Morgado | 2012-07-03 | 4 | -1/+222 |
* | cli: new `--ctl-get-version-info' action | Aleksander Morgado | 2012-07-03 | 4 | -51/+256 |
* | device: allow commands to time out if no reply is received | Aleksander Morgado | 2012-07-03 | 1 | -0/+1 |
* | cli: new `qmicli' command line utility | Aleksander Morgado | 2012-07-03 | 2 | -0/+288 |