summaryrefslogtreecommitdiffstats
path: root/gatchat
AgeCommit message (Expand)AuthorFilesLines
2010-05-11ppp: fix another hardcode of ppp_packet sizeKristen Carlson Accardi1-1/+1
2010-05-10gsmdial: Shut down cleanly when ppp link diesDenis Kenzior1-2/+4
2010-05-10ppp: Keep these defines privateDenis Kenzior2-2/+3
2010-05-10ppp: set address and control fieldKristen Carlson Accardi5-8/+16
2010-05-10gsmdial: use g_at_ppp_new_from_io()Kristen Carlson Accardi1-3/+3
2010-05-10gatchat: implement g_at_chat_get_io()Kristen Carlson Accardi2-0/+10
2010-05-10gsmdial: use g_at_chat_suspendKristen Carlson Accardi1-4/+4
2010-05-10ppp: transition to dead when lcp finishedKristen Carlson Accardi1-1/+4
2010-04-30gsmdial: Port to new PPP apiDenis Kenzior1-9/+3
2010-04-30ppp: Refactor connect / disconnect callbacksDenis Kenzior2-19/+33
2010-04-30ppp: get rid of ppp_enter_phaseDenis Kenzior4-57/+85
2010-04-30ppp: Add _from_io constructorDenis Kenzior2-8/+34
2010-04-29ppp: fix return of drop_packet for NETWORK phaseKristen Carlson Accardi1-1/+1
2010-04-29gathdlc: Add from_io constructorDenis Kenzior2-8/+20
2010-04-29ppp: silently drop invalid packetsKristen Carlson Accardi1-8/+28
2010-04-29ppp: transition to dead when read io destroyedKristen Carlson Accardi2-1/+3
2010-04-28ppp: Hang set_recording off the GAtPPP objectDenis Kenzior3-5/+5
2010-04-28ppp: Re-add capability to detect io down eventsDenis Kenzior1-0/+9
2010-04-28gathdlc: Add accessor for GAtIODenis Kenzior3-0/+13
2010-04-28gathdlc: Port GAtHDLC to use GAtIODenis Kenzior1-129/+24
2010-04-28ppp: Don't crash if the interface wasn't createdDenis Kenzior1-0/+4
2010-04-28ppp: Accept 1500 byte MTUsDenis Kenzior1-1/+1
2010-04-28gsmdial: Use set recording on the HDLC objectDenis Kenzior1-1/+1
2010-04-28ppp: Add getter for HDLC objectDenis Kenzior2-0/+11
2010-04-28ppp: Initial port of PPP to use GAtHDLCDenis Kenzior2-360/+41
2010-04-28ppp: Make pppcp functions const correctDenis Kenzior2-35/+29
2010-04-28ppp: Make ppp_chap_process_packet const correctDenis Kenzior2-4/+4
2010-04-28ppp: Make ppp_net_process_packet const correctDenis Kenzior2-2/+2
2010-04-28gathdlc: Add recording support, ported from PPPDenis Kenzior2-0/+60
2010-04-28gathdlc: Add receive ACCM supportDenis Kenzior2-1/+23
2010-04-28gathdlc: Support transmit ACCMDenis Kenzior2-2/+27
2010-04-28gatchat: Don't try to cleanup twiceDenis Kenzior1-11/+8
2010-04-28gatchat: Use GAtIO for write watchersDenis Kenzior1-65/+21
2010-04-28gatio: support for blocking / nonblocking writesDenis Kenzior2-4/+105
2010-04-28gatchat: get_channel should return one from GAtIODenis Kenzior1-2/+2
2010-04-28gatchat: Channel is now setup by GAtIODenis Kenzior1-2/+0
2010-04-28gatchat: Better re-entrancy handlingDenis Kenzior1-6/+13
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-28gatmux: Unref the chat instead of using shutdownDenis Kenzior1-1/+2
2010-04-28gatchat: Only set debug on IO if we have itDenis Kenzior1-1/+2
2010-04-28gatchat: Replace shutdown by suspend/resumeDenis Kenzior2-13/+29
2010-04-28gatchat: port gatchat to use gatioDenis Kenzior1-112/+41
2010-04-28gatio: Remove g_at_io_shutdownDenis Kenzior2-18/+13
2010-04-28gatio: Get re-entrancy correctDenis Kenzior1-3/+6
2010-04-28gatio: Style fix for gsource id comparisonsDenis Kenzior1-2/+2
2010-04-28gatio: Kill the reader when no more spaceDenis Kenzior1-0/+4
2010-04-28gatchat: Remove g_at_chat_set_syntaxDenis Kenzior2-14/+0
2010-04-28gatchat: Add initial GAtIO implementationDenis Kenzior2-0/+325
2010-04-26ppp: use default ACCM when sending LCP codes 1-7Kristen Carlson Accardi3-0/+20