aboutsummaryrefslogtreecommitdiff
path: root/src/mm-serial-parsers.c
AgeCommit message (Expand)Author
2022-09-05core: port GRegex/GMatchInfo to use autoptr()Aleksander Morgado
2022-09-01serial-parsers: fix invalid EXZ error parserAleksander Morgado
2020-12-01serial-parsers: also match ERROR responses that are not at end of lineDylan Van Assche
2020-12-01serial-parsers: also match OK responses that are not at end of lineDylan Van Assche
2020-04-08error-helpers: port to use object loggingAleksander Morgado
2020-04-08serial-parsers: port to use object loggingAleksander Morgado
2013-06-25serial-parsers: plug memleakAleksander Morgado
2013-04-05serial-parser: detect 'NA' as a mobile equipment errorAleksander Morgado
2013-04-04serial-parsers: allow specifying a custom response filterAleksander Morgado
2012-08-24sms: fix sending SMS messages on some modemsAleksander Morgado
2012-03-16serial-parsers: new method to check if a given error was set by the parserAleksander Morgado
2012-03-16serial-parsers: remove v0 and v1_e1 parsers, which are unusedAleksander Morgado
2012-03-15core: start using our newly defined errorsAleksander Morgado
2012-01-16serial: handle CMS errors correctlyDan Williams
2011-12-30serial-parsers: plug small leakAleksander Morgado
2011-10-14serial: skip NUL bytes coming before real AT responsesAleksander Morgado
2011-09-27core: ensure that GMatchInfo and GRegex objects are freed properlyNathan Williams
2011-06-02serial-parser: allow 0 or more whitespaces before error code in regular expre...Aleksander Morgado
2011-04-14Merge remote-tracking branch 'lanedo/plugin-wavecom'Dan Williams
2011-04-14gsm: implement basic SMS reception and PDU parsingNathan Williams
2011-04-11wavecom: handle READY without OK in CPIN? replyAleksander Morgado
2011-04-06serial: allow user to provide custom regex for successful and error repliesAleksander Morgado
2011-01-23core: rework loggingDan Williams
2010-10-25gsm: add SimIdentifier propertyDan Williams
2010-08-18gsm: recognize Motorola EZX errorsDan Williams
2010-01-31serial: handle string CME error codes tooDan Williams
2009-11-24serial: handle arbitrary amounts of <CR><LF> padding in responsesJeroen Elebaut
2009-09-23generic: match CONNECT even if we get PPP spewDan Williams
2009-08-06license: add license header to all files and set copyright based on git logAlexander Sack
2009-06-28asynchronous and deferred port detectionDan Williams
2009-04-02Implement 'V1 E1' parser to work with modems which refuse to turn their echo ...Tambet Ingo
2009-02-10add --enable-more-warnings=yes/no and fix up resulting errorsDan Williams
2009-01-23Relax the "CONNECT" string regex a bit.Tambet Ingo
2008-10-24Add guards to public functions to validate passed arguments.Tambet Ingo
2008-09-17Finish the non-verbose (V0) mode parser.Tambet Ingo
2008-09-11Fix error codes.Tambet Ingo
2008-09-11Rewrite serial device communications.Tambet Ingo