summaryrefslogtreecommitdiffstats
path: root/gatchat/gsmdial.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-02gsmdial: Set recording after ppp_openDenis Kenzior1-3/+3
2011-11-30gsmdial: Make sure to use '#' at the endDenis Kenzior1-1/+1
2011-10-10gatchat: Update copyright informationMarcel Holtmann1-1/+1
2011-06-29gsmdial: Add pfc & acfc options to gsmdialDenis Kenzior1-2/+8
2011-06-29gsmdial: Use ACFC and PFC by defaultGuillaume Zajac1-0/+3
2011-05-25gsmdial: Send escape sequence followed by ATH/ATODenis Kenzior1-0/+49
2011-05-24gsmdial: Update to new APIDenis Kenzior1-2/+2
2011-02-28gsmdial: register notification before resumingDenis Kenzior1-1/+5
2011-02-16gsmdial: Fix minor style quirkDenis Kenzior1-1/+1
2011-02-16gsmdial: add option for Bluetooth DUN dialingGustavo F. Padovan1-3/+16
2011-01-12gatchat: M15 coding styles fixesJeevaka Badrappan1-2/+2
2010-11-29gatchat: explicitly compare pointers to NULLLucas De Marchi1-1/+1
2010-09-14Fix common misspellings in gatchatLucas De Marchi1-1/+1
2010-06-29gsmdial: Wait for a no carrier before sending CFUNDenis Kenzior1-3/+9
2010-06-28gsmdial: Configure network interface for PPPZhenhua Zhang1-0/+29
2010-06-28gsmdial: Update to the new APIZhenhua Zhang1-2/+3
2010-06-17gsmdial: Unref ppp when we get disconnectedZhenhua Zhang1-0/+5
2010-05-10gsmdial: Shut down cleanly when ppp link diesDenis Kenzior1-2/+4
2010-05-10gsmdial: use g_at_ppp_new_from_io()Kristen Carlson Accardi1-3/+3
2010-05-10gsmdial: use g_at_chat_suspendKristen Carlson Accardi1-4/+4
2010-04-30gsmdial: Port to new PPP apiDenis Kenzior1-9/+3
2010-04-28ppp: Hang set_recording off the GAtPPP objectDenis Kenzior1-1/+1
2010-04-28gsmdial: Use set recording on the HDLC objectDenis Kenzior1-1/+1
2010-04-28gsmdial: Get rid of g_at_chat_shutdown usageDenis Kenzior1-9/+16
2010-04-28gsmdial: Unref the chat instead of using shutdownDenis Kenzior1-2/+2
2010-04-11Check for PIN after activating the modemMarcel Holtmann1-4/+13
2010-04-10Check for PIN status to see details in debug outputMarcel Holtmann1-0/+1
2010-04-02Remove the PPP option from gsmdialDenis Kenzior1-6/+0
2010-04-01Fix: Stop infinite attempts to registerDenis Kenzior1-8/+11
2010-04-01Remove usage of AT+CGACT for nowMarcel Holtmann1-22/+5
2010-04-01Add support for recording PPP sessions in pppdump formatMarcel Holtmann1-1/+7
2010-04-01Implement g_at_ppp_set_debug supportMarcel Holtmann1-3/+4
2010-03-31Fix: Update gsm dial to the new GAtPPP APIDenis Kenzior1-17/+8
2010-03-28Enable PPP session suport for AT+CGDATA commandMarcel Holtmann1-16/+16
2010-03-26Fix some comments in dialer exampleMarcel Holtmann1-3/+3
2010-03-25Check network status to handle auto-registrationMarcel Holtmann1-13/+43
2010-03-25Check modem mode before tyring to change itMarcel Holtmann1-1/+27
2010-03-25gsmdial: shutdown ppp link if we have oneKristen Carlson Accardi1-1/+3
2010-03-22Add PPP option to gsmdialKristen Carlson Accardi1-3/+84
2010-03-18Add support for IP based connections to gsmdialDenis Kenzior1-1/+51
2010-01-12Style: Various issuesDenis Kenzior1-2/+3
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
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-09-24Add skeleton for gsmdial test applicationMarcel Holtmann1-0/+29