aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-08-29core: speed up QCDM probing a bitDan Williams
2012-08-29icera: handle additional IPv4 configuration optionsDan Williams
2012-08-29gsm: if the generic CNMI request fails, try a Qualcomm-compatible oneDan Williams
2012-08-29sms: fix handling of 'data' property for multipart messagesDan Williams
2012-08-29sms: suppress warnings when reconstructing multipart messagesDan Williams
2012-08-29gsm: better handling of IMSI responseDan Williams
2012-08-24core: send State property change signalsDan Williams
2012-08-23core: add function to open probe ports without removing echoDan Williams
2012-08-16build: clean marshallers from git masterDan Williams
2012-07-23core: looser SMS message data entry regexDan Williams
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