Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-02 | gsmdial: Set recording after ppp_open | Denis Kenzior | 1 | -3/+3 | |
2011-11-30 | gsmdial: Make sure to use '#' at the end | Denis Kenzior | 1 | -1/+1 | |
The bluetooth path got this part wrong | |||||
2011-10-10 | gatchat: Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2011-06-29 | gsmdial: Add pfc & acfc options to gsmdial | Denis Kenzior | 1 | -2/+8 | |
2011-06-29 | gsmdial: Use ACFC and PFC by default | Guillaume Zajac | 1 | -0/+3 | |
2011-05-25 | gsmdial: Send escape sequence followed by ATH/ATO | Denis Kenzior | 1 | -0/+49 | |
This functionality can be triggered by sending SIGUSR1 / SIGUSR2 to gsmdial. e.g. kill -10 <pid> and kill -12 <pid> | |||||
2011-05-24 | gsmdial: Update to new API | Denis Kenzior | 1 | -2/+2 | |
2011-02-28 | gsmdial: register notification before resuming | Denis Kenzior | 1 | -1/+5 | |
2011-02-16 | gsmdial: Fix minor style quirk | Denis Kenzior | 1 | -1/+1 | |
2011-02-16 | gsmdial: add option for Bluetooth DUN dialing | Gustavo F. Padovan | 1 | -3/+16 | |
2011-01-12 | gatchat: M15 coding styles fixes | Jeevaka Badrappan | 1 | -2/+2 | |
2010-11-29 | gatchat: explicitly compare pointers to NULL | Lucas De Marchi | 1 | -1/+1 | |
This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl> | |||||
2010-09-14 | Fix common misspellings in gatchat | Lucas De Marchi | 1 | -1/+1 | |
Fix common misspellings by using the list available at http://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines From the list cited above, the substitution script found the following misspellings: priviledge->privilege succeded->succeeded | |||||
2010-06-29 | gsmdial: Wait for a no carrier before sending CFUN | Denis Kenzior | 1 | -3/+9 | |
2010-06-28 | gsmdial: Configure network interface for PPP | Zhenhua Zhang | 1 | -0/+29 | |
2010-06-28 | gsmdial: Update to the new API | Zhenhua Zhang | 1 | -2/+3 | |
2010-06-17 | gsmdial: Unref ppp when we get disconnected | Zhenhua Zhang | 1 | -0/+5 | |
2010-05-10 | gsmdial: Shut down cleanly when ppp link dies | Denis Kenzior | 1 | -2/+4 | |
2010-05-10 | gsmdial: use g_at_ppp_new_from_io() | Kristen Carlson Accardi | 1 | -3/+3 | |
2010-05-10 | gsmdial: use g_at_chat_suspend | Kristen Carlson Accardi | 1 | -4/+4 | |
2010-04-30 | gsmdial: Port to new PPP api | Denis Kenzior | 1 | -9/+3 | |
2010-04-28 | ppp: Hang set_recording off the GAtPPP object | Denis Kenzior | 1 | -1/+1 | |
Marcel: recording right now only works for PPP, so we'd need some sort of multi-protocol support. So for now expose set_recording to be used through the main PPP object. HDLC object recording support needs to be extended. | |||||
2010-04-28 | gsmdial: Use set recording on the HDLC object | Denis Kenzior | 1 | -1/+1 | |
2010-04-28 | gsmdial: Get rid of g_at_chat_shutdown usage | Denis Kenzior | 1 | -9/+16 | |
2010-04-28 | gsmdial: Unref the chat instead of using shutdown | Denis Kenzior | 1 | -2/+2 | |
2010-04-11 | Check for PIN after activating the modem | Marcel Holtmann | 1 | -4/+13 | |
2010-04-10 | Check for PIN status to see details in debug output | Marcel Holtmann | 1 | -0/+1 | |
2010-04-02 | Remove the PPP option from gsmdial | Denis Kenzior | 1 | -6/+0 | |
Pointless since we should always connect using PPP | |||||
2010-04-01 | Fix: Stop infinite attempts to register | Denis Kenzior | 1 | -8/+11 | |
Sometimes if the modem firmware is particularly nutty we will see frequent cell-reselections at startup, resulting in us attempting to register multiple times. Try to stop this behavior by keeping track of what state we're in and hoping the hardware is at least somewhat sane. | |||||
2010-04-01 | Remove usage of AT+CGACT for now | Marcel Holtmann | 1 | -22/+5 | |
2010-04-01 | Add support for recording PPP sessions in pppdump format | Marcel Holtmann | 1 | -1/+7 | |
2010-04-01 | Implement g_at_ppp_set_debug support | Marcel Holtmann | 1 | -3/+4 | |
2010-03-31 | Fix: Update gsm dial to the new GAtPPP API | Denis Kenzior | 1 | -17/+8 | |
2010-03-28 | Enable PPP session suport for AT+CGDATA command | Marcel Holtmann | 1 | -16/+16 | |
2010-03-26 | Fix some comments in dialer example | Marcel Holtmann | 1 | -3/+3 | |
2010-03-25 | Check network status to handle auto-registration | Marcel Holtmann | 1 | -13/+43 | |
2010-03-25 | Check modem mode before tyring to change it | Marcel Holtmann | 1 | -1/+27 | |
2010-03-25 | gsmdial: shutdown ppp link if we have one | Kristen Carlson Accardi | 1 | -1/+3 | |
If we have created a ppp link, shut it down when the signal handler is called. | |||||
2010-03-22 | Add PPP option to gsmdial | Kristen Carlson Accardi | 1 | -3/+84 | |
Implement new options for gsmdial to use PPP and set the user name and password for authentication if needed. | |||||
2010-03-18 | Add support for IP based connections to gsmdial | Denis Kenzior | 1 | -1/+51 | |
2010-01-12 | Style: Various issues | Denis Kenzior | 1 | -2/+3 | |
2010-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2009-12-10 | Add legacy mode to gsmdial | Denis Kenzior | 1 | -3/+13 | |
Use ATD*99 variety for modems that don't support CGDATA. | |||||
2009-12-10 | Fix: wrong abbreviation for option | Denis Kenzior | 1 | -1/+1 | |
2009-12-10 | Add offmode to gsmdial | Denis Kenzior | 1 | -1/+7 | |
2009-12-10 | Fix: Fix gsmdial to handle MD300 | Denis Kenzior | 1 | -22/+102 | |
MD300 never sends a CGREG indication, we must query it after CGATT | |||||
2009-12-10 | Add the beginnings of a GSM GPRS dialing app | Denis Kenzior | 1 | -0/+374 | |
2009-09-24 | Add skeleton for gsmdial test application | Marcel Holtmann | 1 | -0/+29 | |