summaryrefslogtreecommitdiffstats
path: root/gatchat
AgeCommit message (Expand)AuthorFilesLines
2010-03-03Fix: Use the proper enum typeDenis Kenzior1-1/+1
2010-03-03Add command echo back if ATE=1Zhenhua Zhang1-0/+3
2010-02-26Fix: Simplify write-again logicDenis Kenzior1-6/+3
2010-02-26Fix: Don't allocate buffers if we don't need toDenis Kenzior1-1/+6
2010-02-26Add write server response into non-blocking IOZhenhua Zhang1-0/+66
2010-02-26Add write buffer queue for non-blocking writeZhenhua Zhang1-10/+95
2010-02-26Add define for read and write buffer sizeZhenhua Zhang1-1/+3
2010-02-26Do not trigger user disconnect at g_at_shutdownZhenhua Zhang1-14/+28
2010-02-10Rename server_io to channelZhenhua Zhang1-6/+6
2010-02-10Replace sprintf with snprintfZhenhua Zhang1-2/+3
2010-02-10Rename buf to read_buf in GAtServerZhenhua Zhang1-27/+27
2010-02-04Fix: Dead AssignmentDenis Kenzior1-3/+2
2010-02-03Remove dead assignments at gatchatGustavo F. Padovan1-6/+0
2010-02-02Fix change state immediately when meet the slashZhenhua Zhang1-15/+5
2010-02-01Fix: Remove unused labelDenis Kenzior1-1/+0
2010-02-01Fix: Don't leak memoryDenis Kenzior1-5/+2
2010-02-01Fix: Skip whitespace in AT command lineDenis Kenzior1-5/+33
2010-02-01Refactor: Use more flexible parser frameworkDenis Kenzior1-101/+165
2010-02-01Add test case for GAtServerZhenhua Zhang1-0/+422
2010-02-01Fix: Check if the command is still pendingDenis Kenzior1-0/+3
2010-02-01Style: No need for the extra lineDenis Kenzior1-2/+1
2010-02-01Fix: Don't set variables to NULL/0Denis Kenzior1-7/+1
2010-02-01Refactor: Support max_read attempts like GAtChatDenis Kenzior1-6/+14
2010-02-01Fix: Use a function instead of a tableDenis Kenzior1-32/+30
2010-02-01Refactor: Make enums follow 27.007 Annex BDenis Kenzior1-9/+10
2010-02-01Fix: Make compileDenis Kenzior1-7/+7
2010-02-01Add GAtServer basic parsing supportZhenhua Zhang2-0/+551
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-20Refactor: Reorder argument orderDenis Kenzior3-9/+8
2010-01-20Add gatutil.c to share common APIs with GAtServerZhenhua Zhang5-94/+212
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-12Style: Various issuesDenis Kenzior2-3/+4
2010-01-01Update copyright informationMarcel Holtmann15-15/+15
2009-12-24Unifiy all GAtChat error labelsMarcel Holtmann1-2/+2
2009-12-10Add legacy mode to gsmdialDenis Kenzior1-3/+13
2009-12-10Fix: wrong abbreviation for optionDenis Kenzior1-1/+1
2009-12-10Add offmode to gsmdialDenis Kenzior1-1/+7
2009-12-10Fix: Fix gsmdial to handle MD300Denis Kenzior1-22/+102
2009-12-10Add the beginnings of a GSM GPRS dialing appDenis Kenzior1-0/+374
2009-12-02Add g_at_chat_unregister_all functionDenis Kenzior2-0/+29
2009-12-02Add: g_at_chat_cancel_all functionDenis Kenzior2-0/+28
2009-12-02Fix: Sometimes it is possible to cancel first cmdDenis Kenzior1-1/+2
2009-12-02Fix: 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-23Fix: Make sure we don't gobble up unsolicitedDenis Kenzior1-2/+4