summaryrefslogtreecommitdiffstats
path: root/gatchat
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-10Properly skip over quoted valuesAndrzej Zaborowski1-0/+11
2009-10-28Cleanup previous patch and update docsDenis Kenzior2-8/+9
2009-10-28Refactor: Capitalize g_at_tty option namesRyan Raasch1-8/+8
2009-10-23Handle right bracket in next_unquoted_stringZhenhua Zhang1-2/+2
2009-10-21Enable / Disable CREAD functionality in gatttyRyan Raasch1-0/+14
2009-10-16Fix: Stop crashing when unrefing chat in callbackDenis Kenzior1-3/+20
2009-10-15Fix: Do not leak chat references in case of errorDenis Kenzior1-5/+15
2009-10-15Fix: Cleanup debug formatsDenis Kenzior1-2/+2
2009-10-15Fix: Do not send shutdown more than onceDenis Kenzior1-0/+9
2009-10-15Fix: Be more paranoid in checking DLC validityDenis Kenzior1-1/+13
2009-10-15Refactor: Add driver model to GAtMuxDenis Kenzior4-455/+681
2009-10-15Forgot to add void* to get_dataDenis Kenzior1-1/+1
2009-10-15Forgot to add driverdata functionsDenis Kenzior1-0/+16
2009-10-15Refactor: Enable multiplexer drivers for GAtMuxDenis Kenzior2-60/+78
2009-10-15Fix: Notify sources upon shutdownDenis Kenzior1-119/+128
2009-10-15Add ability to open/close multiple DLCsDenis Kenzior1-31/+235
2009-10-15Refactor: Add convenience method to start 0710 MUXDenis Kenzior3-103/+205
2009-10-15Add ability to retrieve the atchat IOChannelDenis Kenzior2-0/+10
2009-10-15Remove more unused codeDenis Kenzior4-10/+0
2009-10-08Fix: Use DISC on dlc 0 instead of CLDDenis Kenzior1-5/+1
2009-10-08Fix: Make compile on some obscure platformsDenis Kenzior1-0/+8
2009-10-08Cleanup: Remove more dead codeDenis Kenzior2-12/+0
2009-10-08Cleanup: Get rid of unused memberDenis Kenzior2-54/+20
2009-10-08Get rid of from_tty variant, use gattty insteadDenis Kenzior2-43/+0
2009-10-02Fix: 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-02Fix missing include for close() function callMarcel Holtmann1-1/+3
2009-10-01Replace g_at_chat_new_from_tty with g_at_tty_openDenis Kenzior3-43/+288
2009-09-24Add skeleton for gsmdial test applicationMarcel Holtmann1-0/+29
2009-09-24Unref GIOChannel in g_at_chat_new_from_ttyZhenhua Zhang1-1/+4
2009-09-18Fix trailing whitespaceMarcel Holtmann1-1/+1
2009-09-18Simplify cleanup logicDenis Kenzior1-21/+17
2009-09-08Hook up GAtMux with GSM 07.10 implementationMarcel Holtmann2-4/+422
2009-09-08Remove AT command and re-init support from GSM 07.10Marcel Holtmann2-84/+5
2009-09-08Use NULL for init of function callbacksMarcel Holtmann1-10/+10
2009-09-08Export the GSM 07.10 status flagsMarcel Holtmann2-8/+9
2009-09-07Fix g_at_chat_unref from command callbackDenis Kenzior1-11/+13
2009-09-06Add functions for disconnect and debug handlingMarcel Holtmann2-2/+36
2009-09-06Integrate the multiplexer into the AT chat libraryMarcel Holtmann4-0/+881
2009-09-04Add GSM Permissive parserDenis Kenzior2-1/+100
2009-09-03Add unquoted string capabilityDenis Kenzior2-0/+47
2009-08-31Add PDU listing supportDenis Kenzior2-17/+79
2009-08-29Fix a problem with CtrlZ echoDenis Kenzior1-0/+10