summaryrefslogtreecommitdiff
path: root/src/mm-serial-parsers.c
Commit message (Expand)AuthorAgeFilesLines
* serial-parsers: also match ERROR responses that are not at end of lineDylan Van Assche2020-12-011-7/+7
* serial-parsers: also match OK responses that are not at end of lineDylan Van Assche2020-12-011-1/+1
* error-helpers: port to use object loggingAleksander Morgado2020-04-081-8/+8
* serial-parsers: port to use object loggingAleksander Morgado2020-04-081-6/+7
* serial-parsers: plug memleakAleksander Morgado2013-06-251-0/+1
* serial-parser: detect 'NA' as a mobile equipment errorAleksander Morgado2013-04-051-0/+17
* serial-parsers: allow specifying a custom response filterAleksander Morgado2013-04-041-2/+34
* sms: fix sending SMS messages on some modemsAleksander Morgado2012-08-241-4/+15
* serial-parsers: new method to check if a given error was set by the parserAleksander Morgado2012-03-161-0/+9
* serial-parsers: remove v0 and v1_e1 parsers, which are unusedAleksander Morgado2012-03-161-184/+0
* core: start using our newly defined errorsAleksander Morgado2012-03-151-26/+27
* serial: handle CMS errors correctlyDan Williams2012-01-161-5/+34
* serial-parsers: plug small leakAleksander Morgado2011-12-301-0/+1
* serial: skip NUL bytes coming before real AT responsesAleksander Morgado2011-10-141-1/+5
* core: ensure that GMatchInfo and GRegex objects are freed properlyNathan Williams2011-09-271-19/+13
* serial-parser: allow 0 or more whitespaces before error code in regular expre...Aleksander Morgado2011-06-021-5/+5
* Merge remote-tracking branch 'lanedo/plugin-wavecom'Dan Williams2011-04-141-1/+2
|\
| * wavecom: handle READY without OK in CPIN? replyAleksander Morgado2011-04-111-1/+2
* | gsm: implement basic SMS reception and PDU parsingNathan Williams2011-04-141-0/+19
|/
* serial: allow user to provide custom regex for successful and error repliesAleksander Morgado2011-04-061-5/+62
* core: rework loggingDan Williams2011-01-231-2/+3
* gsm: add SimIdentifier propertyDan Williams2010-10-251-0/+7
* gsm: recognize Motorola EZX errorsDan Williams2010-08-181-0/+16
* serial: handle string CME error codes tooDan Williams2010-01-311-42/+60
* serial: handle arbitrary amounts of <CR><LF> padding in responsesJeroen Elebaut2009-11-241-5/+9
* generic: match CONNECT even if we get PPP spewDan Williams2009-09-231-1/+1
* license: add license header to all files and set copyright based on git logAlexander Sack2009-08-061-0/+14
* asynchronous and deferred port detectionDan Williams2009-06-281-1/+7
* Implement 'V1 E1' parser to work with modems which refuse to turn their echo ...Tambet Ingo2009-04-021-0/+51
* add --enable-more-warnings=yes/no and fix up resulting errorsDan Williams2009-02-101-1/+2
* Relax the "CONNECT" string regex a bit.Tambet Ingo2009-01-231-1/+1
* Add guards to public functions to validate passed arguments.Tambet Ingo2008-10-241-0/+10
* Finish the non-verbose (V0) mode parser.Tambet Ingo2008-09-171-21/+54
* Fix error codes.Tambet Ingo2008-09-111-29/+16
* Rewrite serial device communications.Tambet Ingo2008-09-111-0/+266