summaryrefslogtreecommitdiff
path: root/gatchat
AgeCommit message (Expand)AuthorFilesLines
2010-01-28Use 3 read attempts when in non-blocking modeMarcel Holtmann1-1/+1
2010-01-28Add new constructor for fully blocking operationMarcel Holtmann4-7/+31
2010-01-28Fix: Take care of uninitialized variable conditionDenis Kenzior1-4/+2
2010-01-28Limit the number of continues read attemptsMarcel Holtmann1-2/+11
2010-01-23Sync GAtChat library with oFonoMarcel Holtmann5-94/+211
2010-01-15Fix: One more fix for disconnect detectionDenis Kenzior1-2/+1
2010-01-14Fix: Make remote disconnect detection workDenis Kenzior1-1/+1
2010-01-13Fix minor style issueMarcel Holtmann1-1/+1
2010-01-01Update copyright informationMarcel Holtmann10-10/+10
2009-12-24Unifiy all GAtChat error labelsMarcel Holtmann1-2/+2
2009-12-03Add g_at_chat_unregister_all functionDenis Kenzior2-0/+29
2009-12-03Add: g_at_chat_cancel_all functionDenis Kenzior2-0/+28
2009-12-03Fix: Sometimes it is possible to cancel first cmdDenis Kenzior1-1/+2
2009-12-03Fix: Don't allow cancelation of command id 0Denis Kenzior1-0/+4
2009-11-26Fix: Retry the wakeup command until the modem OKsDenis Kenzior1-16/+38
2009-11-24Framework to support non-standard terminatorYang Gu2-10/+52
2009-11-24Fix: Make sure we don't gobble up unsolicitedDenis Kenzior1-2/+4
2009-11-10Properly skip over quoted valuesAndrzej Zaborowski1-0/+11
2009-10-29Cleanup previous patch and update docsDenis Kenzior2-8/+9
2009-10-29Capitalize g_at_tty option namesRyan Raasch1-8/+8
2009-10-24Handle right bracket in next_unquoted_stringZhenhua Zhang1-2/+2
2009-10-22Update and sync GAtChat from oFonoMarcel Holtmann3-1/+18
2009-10-22Enable / Disable CREAD functionality in gatttyRyan Raasch1-0/+14
2009-10-19Stop crashing when unrefing chat in callbackDenis Kenzior1-3/+20
2009-10-03Fix: Make next_hexstring handle optional quotesDenis Kenzior1-0/+6
2009-10-02Add support for switching to a different GAtSyntax at runtimeMarcel Holtmann2-0/+14
2009-10-02Replace g_at_chat_new_from_tty with g_at_tty_openMarcel Holtmann3-43/+290
2009-09-24Unref GIOChannel in g_at_chat_new_from_ttyZhenhua Zhang1-1/+4
2009-09-18Simplify cleanup logicDenis Kenzior1-21/+17
2009-09-13Fix g_at_chat_unref from command callbackDenis Kenzior1-11/+13
2009-09-05Add GSM Permissive parserDenis Kenzior2-1/+100
2009-09-05Add unquoted string capabilityDenis Kenzior2-0/+47
2009-09-01Add PDU listing supportDenis Kenzior2-17/+79
2009-08-29Fix a problem with CtrlZ echoDenis Kenzior1-0/+10
2009-08-23Convert to fully non-recursive build systemMarcel Holtmann1-9/+0
2009-08-07Ensure g_timeout_add source can be removed safelyDenis Kenzior1-2/+10
2009-08-06Sync up with oFono's GAtChat versionMarcel Holtmann3-8/+125
2009-08-06Make overflow code a bit betterDenis Kenzior1-8/+5
2009-08-06Refactor GAtChat to accept user-provided parsersDenis Kenzior5-230/+387
2009-08-06Fix refcounting in GAtChatDenis Kenzior1-0/+1
2009-07-21Fix a crash with unsolicited notificationsDenis Kenzior1-1/+1
2009-07-16Add extra_pdu_crlf quirkDenis Kenzior2-1/+10
2009-07-16Add set / get flags for GAtChatDenis Kenzior2-0/+19
2009-07-15Fix modem wakeup handlingDenis Kenzior1-0/+8
2009-07-15Fix range handlingDenis Kenzior1-5/+2
2009-07-07Fix case where CMGS returns an error before pduDenis Kenzior1-3/+15
2009-07-01Fix uninitialized use of bufposDenis Kenzior1-1/+2
2009-06-30Add support for opening TTYs directlyMarcel Holtmann2-0/+42
2009-06-30Fixes to parser state when command prompt is usedDenis Kenzior1-1/+4
2009-06-30Improve string parsing codeDenis Kenzior2-16/+21