aboutsummaryrefslogtreecommitdiffstats
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2016-06-30qmi-network: avoid more bashisms when comparing stringsAleksander Morgado1-1/+1
2016-06-19qmi-network: avoid bashisms when checking argumentsAleksander Morgado1-1/+1
2016-03-04qmi-network: don't explicitly quote start network argumentAleksander Morgado1-1/+1
2016-03-04qmi-network: support APN user/passwordAleksander Morgado1-4/+29
2016-03-04qmi-network: update checks of variable contentsAleksander Morgado1-28/+28
2016-03-03trivial: whitespace fixesDan Williams1-288/+288
2016-01-24qmi-network: if kernel allows updating LLP, prefer device-reported LLPAleksander Morgado1-37/+90
2015-12-29qmi-network: fix indentationAleksander Morgado1-13/+13
2015-08-02qmi-network: update it to work with more than one deviceAleksander Morgado1-15/+58
2015-02-26qmi-network: fix indentationAleksander Morgado1-7/+7
2015-02-26qmi-network: try to update LLP before connecting if the wrong one foundAleksander Morgado1-0/+48
2015-02-26qmi-network: add missing proxy option when stopping networkAleksander Morgado1-1/+1
2015-02-23qmi-network: allow running with the qmi-proxyAleksander Morgado1-5/+21
2015-02-23qmi-network: improved --help output with more detailed informationAleksander Morgado1-3/+23
2014-12-30Fix bashism, as the script uses "sh", not "bash".Marius B. Kotsbak1-2/+2
2014-12-08qmi-network: fix bashismsAleksander Morgado1-2/+2
2013-09-13qmi-network: use dot instead of 'source' to load the profilesAleksander Morgado1-2/+2
2013-09-13qmi-network: implement --help and --versionAleksander Morgado2-2/+43
2013-08-14utils,qmi-network: program is GPLv2+Aleksander Morgado1-1/+2
2013-02-15qmi-network: Fix grabbing output from lines with spacesShawn J. Goff1-3/+3
2012-12-17qmi-codegen python3: fix dict.has_key('key') to 'key' in dictShawn J. Goff2-2/+2
2012-08-23cli,qmi-network: `--start-network' now requires the APN passed as a stringAleksander Morgado1-1/+17
2012-07-03qmi-network: add missing copyright headerAleksander Morgado1-0/+15
2012-07-03qmi-network: avoid double brackets on if statementsAleksander Morgado1-7/+7
2012-07-03qmi-network: don't issue error if clearing already cleared stateAleksander Morgado1-1/+1
2012-07-03qmi-network: if network start fails, release CIDAleksander Morgado1-0/+3
2012-07-03qmi-network: stopping while already stopped won't issue an errorAleksander Morgado1-17/+15
2012-07-03utils,qmi-network: try to use /bin/sh instead of /bin/bashAleksander Morgado1-1/+1
2012-07-03utils,qmi-network: always compare strings in if() conditionsAleksander Morgado1-3/+3
2012-07-03utils: new `qmi-network' script which helps starting/stopping the networkAleksander Morgado2-0/+198
2012-07-03core: moved Gobi API sources and utils to their own subdirectoriesAleksander Morgado7-0/+1699