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