| Commit message (Expand) | Author | Age | Files | Lines |
* | uim: integrate the UIM service | Aleksander Morgado | 2013-09-02 | 12 | -10/+237 |
* | device: don't warn when disposing a QmiDevice created for an unknown port | Aleksander Morgado | 2013-08-29 | 1 | -1/+2 |
* | utils,qmi-network: program is GPLv2+ | Aleksander Morgado | 2013-08-14 | 1 | -1/+2 |
* | license: update text to latest LGPLv2.1 | Aleksander Morgado | 2013-08-14 | 1 | -98/+118 |
* | qmicli,wds: fix following network status until disconnected | Aleksander Morgado | 2013-08-13 | 1 | -3/+7 |
* | docs: fix section title | Aleksander Morgado | 2013-08-09 | 1 | -1/+1 |
* | libqmi-glib,device: fix type in documentation | Aleksander Morgado | 2013-08-09 | 1 | -1/+1 |
* | dms: fix JSON file indentation | Aleksander Morgado | 2013-07-18 | 1 | -8/+8 |
* | dms: 'MN-HA key' and 'MN-AAA key' in 'DMS Activate Manual' need additional si... | Aleksander Morgado | 2013-07-18 | 1 | -12/+14 |
* | dms: 'SID' TLV in 'DMS Activate Manual' is a guint16, not a string | Aleksander Morgado | 2013-07-18 | 2 | -4/+11 |
* | dms: support TLV 0x13 (PRL) in 'DMS Activate Manual' | Aleksander Morgado | 2013-07-15 | 2 | -9/+13 |
* | qmi-codegen: allow handling built-in sequence numbers in arrays | Aleksander Morgado | 2013-07-15 | 1 | -22/+125 |
* | dms: no prerequisites in input bundles | Aleksander Morgado | 2013-07-15 | 1 | -9/+8 |
* | build: fix distcheck, add missing json file | Aleksander Morgado | 2013-07-10 | 1 | -1/+2 |
* | qmicli,pbm: add sections when printing all capabilities | Aleksander Morgado | 2013-07-05 | 1 | -0/+7 |
* | libqmi-glib,device: add PBM support | Bjørn Mork | 2013-07-04 | 1 | -0/+5 |
* | qmicli: new '--pbm-get-all-capabilities' action | Aleksander Morgado | 2013-07-04 | 4 | -1/+325 |
* | pbm: implement 'Get All Capabilities' request/response | Aleksander Morgado | 2013-07-04 | 2 | -1/+153 |
* | pbm: implement 'Get Capabilities' request/response | Aleksander Morgado | 2013-07-04 | 4 | -1/+174 |
* | pbm: setup generation of the PBM service support | Aleksander Morgado | 2013-07-04 | 9 | -9/+149 |
* | qmicli: new '--get-service-version-info' | Aleksander Morgado | 2013-07-04 | 1 | -1/+60 |
* | libqmi-glib,device: new method to query service version info | Aleksander Morgado | 2013-07-04 | 3 | -5/+139 |
* | libqmi-glib,device: plug memleak | Aleksander Morgado | 2013-06-27 | 1 | -0/+1 |
* | build: setup gtester based unit tests | Aleksander Morgado | 2013-06-21 | 5 | -31/+101 |
* | qmicli,wds: implement '--wds-get-packet-statistics' command | Aleksander Morgado | 2013-06-19 | 1 | -0/+103 |
* | wds: implement "Get Packet Statistics" request/response | Aleksander Morgado | 2013-06-19 | 4 | -0/+123 |
* | libqmi-glib: update list of QMI protocol errors | Aleksander Morgado | 2013-06-18 | 1 | -0/+48 |
* | cli,nas: implement '--nas-get-tx-rx-info' command | Aleksander Morgado | 2013-06-18 | 3 | -0/+209 |
* | nas: implement "Get Tx Rx Info" request/response | Aleksander Morgado | 2013-06-18 | 2 | -0/+64 |
* | build: fix builds with srcdir != builddir | Aleksander Morgado | 2013-06-13 | 6 | -0/+7 |
* | docs: reorder version symbols | Aleksander Morgado | 2013-06-13 | 1 | -1/+1 |
* | build: setup libtool versioning for libqmi-glib | Aleksander Morgado | 2013-06-13 | 2 | -0/+24 |
* | libqmi-glib,api: provide version info | Aleksander Morgado | 2013-06-13 | 7 | -1/+105 |
* | release: bump version to 1.5.0 (development) | Dan Williams | 2013-06-07 | 1 | -1/+1 |
* | release: bump version to 1.4.0 | Dan Williams | 2013-06-07 | 1 | -1/+1 |
* | build: update NEWS | Aleksander Morgado | 2013-06-07 | 1 | -1/+5 |
* | nas: add Network Time indication | Dan Williams | 2013-05-31 | 4 | -0/+91 |
* | qmicli,dms: fix reading new PIN in '--dms-uim-change-pin' | Aleksander Morgado | 2013-05-31 | 1 | -1/+1 |
* | libqmi-glib,utils: fix reading sized uint from Big Endian buffers | Aleksander Morgado | 2013-05-31 | 2 | -38/+159 |
* | test-utils: fix LE and BE tests | Aleksander Morgado | 2013-05-31 | 1 | -113/+590 |
* | build: use -Wformat-security | Aleksander Morgado | 2013-05-17 | 1 | -1/+2 |
* | gitignore: ignore .pyc files | Dan Williams | 2013-05-10 | 1 | -0/+1 |
* | build: update NEWS; add minimal README and ChangeLog | Dan Williams | 2013-05-10 | 4 | -2/+13 |
* | build: use AM_CPPFLAGS instead of INCLUDES | Aleksander Morgado | 2013-05-10 | 1 | -1/+1 |
* | cli,nas: use '%u' for printing cell IDs | Ben Chan | 2013-05-10 | 1 | -4/+4 |
* | docs: always generate docs at dist time | Yanko Kaneti | 2013-05-06 | 4 | -30/+2 |
* | cli,nas: fix persistence technology preference reporting | Aleksander Morgado | 2013-04-30 | 1 | -2/+1 |
* | dms: DMS v1.1 supports GetOperatingMode/SetOperatingMode | Dan Williams | 2013-04-19 | 1 | -2/+2 |
* | cli: implement Set System Selection Preference | Dan Williams | 2013-04-17 | 3 | -0/+150 |
* | cli: Add --dms-activate-manual | Arman Uguray | 2013-03-21 | 1 | -0/+86 |