summaryrefslogtreecommitdiff
path: root/gatchat/gsmdial.c
Commit message (Expand)AuthorAgeFilesLines
* gsmdial: adding support for selection of authentication methodSergei Golubtsov2021-01-071-0/+10
* gsmdial: Set recording after ppp_openDenis Kenzior2012-01-021-3/+3
* gsmdial: Make sure to use '#' at the endDenis Kenzior2011-11-301-1/+1
* gatchat: Update copyright informationMarcel Holtmann2011-10-101-1/+1
* gsmdial: Add pfc & acfc options to gsmdialDenis Kenzior2011-06-291-2/+8
* gsmdial: Use ACFC and PFC by defaultGuillaume Zajac2011-06-291-0/+3
* gsmdial: Send escape sequence followed by ATH/ATODenis Kenzior2011-05-251-0/+49
* gsmdial: Update to new APIDenis Kenzior2011-05-241-2/+2
* gsmdial: register notification before resumingDenis Kenzior2011-02-281-1/+5
* gsmdial: Fix minor style quirkDenis Kenzior2011-02-161-1/+1
* gsmdial: add option for Bluetooth DUN dialingGustavo F. Padovan2011-02-161-3/+16
* gatchat: M15 coding styles fixesJeevaka Badrappan2011-01-121-2/+2
* gatchat: explicitly compare pointers to NULLLucas De Marchi2010-11-291-1/+1
* Fix common misspellings in gatchatLucas De Marchi2010-09-141-1/+1
* gsmdial: Wait for a no carrier before sending CFUNDenis Kenzior2010-06-291-3/+9
* gsmdial: Configure network interface for PPPZhenhua Zhang2010-06-281-0/+29
* gsmdial: Update to the new APIZhenhua Zhang2010-06-281-2/+3
* gsmdial: Unref ppp when we get disconnectedZhenhua Zhang2010-06-171-0/+5
* gsmdial: Shut down cleanly when ppp link diesDenis Kenzior2010-05-101-2/+4
* gsmdial: use g_at_ppp_new_from_io()Kristen Carlson Accardi2010-05-101-3/+3
* gsmdial: use g_at_chat_suspendKristen Carlson Accardi2010-05-101-4/+4
* gsmdial: Port to new PPP apiDenis Kenzior2010-04-301-9/+3
* ppp: Hang set_recording off the GAtPPP objectDenis Kenzior2010-04-281-1/+1
* gsmdial: Use set recording on the HDLC objectDenis Kenzior2010-04-281-1/+1
* gsmdial: Get rid of g_at_chat_shutdown usageDenis Kenzior2010-04-281-9/+16
* gsmdial: Unref the chat instead of using shutdownDenis Kenzior2010-04-281-2/+2
* Check for PIN after activating the modemMarcel Holtmann2010-04-111-4/+13
* Check for PIN status to see details in debug outputMarcel Holtmann2010-04-101-0/+1
* Remove the PPP option from gsmdialDenis Kenzior2010-04-021-6/+0
* Fix: Stop infinite attempts to registerDenis Kenzior2010-04-011-8/+11
* Remove usage of AT+CGACT for nowMarcel Holtmann2010-04-011-22/+5
* Add support for recording PPP sessions in pppdump formatMarcel Holtmann2010-04-011-1/+7
* Implement g_at_ppp_set_debug supportMarcel Holtmann2010-04-011-3/+4
* Fix: Update gsm dial to the new GAtPPP APIDenis Kenzior2010-03-311-17/+8
* Enable PPP session suport for AT+CGDATA commandMarcel Holtmann2010-03-281-16/+16
* Fix some comments in dialer exampleMarcel Holtmann2010-03-261-3/+3
* Check network status to handle auto-registrationMarcel Holtmann2010-03-251-13/+43
* Check modem mode before tyring to change itMarcel Holtmann2010-03-251-1/+27
* gsmdial: shutdown ppp link if we have oneKristen Carlson Accardi2010-03-251-1/+3
* Add PPP option to gsmdialKristen Carlson Accardi2010-03-221-3/+84
* Add support for IP based connections to gsmdialDenis Kenzior2010-03-181-1/+51
* Style: Various issuesDenis Kenzior2010-01-121-2/+3
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
* Add legacy mode to gsmdialDenis Kenzior2009-12-101-3/+13
* Fix: wrong abbreviation for optionDenis Kenzior2009-12-101-1/+1
* Add offmode to gsmdialDenis Kenzior2009-12-101-1/+7
* Fix: Fix gsmdial to handle MD300Denis Kenzior2009-12-101-22/+102
* Add the beginnings of a GSM GPRS dialing appDenis Kenzior2009-12-101-0/+374
* Add skeleton for gsmdial test applicationMarcel Holtmann2009-09-241-0/+29