index
:
ofono
master
Ofono
Ofono Group
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gatchat
/
gathdlc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-29
hdlc: Stop recording packets to stdout (fd = 0)
Denis Kenzior
1
-2
/
+2
2010-06-29
hdlc: Don't bother recording empty packets
Denis Kenzior
1
-0
/
+3
2010-06-18
gathdlc: Don't crash if unreffed in callback
Denis Kenzior
1
-1
/
+18
2010-06-11
gathdlc: Free the main HDLC structure on unref
Denis Kenzior
1
-0
/
+1
2010-04-29
gathdlc: Add from_io constructor
Denis Kenzior
1
-8
/
+19
2010-04-28
gathdlc: Add accessor for GAtIO
Denis Kenzior
1
-0
/
+8
2010-04-28
gathdlc: Port GAtHDLC to use GAtIO
Denis Kenzior
1
-129
/
+24
2010-04-28
gathdlc: Add recording support, ported from PPP
Denis Kenzior
1
-0
/
+58
2010-04-28
gathdlc: Add receive ACCM support
Denis Kenzior
1
-1
/
+20
2010-04-28
gathdlc: Support transmit ACCM
Denis Kenzior
1
-2
/
+24
2010-04-24
Fix broken HDLC flag handling
Marcel Holtmann
1
-2
/
+13
2010-04-24
Fix wrong escape character check in HDLC transmit
Marcel Holtmann
1
-2
/
+2
2010-04-24
Allow real wrapping around of HDLC transmit ring buffer
Marcel Holtmann
1
-2
/
+2
2010-04-24
Add offset parameter to ring_buffer_write_ptr() function
Marcel Holtmann
1
-2
/
+2
2010-04-24
Add support for wrapping of HDLC transmit ring buffer
Marcel Holtmann
1
-30
/
+57
2010-04-23
Use HDLC_FCS helper where possible
Marcel Holtmann
1
-1
/
+1
2010-04-23
Use HDLC constants instead of magic numbers
Marcel Holtmann
1
-4
/
+4
2010-04-23
Add support for wrapping of HDLC receive ring buffer
Marcel Holtmann
1
-21
/
+34
2010-04-11
Use a ring buffer for non-blocking HDLC output streams
Marcel Holtmann
1
-25
/
+93
2010-04-10
Add abstraction for HDLC stream handling
Marcel Holtmann
1
-0
/
+282