summaryrefslogtreecommitdiff
path: root/gatchat/gatchat.c
Commit message (Expand)AuthorAgeFilesLines
...
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
* Unifiy all GAtChat error labelsMarcel Holtmann2009-12-241-2/+2
* Add g_at_chat_unregister_all functionDenis Kenzior2009-12-021-0/+28
* Add: g_at_chat_cancel_all functionDenis Kenzior2009-12-021-0/+27
* Fix: Sometimes it is possible to cancel first cmdDenis Kenzior2009-12-021-1/+2
* Fix: Don't allow cancelation of command id 0Denis Kenzior2009-12-021-0/+4
* Fix: Retry the wakeup command until the modem OKsDenis Kenzior2009-11-261-16/+38
* Framework to support non-standard terminatorYang Gu2009-11-241-10/+49
* Fix: Make sure we don't gobble up unsolicitedDenis Kenzior2009-11-231-2/+4
* Fix: Stop crashing when unrefing chat in callbackDenis Kenzior2009-10-161-3/+20
* Add ability to retrieve the atchat IOChannelDenis Kenzior2009-10-151-0/+8
* Add support for switching to a different GAtSyntax at runtimeMarcel Holtmann2009-10-021-0/+12
* Replace g_at_chat_new_from_tty with g_at_tty_openDenis Kenzior2009-10-011-43/+1
* Unref GIOChannel in g_at_chat_new_from_ttyZhenhua Zhang2009-09-241-1/+4
* Fix trailing whitespaceMarcel Holtmann2009-09-181-1/+1
* Simplify cleanup logicDenis Kenzior2009-09-181-21/+17
* Fix g_at_chat_unref from command callbackDenis Kenzior2009-09-071-11/+13
* Add PDU listing supportDenis Kenzior2009-08-311-16/+66
* Ensure g_timeout_add source can be removed safelyDenis Kenzior2009-08-071-2/+10
* Cleanup the debug support patchDenis Kenzior2009-08-061-25/+72
* gatchat: add debugging infrastructureAndres Salomon2009-08-061-0/+46
* Make overflow code a bit betterDenis Kenzior2009-08-061-8/+5
* Refactor GAtChat to accept user-provided parsersDenis Kenzior2009-08-061-224/+80
* Fix refcounting in GAtChatDenis Kenzior2009-08-061-0/+1
* Fix a crash with unsolicited notificationsDenis Kenzior2009-07-211-1/+1
* Add extra_pdu_crlf quirkDenis Kenzior2009-07-151-1/+9
* Add set / get flags for GAtChatDenis Kenzior2009-07-151-0/+16
* Fix modem wakeup handlingDenis Kenzior2009-07-151-0/+8
* Fix case where CMGS returns an error before pduDenis Kenzior2009-07-071-3/+15
* Add support for opening TTYs directlyMarcel Holtmann2009-06-301-0/+41
* Fixes to parser state when command prompt is usedDenis Kenzior2009-06-191-1/+4
* Add g_at_send_listing functionDenis Kenzior2009-06-161-6/+42
* Additional fixes to multiline responsesDenis Kenzior2009-06-081-5/+33
* Fix multiline responses in GAtChatDenis Kenzior2009-06-081-0/+11
* Add AT chat library implementationDenis Kenzior2009-05-061-0/+1104