packaging: Bump to 1.17
[platform/upstream/ofono.git] / gatchat / gatchat.c
2015-07-07 Marcel Holtmanngatchat: Fix compiler warning with logical expression
2015-05-13 Denis Kenziorgatchat: Introduce g_at_chat_get_userdata
2014-01-20 Marcel Holtmanngatchat: Fix handling of WRITE_SCHEDULER_DEBUG
2012-07-15 Marcel Holtmanngatchat: Avoid shadowing variables
2011-10-10 Marcel Holtmanngatchat: Update copyright information
2011-07-25 Denis Kenziorgatchat: Add terminator blacklisting
2011-05-06 Marcel Holtmanngatchat: Fix memory leak with notify nodes list
2011-03-28 Denis Kenziorgatchat: Add support for short prompt send variant
2011-02-25 Denis Kenziorgatchat: Fix minor style issues
2010-12-07 Vinicius Costa Gomesgatchat: fix canceling in progress commands
2010-11-29 Lucas De Marchigatchat: explicitly compare pointers to NULL
2010-10-21 Marcel Holtmanngatchat: Fix missing return value for g_at_chat_set_slave
2010-10-21 Marcel Holtmanngatchat: Add support for slave chat instances
2010-10-14 Denis Kenziorgatchat: Fix calling unregister from callbacks
2010-10-14 Denis Kenziorgatchat: break out the remove_if logic
2010-10-14 Denis Kenziorgatchat: quit early if the group id doesn't match
2010-08-16 Denis Kenziorgatchat: Skip string contents in extract_line
2010-08-12 Denis Kenziorgatchat: Add g_at_chat_clone
2010-08-12 Denis Kenziorgatchat: Make GAtChat a facade for struct at_chat
2010-06-08 Denis Kenziorgatchat: Check for disconnection when resuming
2010-06-07 Marcel HoltmannRestore GAtChat disconnect handling when resuming a...
2010-05-10 Kristen Carlson... gatchat: implement g_at_chat_get_io()
2010-04-28 Denis Kenziorgatchat: Don't try to cleanup twice
2010-04-28 Denis Kenziorgatchat: Use GAtIO for write watchers
2010-04-28 Denis Kenziorgatchat: get_channel should return one from GAtIO
2010-04-28 Denis Kenziorgatchat: Channel is now setup by GAtIO
2010-04-28 Denis Kenziorgatchat: Better re-entrancy handling
2010-04-28 Denis Kenziorgatchat: Only set debug on IO if we have it
2010-04-28 Denis Kenziorgatchat: Replace shutdown by suspend/resume
2010-04-28 Denis Kenziorgatchat: port gatchat to use gatio
2010-04-28 Denis Kenziorgatchat: Remove g_at_chat_set_syntax
2010-04-24 Marcel HoltmannAdd offset parameter to ring_buffer_write_ptr() function
2010-04-13 Marcel HoltmannRemove various GDestroyNotify function casting
2010-04-11 Marcel HoltmannThe user data pointer variable should be called user_data
2010-04-03 Marcel HoltmannFix some cases where g_try_new should be used
2010-03-25 Denis KenziorFix: Make CONNECT <baud> responses work
2010-02-03 Gustavo F. PadovanRemove dead assignments at gatchat
2010-02-01 Denis KenziorFix: Check if the command is still pending
2010-02-01 Denis KenziorStyle: No need for the extra line
2010-01-28 Marcel HoltmannUse 3 read attempts when in non-blocking mode
2010-01-28 Marcel HoltmannAdd new constructor for fully blocking operation
2010-01-28 Denis KenziorFix: Take care of uninitialized variable condition
2010-01-28 Marcel HoltmannLimit the number of continues read attempts
2010-01-20 Denis KenziorRefactor: Reorder argument order
2010-01-20 Zhenhua ZhangAdd gatutil.c to share common APIs with GAtServer
2010-01-15 Denis KenziorFix: One more fix for disconnect detection
2010-01-14 Denis KenziorFix: Make remote disconnect detection work
2010-01-12 Denis KenziorStyle: Various issues
2010-01-02 Marcel HoltmannUpdate copyright information
2009-12-24 Marcel HoltmannUnifiy all GAtChat error labels
2009-12-03 Denis KenziorAdd g_at_chat_unregister_all function
2009-12-03 Denis KenziorAdd: g_at_chat_cancel_all function
2009-12-02 Denis KenziorFix: Sometimes it is possible to cancel first cmd
2009-12-02 Denis KenziorFix: Don't allow cancelation of command id 0
2009-11-26 Denis KenziorFix: Retry the wakeup command until the modem OKs
2009-11-24 Yang GuFramework to support non-standard terminator
2009-11-24 Denis KenziorFix: Make sure we don't gobble up unsolicited
2009-10-16 Denis KenziorFix: Stop crashing when unrefing chat in callback
2009-10-15 Denis KenziorAdd ability to retrieve the atchat IOChannel
2009-10-02 Marcel HoltmannAdd support for switching to a different GAtSyntax...
2009-10-01 Denis KenziorReplace g_at_chat_new_from_tty with g_at_tty_open
2009-09-24 Zhenhua ZhangUnref GIOChannel in g_at_chat_new_from_tty
2009-09-18 Marcel HoltmannFix trailing whitespace
2009-09-18 Denis KenziorSimplify cleanup logic
2009-09-08 Denis KenziorFix g_at_chat_unref from command callback
2009-09-01 Denis KenziorAdd PDU listing support
2009-08-07 Denis KenziorEnsure g_timeout_add source can be removed safely
2009-08-06 Denis KenziorCleanup the debug support patch
2009-08-06 Andres Salomongatchat: add debugging infrastructure
2009-08-06 Denis KenziorMake overflow code a bit better
2009-08-06 Denis KenziorRefactor GAtChat to accept user-provided parsers
2009-08-06 Denis KenziorFix refcounting in GAtChat
2009-07-21 Denis KenziorFix a crash with unsolicited notifications
2009-07-15 Denis KenziorAdd extra_pdu_crlf quirk
2009-07-15 Denis KenziorAdd set / get flags for GAtChat
2009-07-15 Denis KenziorFix modem wakeup handling
2009-07-07 Denis KenziorFix case where CMGS returns an error before pdu
2009-06-30 Marcel HoltmannAdd support for opening TTYs directly
2009-06-20 Denis KenziorFixes to parser state when command prompt is used
2009-06-16 Denis KenziorAdd g_at_send_listing function
2009-06-09 Denis KenziorAdditional fixes to multiline responses
2009-06-08 Denis KenziorFix multiline responses in GAtChat
2009-05-06 Denis KenziorAdd AT chat library implementation