summaryrefslogtreecommitdiff
path: root/gatchat/gatchat.c
Commit message (Expand)AuthorAgeFilesLines
* gatchat: add g_at_chat_retry()Martin Hundebøll2019-08-131-0/+31
* gatchat: Use g_slist_free_fullJohn Ernberg2016-04-221-8/+5
* gatchat: Fix compiler warning with logical expressionMarcel Holtmann2015-07-071-1/+1
* gatchat: Introduce g_at_chat_get_userdataDenis Kenzior2015-05-131-0/+31
* gatchat: Fix handling of WRITE_SCHEDULER_DEBUGMarcel Holtmann2014-01-191-3/+13
* gatchat: Avoid shadowing variablesMarcel Holtmann2012-07-151-3/+3
* gatchat: Update copyright informationMarcel Holtmann2011-10-101-1/+1
* gatchat: Add terminator blacklistingDenis Kenzior2011-07-251-1/+18
* gatchat: Fix memory leak with notify nodes listMarcel Holtmann2011-05-061-0/+1
* gatchat: Add support for short prompt send variantDenis Kenzior2011-03-281-13/+40
* gatchat: Fix minor style issuesDenis Kenzior2011-02-251-3/+3
* gatchat: fix canceling in progress commandsVinicius Costa Gomes2010-12-071-1/+1
* gatchat: explicitly compare pointers to NULLLucas De Marchi2010-11-291-28/+24
* gatchat: Fix missing return value for g_at_chat_set_slaveMarcel Holtmann2010-10-211-1/+1
* gatchat: Add support for slave chat instancesMarcel Holtmann2010-10-211-0/+31
* gatchat: Fix calling unregister from callbacksDenis Kenzior2010-10-141-2/+40
* gatchat: break out the remove_if logicDenis Kenzior2010-10-141-46/+64
* gatchat: quit early if the group id doesn't matchDenis Kenzior2010-10-141-1/+1
* gatchat: Skip string contents in extract_lineDenis Kenzior2010-08-161-2/+7
* gatchat: Add g_at_chat_cloneDenis Kenzior2010-08-121-0/+19
* gatchat: Make GAtChat a facade for struct at_chatDenis Kenzior2010-08-121-228/+401
* gatchat: Check for disconnection when resumingDenis Kenzior2010-06-071-0/+5
* Restore GAtChat disconnect handling when resuming a chat sessionMarcel Holtmann2010-06-071-0/+2
* gatchat: implement g_at_chat_get_io()Kristen Carlson Accardi2010-05-101-0/+8
* gatchat: Don't try to cleanup twiceDenis Kenzior2010-04-281-11/+8
* gatchat: Use GAtIO for write watchersDenis Kenzior2010-04-281-65/+21
* gatchat: get_channel should return one from GAtIODenis Kenzior2010-04-281-2/+2
* gatchat: Channel is now setup by GAtIODenis Kenzior2010-04-281-2/+0
* gatchat: Better re-entrancy handlingDenis Kenzior2010-04-281-6/+13
* gatchat: Only set debug on IO if we have itDenis Kenzior2010-04-281-1/+2
* gatchat: Replace shutdown by suspend/resumeDenis Kenzior2010-04-281-12/+27
* gatchat: port gatchat to use gatioDenis Kenzior2010-04-281-112/+41
* gatchat: Remove g_at_chat_set_syntaxDenis Kenzior2010-04-281-12/+0
* Add offset parameter to ring_buffer_write_ptr() functionMarcel Holtmann2010-04-241-1/+1
* Remove various GDestroyNotify function castingMarcel Holtmann2010-04-121-10/+18
* The user data pointer variable should be called user_dataMarcel Holtmann2010-04-111-4/+5
* Fix some cases where g_try_new should be usedMarcel Holtmann2010-04-021-6/+0
* Fix: Make CONNECT <baud> responses workDenis Kenzior2010-03-241-1/+1
* Remove dead assignments at gatchatGustavo F. Padovan2010-02-031-6/+0
* Fix: Check if the command is still pendingDenis Kenzior2010-02-011-0/+3
* Style: No need for the extra lineDenis Kenzior2010-02-011-2/+1
* Use 3 read attempts when in non-blocking modeMarcel Holtmann2010-01-281-1/+1
* Add new constructor for fully blocking operationMarcel Holtmann2010-01-281-4/+27
* Fix: Take care of uninitialized variable conditionDenis Kenzior2010-01-281-4/+2
* Limit the number of continues read attemptsMarcel Holtmann2010-01-281-2/+11
* Refactor: Reorder argument orderDenis Kenzior2010-01-201-5/+4
* Add gatutil.c to share common APIs with GAtServerZhenhua Zhang2010-01-201-92/+6
* Fix: One more fix for disconnect detectionDenis Kenzior2010-01-151-2/+1
* Fix: Make remote disconnect detection workDenis Kenzior2010-01-141-1/+1
* Style: Various issuesDenis Kenzior2010-01-121-1/+1