aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-07-18trivial: whitespace fixesDan Williams
2012-07-18gsm: fix sending SMS messages on some modems and use PDU by defaultDan Williams
2012-07-17serial: fix AT port carriage return handlingDan Williams
2012-07-17gsm: ensure cleanup commands are sent when disablingDan Williams
2012-07-17core: ignore unsupported qmi_wwan ports (rh #835153)Dan Williams
2012-07-16gsm: emit usable reason code when disconnecting due to roamingDan Williams
2012-07-16trivial: fix some build errors due to stricter warningsDan Williams
2012-07-02gsm: ensure PDU mode is set before falling back to PDU mode SMSDan Williams
2012-05-31cdma: fix QCDM registration state checkingDan Williams
2012-03-23serial: fix crash when sending some commands to a closed port (lp:963102)Dan Williams
2012-03-13at-serial-port: new property to control whether echo removal should be appliedAleksander Morgado
2012-03-01gsm: retry sending SMS in PDU mode if text fails and PDU is supportedDan Williams
2012-02-29modem-helpers: plug memleakAleksander Morgado
2012-02-28core: rework port grabbing and organizationDan Williams
2012-02-25cdma: fix crash on NULL error (bgo #670145)Tom Goetz
2012-02-18charsets: plug memleakAleksander Morgado
2012-02-17gsm: don't query PS network registration status if not supportedAleksander Morgado
2012-02-17modem: new property to allow specifying longer timeouts when configuring IPAleksander Morgado
2012-02-17iridium: fix operator name and code to be reportedAleksander Morgado
2012-02-17gsm: let plugins override the operator name and code retrievalAleksander Morgado
2012-02-17gsm: allow leading zeroes in numbers in CREG/CGREG responsesAleksander Morgado
2012-02-17generic: only send CGACT if PS network is supportedAleksander Morgado
2012-02-17generic: query PS network registration status only if PS network supported by...Aleksander Morgado
2012-02-17gsm: set pin check flag before requesting ICCID checkAleksander Morgado
2012-02-17gsm: allow no whitespaces before CPIN? reply valueAleksander Morgado
2012-02-17iridium: add initial dummy pluginAleksander Morgado
2012-02-16core: fix loop limits in echo removalAleksander Morgado
2012-02-16at-serial-port: implement built-in echo/garbage removalAleksander Morgado
2012-02-08charsets: don't crash when passing a NULL string to the UTF-8 converterAleksander Morgado
2012-02-07test: fix SMS testcase errors due to uninitialized GErrorDan Williams
2012-02-07gsm: ensure text mode SMS list doesn't pick up too much textDan Williams
2012-02-07gsm: fix text mode SMS list regex for single messagesDan Williams
2012-02-07gsm: use new common charset converter when parsing operator name/codeAleksander Morgado
2012-02-07gsm: convert SMS text and number from current charset to UTF-8Aleksander Morgado
2012-02-07charsets: new method to do our best to convert from current charset to UTF-8Aleksander Morgado
2012-02-07charsets: don't warn if we couldn't convert from hex to utf8Aleksander Morgado
2012-02-07core: plug leaks when passing GValueArrays to dbus_g_method_return()Aleksander Morgado
2012-02-02sms: handle text mode SMS listingDan Williams
2012-02-01gsm: fix listing SMS messages in text modeDan Williams
2012-02-01gsm: fix setting PDU mode for SMS messagesDan Williams
2012-02-01core: fix warning about MMModemTime interface initializationDan Williams
2012-01-27time: poll for timezoneThomas Tuttle
2012-01-27time: implement ModemTime in ModemBaseThomas Tuttle
2012-01-25time: implement MMModemTime boilerplateThomas Tuttle
2012-01-23core: fix copy & paste errorDan Williams
2012-01-23ussd: ensure coded string is valid before stripping quotesAleksander Morgado
2012-01-23ussd: plug a leakAleksander Morgado
2012-01-18gsm: fix return value of SMS send methodDan Williams
2012-01-18gsm: change SMS send validity from 5-minute units to minutesDan Williams
2012-01-18gsm: fix CMGS PDU mode length calculationDan Williams