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