aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-08-29core: speed up QCDM probing a bitDan Williams
2012-08-28icera: handle additional IPv4 configuration optionsDan Williams
2012-08-27gsm: if the generic CNMI request fails, try a Qualcomm-compatible oneDan Williams
2012-08-27sms: fix handling of 'data' property for multipart messagesDan Williams
2012-08-27sms: suppress warnings when reconstructing multipart messagesDan Williams
2012-08-27gsm: 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-08-03api: move SupportedBands property to Gsm.Network interfaceDan Williams
2012-07-23core: looser SMS message data entry regexDan Williams
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