Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-18 | mmcli,sim: force sync operation for the info action | Aleksander Morgado | |
2015-12-07 | license: mmcli is GPLv2+, not GPLv3+ | Aleksander Morgado | |
mmcli is GPLv2+; that's what --version has always said and that's what the README in ModemManager sources specifies: License. The ModemManager and mmcli binaries are both GPLv2+. The libmm-glib library is LGPLv2+. | |||
2014-05-20 | cli: consistently use spaces for indentation | Ben Chan | |
2012-10-04 | libmm-glib: remove the `libmm-common.h' header | Aleksander Morgado | |
Both the ModemManager daemon and the mmcli will now include `libmm-glib.h' only. We also handle two new special `_LIBMM_INSIDE_MM' and `LIBMM_INSIDE_MMCLI' symbols, which if included before the `libmm-glib.h' library allow us to: * Don't include the libmm-glib high level API in the ModemManager daemon, as the object names would clash with those in the core. * Define some of the methods of helper objects to be included only if compiling ModemManager daemon or the mmcli. | |||
2012-07-25 | cli: allow modifying default DBus timeout with `--timeout' | Aleksander Morgado | |
By default 30s will be used for every operation. | |||
2012-03-15 | cli: implement SIM related actions | Aleksander Morgado | |