aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-07-18gsm: allow no whitespaces before CPIN? reply valueAleksander Morgado
2012-07-18cdma: fix QCDM registration state checkingDan 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-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-25cdma: fix crash on NULL error (bgo #670145)Tom Goetz
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-03sms: 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-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
2012-01-18gsm: use PDU modem when the modem doesn't support text modeDan Williams
2012-01-18tests: add a test for 25-character SMS messagesDan Williams
2012-01-18core: fix some bugs in GSM7 packing codeDan Williams
2012-01-18gsm: add SMS PDU creation functionDan Williams
2012-01-18core: register SMS errors with dbus-glibDan Williams
2012-01-18serial: handle CMS errors correctlyDan Williams
2012-01-18core: add CMS errorsDan Williams
2012-01-18cdma: fixes for libqcdm changesDan Williams
2012-01-18gsm: treat "no network" error as zero signal for Simple.GetStatusDan Williams
2012-01-09sms: punt handling of 8-bit encoded SMSs to clientsDan Williams
2011-12-30modem-helpers: plug a leak when parsing CREG responsesAleksander Morgado
2011-12-30modem-helpers: plug a leak when building device IDAleksander Morgado
2011-12-30serial-parsers: plug small leakAleksander Morgado
2011-12-09serial: use g_value_set_schar() and g_value_get_schar() when glib >= 2.31Aleksander Morgado
2011-12-09core: don't include private headers from glibAleksander Morgado
2011-12-09gsm: allow plugins to check if they need to issue the power-up commandAleksander Morgado
2011-12-07core: don't crash on error if response is NULLDan Williams
2011-12-02gsm: improve scan response regex construction error handlingNathan Williams