packaging: Bump to 1.17
[platform/upstream/ofono.git] / gatchat / gathdlc.c
2011-10-10 Marcel Holtmanngatchat: Update copyright information
2011-08-10 Marcel Holtmanngatchat: Fix marker handling within HDLC support
2011-08-10 Marcel Holtmanngatchat: Use hexdump format for HDLC debug messages
2011-08-09 Marcel Holtmanngatchat: Add support for sending HDLC frame start and...
2011-07-26 Marcel Holtmanngatchat: Fix handling of HDLC debug output
2011-05-27 Marcel Holtmanngatchat: Fix unused variable cases
2011-05-25 Denis Kenziorgathdlc: Fix memory leak
2011-05-24 Denis Kenziorgathdlc: Squash unneeded function
2011-05-24 Guillaume Zajacgathdlc: add g_at_hdlc_resume() API
2011-05-09 Guillaume Zajacgathdlc: delete read/write handler in hdlc_suspend
2011-05-09 Guillaume Zajacgathdlc: Add public suspend function
2011-05-02 Denis Kenziorgathdlc: Make sure to set in_read_handler properly
2011-05-02 Denis Kenziorgathdlc: Add support for detecting +++ escapes
2011-03-15 Patrick PorlanPPP: Optimize write buffer management
2011-02-28 Denis Kenziorgathdlc: Try to detect no carrier conditions
2011-02-28 Denis Kenziorgathdlc: Unregister read / write handlers
2011-02-28 Denis Kenziorgathdlc: drain the last hdlc frame processed
2010-11-29 Lucas De Marchigatchat: explicitly compare pointers to NULL
2010-10-26 Marcel Holtmanngatchat: Remove unused write_watch variable of GAtHDLC
2010-06-29 Denis Kenziorhdlc: Stop recording packets to stdout (fd = 0)
2010-06-29 Denis Kenziorhdlc: Don't bother recording empty packets
2010-06-18 Denis Kenziorgathdlc: Don't crash if unreffed in callback
2010-06-11 Denis Kenziorgathdlc: Free the main HDLC structure on unref
2010-04-29 Denis Kenziorgathdlc: Add from_io constructor
2010-04-28 Denis Kenziorgathdlc: Add accessor for GAtIO
2010-04-28 Denis Kenziorgathdlc: Port GAtHDLC to use GAtIO
2010-04-28 Denis Kenziorgathdlc: Add recording support, ported from PPP
2010-04-28 Denis Kenziorgathdlc: Add receive ACCM support
2010-04-28 Denis Kenziorgathdlc: Support transmit ACCM
2010-04-24 Marcel HoltmannFix broken HDLC flag handling
2010-04-24 Marcel HoltmannFix wrong escape character check in HDLC transmit
2010-04-24 Marcel HoltmannAllow real wrapping around of HDLC transmit ring buffer
2010-04-24 Marcel HoltmannAdd offset parameter to ring_buffer_write_ptr() function
2010-04-24 Marcel HoltmannAdd support for wrapping of HDLC transmit ring buffer
2010-04-23 Marcel HoltmannUse HDLC_FCS helper where possible
2010-04-23 Marcel HoltmannUse HDLC constants instead of magic numbers
2010-04-23 Marcel HoltmannAdd support for wrapping of HDLC receive ring buffer
2010-04-11 Marcel HoltmannUse a ring buffer for non-blocking HDLC output streams
2010-04-10 Marcel HoltmannAdd abstraction for HDLC stream handling