summaryrefslogtreecommitdiffstats
path: root/gatchat/gatserver.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-24gatserver: Add NULL check to avoid crashGuillaume Zajac1-0/+3
2011-10-10gatchat: Update copyright informationMarcel Holtmann1-1/+1
2011-08-15gatserver: Add command finished callbacksDenis Kenzior1-8/+39
2011-08-14gatserver: Fix not processing after async errorDenis Kenzior1-0/+1
2011-08-14gatserver: Add sanity checkDenis Kenzior1-0/+2
2011-08-14gatserver: Fix not sending OK final responseDenis Kenzior1-8/+13
2011-08-14gatserver: Refactor IO codeDenis Kenzior1-25/+22
2011-07-11gatserver: fix certain bad behaviorDenis Kenzior1-1/+4
2011-03-29gatserver: add tone and pulse dialing AT commandsOlivier Guiter1-0/+38
2011-03-25gatserver: add v250 ATL and ATM commandsOlivier Guiter1-0/+18
2011-03-24gatserver: add AT&F commandOlivier Guiter1-2/+27
2011-03-23gatserver: add ATZ commandOlivier Guiter1-18/+35
2011-02-28gatserver: Tweak use of g_at_server_suspend/resumeDenis Kenzior1-11/+18
2011-02-28gatserver: Exit garbage state on HDLC frame endDenis Kenzior1-1/+2
2011-02-28gatserver: Update the internal command parsersDenis Kenzior1-10/+3
2011-02-23gatserver: Add function to enable/disable echoFrédéric Dalleau1-0/+10
2011-02-22gatserver: Add various ATSx handlersOlivier Guiter1-0/+36
2011-02-16gatserver: Be more const correctDenis Kenzior1-1/+1
2011-02-15gatserver: Change callback signatureDenis Kenzior1-41/+31
2011-02-15gatserver: extend D with GSM/UMTS specificsDenis Kenzior1-3/+9
2011-02-15gatserver: Don't bother reporting command prefixesDenis Kenzior1-2/+10
2011-02-14gatserver: Add ATS5 command featureOlivier Guiter1-1/+5
2011-01-18gatserver: ATS6 command handler addedOlivier Guiter1-0/+10
2010-11-29gatchat: explicitly compare pointers to NULLLucas De Marchi1-8/+8
2010-07-07gatserver: Restore GAtServer disconnect handlingZhenhua Zhang1-0/+2
2010-07-06gatserver: Don't free twice after user disconnectZhenhua Zhang1-3/+0
2010-06-17gatserver: Check for disconnection when resumingZhenhua Zhang1-0/+5
2010-06-17gatserver: Suspend/resume GAtServer with GAtIOZhenhua Zhang1-150/+109
2010-04-24Add offset parameter to ring_buffer_write_ptr() functionMarcel Holtmann1-1/+1
2010-04-12Fix: busy loop in atserverDenis Kenzior1-1/+1
2010-04-12Remove various GDestroyNotify function castingMarcel Holtmann1-4/+8
2010-04-11The user data pointer variable should be called user_dataMarcel Holtmann1-4/+4
2010-04-02Fix some cases where g_try_new should be usedMarcel Holtmann1-1/+0
2010-03-31Fix ampersand commands checkAndrzej Zaborowski1-2/+2
2010-03-31Refactor: Simplify V250 setting command functionsDenis Kenzior1-91/+30
2010-03-31Refactor: Simplify gatserver s-register functionsDenis Kenzior1-52/+16
2010-03-31Fix echo command back even if don't process itZhenhua Zhang1-8/+8
2010-03-31Add Repeat last command supportZhenhua Zhang1-2/+7
2010-03-31Add implementation for ATE and other basic commandZhenhua Zhang1-4/+158
2010-03-31Add implementation for S3, S4, S5 commandZhenhua Zhang1-0/+133
2010-03-30Fix: Make sure we still increment read_countDenis Kenzior1-2/+2
2010-03-30Fix ignore incoming bytes during parsingZhenhua Zhang1-0/+4
2010-03-30Simplify the send_info APIDenis Kenzior1-24/+14
2010-03-30Fix: Properly handle async final responsesDenis Kenzior1-6/+47
2010-03-30Fix: We need to preserve the original lineDenis Kenzior1-1/+3
2010-03-30Fix: Record last received commandDenis Kenzior1-6/+11
2010-03-30Fix: Send an ERROR on A/Denis Kenzior1-1/+1
2010-03-30Refactor: Simplify extended command parsing logicDenis Kenzior1-9/+6
2010-03-30Refactor: Add a single-line response functionDenis Kenzior1-1/+6
2010-03-30Add API stubs for unsolicited / final responsesZhenhua Zhang1-6/+59