index
:
dxdxdt/ModemManager
main
mmfwd
sim7600
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mm-serial-parsers.c
Age
Commit message (
Expand
)
Author
2022-09-05
core: port GRegex/GMatchInfo to use autoptr()
Aleksander Morgado
2022-09-01
serial-parsers: fix invalid EXZ error parser
Aleksander Morgado
2020-12-01
serial-parsers: also match ERROR responses that are not at end of line
Dylan Van Assche
2020-12-01
serial-parsers: also match OK responses that are not at end of line
Dylan Van Assche
2020-04-08
error-helpers: port to use object logging
Aleksander Morgado
2020-04-08
serial-parsers: port to use object logging
Aleksander Morgado
2013-06-25
serial-parsers: plug memleak
Aleksander Morgado
2013-04-05
serial-parser: detect 'NA' as a mobile equipment error
Aleksander Morgado
2013-04-04
serial-parsers: allow specifying a custom response filter
Aleksander Morgado
2012-08-24
sms: fix sending SMS messages on some modems
Aleksander Morgado
2012-03-16
serial-parsers: new method to check if a given error was set by the parser
Aleksander Morgado
2012-03-16
serial-parsers: remove v0 and v1_e1 parsers, which are unused
Aleksander Morgado
2012-03-15
core: start using our newly defined errors
Aleksander Morgado
2012-01-16
serial: handle CMS errors correctly
Dan Williams
2011-12-30
serial-parsers: plug small leak
Aleksander Morgado
2011-10-14
serial: skip NUL bytes coming before real AT responses
Aleksander Morgado
2011-09-27
core: ensure that GMatchInfo and GRegex objects are freed properly
Nathan Williams
2011-06-02
serial-parser: allow 0 or more whitespaces before error code in regular expre...
Aleksander Morgado
2011-04-14
Merge remote-tracking branch 'lanedo/plugin-wavecom'
Dan Williams
2011-04-14
gsm: implement basic SMS reception and PDU parsing
Nathan Williams
2011-04-11
wavecom: handle READY without OK in CPIN? reply
Aleksander Morgado
2011-04-06
serial: allow user to provide custom regex for successful and error replies
Aleksander Morgado
2011-01-23
core: rework logging
Dan Williams
2010-10-25
gsm: add SimIdentifier property
Dan Williams
2010-08-18
gsm: recognize Motorola EZX errors
Dan Williams
2010-01-31
serial: handle string CME error codes too
Dan Williams
2009-11-24
serial: handle arbitrary amounts of <CR><LF> padding in responses
Jeroen Elebaut
2009-09-23
generic: match CONNECT even if we get PPP spew
Dan Williams
2009-08-06
license: add license header to all files and set copyright based on git log
Alexander Sack
2009-06-28
asynchronous and deferred port detection
Dan Williams
2009-04-02
Implement 'V1 E1' parser to work with modems which refuse to turn their echo ...
Tambet Ingo
2009-02-10
add --enable-more-warnings=yes/no and fix up resulting errors
Dan Williams
2009-01-23
Relax the "CONNECT" string regex a bit.
Tambet Ingo
2008-10-24
Add guards to public functions to validate passed arguments.
Tambet Ingo
2008-09-17
Finish the non-verbose (V0) mode parser.
Tambet Ingo
2008-09-11
Fix error codes.
Tambet Ingo
2008-09-11
Rewrite serial device communications.
Tambet Ingo