| Commit message (Expand) | Author | Age | Files | Lines |
* | swi-update: avoid using 'sanity' | Aleksander Morgado | 2021-11-03 | 1 | -1/+1 |
* | build: Use the install_mode option | Iñigo Martínez | 2021-09-13 | 1 | -0/+1 |
* | build: Remove autotools | Iñigo Martínez | 2021-08-05 | 1 | -11/+0 |
* | meson: fix SPDX license identifier | Yegor Yefremov | 2021-07-28 | 1 | -1/+1 |
* | build: Port to meson build system | Iñigo Martínez | 2021-05-05 | 1 | -0/+21 |
* | qmi-network: support PROFILE configuration | Carlo Lobrano | 2021-04-29 | 1 | -7/+86 |
* | qmi-network: support IP-TYPE configuration | Carlo Lobrano | 2021-04-29 | 1 | -2/+17 |
* | core: update copyright years to 2021 | Aleksander Morgado | 2021-01-17 | 1 | -1/+1 |
* | qmi-network: Don't create invalid --wds-start-network when APN is not set | Adrian Bunk | 2018-10-12 | 1 | -5/+7 |
* | all: drop exec bit and shebang from Python modules | Lubomir Rintel | 2018-04-24 | 5 | -5/+0 |
* | qmi-firmware-update,qmicli,qmi-network: update copyright years to 2018 | Aleksander Morgado | 2018-01-20 | 1 | -1/+1 |
* | build: update copyright years | Aleksander Morgado | 2017-02-10 | 1 | -2/+2 |
* | utils,swi-update: fix image length check in download_image() | Ben Chan | 2017-02-06 | 1 | -2/+2 |
* | utils,swi-update: fix building with musl-libc | Stuart Cardall | 2017-01-31 | 1 | -0/+1 |
* | utils,swi-update: untabify | Aleksander Morgado | 2017-01-20 | 1 | -603/+603 |
* | utils,swi-update: don't ignore write() return | Aleksander Morgado | 2017-01-20 | 1 | -3/+8 |
* | utils,swi-update: fix build error when DEBUG not defined | Aleksander Morgado | 2017-01-16 | 1 | -2/+0 |
* | utils/swi-update: avoid shadowing global variable | Aleksander Morgado | 2017-01-16 | 1 | -10/+10 |
* | utils,swi-update: include in build | Aleksander Morgado | 2017-01-16 | 1 | -0/+1 |
* | utils,swi-update: add license in header and use unix EOL | Aleksander Morgado | 2017-01-16 | 1 | -982/+997 |
* | utils,swi-update: new tool to update QMI firmware | Aleksander Morgado | 2017-01-16 | 1 | -0/+982 |
* | qmi-network: avoid more bashisms when comparing strings | Aleksander Morgado | 2016-06-30 | 1 | -1/+1 |
* | qmi-network: avoid bashisms when checking arguments | Aleksander Morgado | 2016-06-19 | 1 | -1/+1 |
* | qmi-network: don't explicitly quote start network argument | Aleksander Morgado | 2016-03-04 | 1 | -1/+1 |
* | qmi-network: support APN user/password | Aleksander Morgado | 2016-03-04 | 1 | -4/+29 |
* | qmi-network: update checks of variable contents | Aleksander Morgado | 2016-03-04 | 1 | -28/+28 |
* | trivial: whitespace fixes | Dan Williams | 2016-03-03 | 1 | -288/+288 |
* | qmi-network: if kernel allows updating LLP, prefer device-reported LLP | Aleksander Morgado | 2016-01-24 | 1 | -37/+90 |
* | qmi-network: fix indentation | Aleksander Morgado | 2015-12-29 | 1 | -13/+13 |
* | qmi-network: update it to work with more than one device | Aleksander Morgado | 2015-08-02 | 1 | -15/+58 |
* | qmi-network: fix indentation | Aleksander Morgado | 2015-02-26 | 1 | -7/+7 |
* | qmi-network: try to update LLP before connecting if the wrong one found | Aleksander Morgado | 2015-02-26 | 1 | -0/+48 |
* | qmi-network: add missing proxy option when stopping network | Aleksander Morgado | 2015-02-26 | 1 | -1/+1 |
* | qmi-network: allow running with the qmi-proxy | Aleksander Morgado | 2015-02-23 | 1 | -5/+21 |
* | qmi-network: improved --help output with more detailed information | Aleksander Morgado | 2015-02-23 | 1 | -3/+23 |
* | Fix bashism, as the script uses "sh", not "bash". | Marius B. Kotsbak | 2014-12-30 | 1 | -2/+2 |
* | qmi-network: fix bashisms | Aleksander Morgado | 2014-12-08 | 1 | -2/+2 |
* | qmi-network: use dot instead of 'source' to load the profiles | Aleksander Morgado | 2013-09-13 | 1 | -2/+2 |
* | qmi-network: implement --help and --version | Aleksander Morgado | 2013-09-13 | 2 | -2/+43 |
* | utils,qmi-network: program is GPLv2+ | Aleksander Morgado | 2013-08-14 | 1 | -1/+2 |
* | qmi-network: Fix grabbing output from lines with spaces | Shawn J. Goff | 2013-02-15 | 1 | -3/+3 |
* | qmi-codegen python3: fix dict.has_key('key') to 'key' in dict | Shawn J. Goff | 2012-12-17 | 2 | -2/+2 |
* | cli,qmi-network: `--start-network' now requires the APN passed as a string | Aleksander Morgado | 2012-08-23 | 1 | -1/+17 |
* | qmi-network: add missing copyright header | Aleksander Morgado | 2012-07-03 | 1 | -0/+15 |
* | qmi-network: avoid double brackets on if statements | Aleksander Morgado | 2012-07-03 | 1 | -7/+7 |
* | qmi-network: don't issue error if clearing already cleared state | Aleksander Morgado | 2012-07-03 | 1 | -1/+1 |
* | qmi-network: if network start fails, release CID | Aleksander Morgado | 2012-07-03 | 1 | -0/+3 |
* | qmi-network: stopping while already stopped won't issue an error | Aleksander Morgado | 2012-07-03 | 1 | -17/+15 |
* | utils,qmi-network: try to use /bin/sh instead of /bin/bash | Aleksander Morgado | 2012-07-03 | 1 | -1/+1 |
* | utils,qmi-network: always compare strings in if() conditions | Aleksander Morgado | 2012-07-03 | 1 | -3/+3 |