summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* examples: new location watcher examplealeksander/limited-location-userAleksander Morgado2014-07-155-1/+562
* libmm-glib,location-gps-raw: don't flag as updated when missing mandatory paramsAleksander Morgado2014-07-151-13/+39
* introspection,location: new 'LocationUpdated' signalAleksander Morgado2014-07-152-0/+30
* iface-modem-location: if limited location user enabled, no location signalingAleksander Morgado2014-07-152-0/+16
* build: new '--with-limited-location-user' which is allowed all Location methodsAleksander Morgado2014-07-152-24/+88
* iface-modem-location: track clients using the interface methodsAleksander Morgado2014-07-151-4/+94
* iface-modem-location: interface context is ref-countedAleksander Morgado2014-07-141-23/+53
* client-info: new 'MMClientInfo' to track DBus clientsAleksander Morgado2014-07-143-1/+439
* iface-modem-location: simplify auth check by using 'g-authorize-method'Aleksander Morgado2014-07-141-123/+78
* base-modem: new sync method to check authorizationAleksander Morgado2014-07-142-0/+21
* auth-provider: new sync method to check authorizationAleksander Morgado2014-07-143-28/+131
* auth-provider: alignment fixesAleksander Morgado2014-07-144-58/+55
* polkit: fix Location.Setup() authorization rulesAleksander Morgado2014-07-111-1/+1
* broadband-modem-mbim: VZ20M returns ERROR_PIN_REQUIRED in PIN query responseAleksander Morgado2014-07-111-1/+9
* broadband-modem-mbim: reset strings to NULL, not 0Aleksander Morgado2014-07-091-2/+2
* broadband-modem-mbim: update_registration_info immune to null pointers passedkuonirat2014-07-091-2/+2
* sim: rename 'MMSim' to 'MMBaseSim'aleksander/base-object-renamesAleksander Morgado2014-07-0637-615/+614
* sms: rename 'MMSms' to 'MMBaseSms'Aleksander Morgado2014-07-0615-389/+384
* bearer: rename 'MMBearer' to 'MMBaseBearer'Aleksander Morgado2014-07-0642-558/+554
* manager: rename 'MMManager' to 'MMBaseManager'Aleksander Morgado2014-07-065-132/+132
* huawei: enable GPS_UNMANAGED for Huawei modemsDavid McCullough2014-07-041-59/+78
* option,hso: add missing GPS unamanged capabilityAleksander Morgado2014-07-041-1/+3
* huawei: close GPS port once GPS has been disabledAleksander Morgado2014-07-041-0/+6
* libqcdm: new 'reset' testerAleksander Morgado2014-07-033-1/+272
* huawei: GPS support for MU609/MU909David McCullough2014-07-033-2/+337
* cinterion: allow 'unmanaged' GPS setupAleksander Morgado2014-07-021-23/+44
* option,hso: print port type before parsingAleksander Morgado2014-07-021-0/+1
* option,hso: allow 'unmanaged' GPS setupAleksander Morgado2014-07-021-62/+83
* location: new 'unmanaged' GPS setupAleksander Morgado2014-07-024-11/+64
* bearer-mbim: ignore empty DNS server addressesDan Williams2014-07-011-12/+18
* cinterion: enable GPS location reporting for the PHS8 in QMI-modeAleksander Morgado2014-07-017-335/+666
* ifaces: always include <libmm-glib.h>Aleksander Morgado2014-07-015-0/+15
* huawei: avoid AT^GETPORTMODE in Huawei MU609David McCullough2014-07-012-1/+6
* cinterion: enable GPS location reporting for the PHS8 in AT-modeAleksander Morgado2014-06-274-3/+376
* modem-helpers: don't return any result if an error happens when parsing CPMS=?Aleksander Morgado2014-06-272-15/+33
* modem-helpers: improve +CMTI indication regexAleksander Morgado2014-06-251-1/+1
* cinterion: update default setting for new SMS indicationsAleksander Morgado2014-06-251-9/+215
* cinterion: new 'AT+CNMI=?' parser helperAleksander Morgado2014-06-253-0/+278
* base-modem: quicker find matching cdc-wdm QMI or MBIM portsAleksander Morgado2014-06-231-202/+48
* huawei: quicker find matching cdc-wdm AT portAleksander Morgado2014-06-231-68/+15
* port: store parent sysfs path in each MMPortAleksander Morgado2014-06-2320-18/+75
* huawei: flag /dev/cdc-wdm as primary if no primary found alreadyAleksander Morgado2014-06-231-2/+21
* huawei: setup unsolicited message handlers also in the AT cdc-wdm portsAleksander Morgado2014-06-231-52/+79
* huawei: use the cdc-wdm port dialing if availableAleksander Morgado2014-06-233-27/+177
* build: ignore test filesAleksander Morgado2014-06-221-0/+2
* build: avoid using 'INCLUDES' in Makefile.amAleksander Morgado2014-06-222-12/+18
* bearer-mbim: fix disconnect error handling case splitPrathmesh Prabhu2014-06-201-1/+1
* modem-helpers-mbim: map more MbimNwError to MMMobileEquipmentErrorPrathmesh Prabhu2014-06-191-0/+4
* bearer-mbim: disconnect attempt should succeed if bearer is already disconnectedPrathmesh Prabhu2014-06-181-25/+39
* icera: fix 'sometimes-uninitialized' variable issuesBen Chan2014-06-182-3/+3