Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-10 | gatchat: Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2011-08-09 | gatchat: Add support for sending HDLC frame start and end markers | Marcel Holtmann | 1 | -0/+1 | |
2011-05-24 | gathdlc: add g_at_hdlc_resume() API | Guillaume Zajac | 1 | -0/+1 | |
2011-05-08 | gathdlc: Add public suspend function | Guillaume Zajac | 1 | -0/+2 | |
2011-05-02 | gathdlc: Add support for detecting +++ escapes | Denis Kenzior | 1 | -0/+3 | |
2011-02-28 | gathdlc: Try to detect no carrier conditions | Denis Kenzior | 1 | -0/+2 | |
Sometimes we receive the no carrier embedded in a stream following the PPP packets. This might be due to write scheduling on the remote side or read scheduling locally. Try not to consume the no carrier condition and assume the previous hdlc frames will result in closing of the ppp stack. | |||||
2010-04-29 | gathdlc: Add from_io constructor | Denis Kenzior | 1 | -0/+1 | |
2010-04-28 | gathdlc: Add accessor for GAtIO | Denis Kenzior | 1 | -0/+3 | |
2010-04-28 | gathdlc: Add recording support, ported from PPP | Denis Kenzior | 1 | -0/+2 | |
For protocol examination using wireshark | |||||
2010-04-28 | gathdlc: Add receive ACCM support | Denis Kenzior | 1 | -0/+3 | |
2010-04-28 | gathdlc: Support transmit ACCM | Denis Kenzior | 1 | -0/+3 | |
2010-04-11 | Use a ring buffer for non-blocking HDLC output streams | Marcel Holtmann | 1 | -1/+1 | |
2010-04-10 | Add abstraction for HDLC stream handling | Marcel Holtmann | 1 | -0/+50 | |