summaryrefslogtreecommitdiffstats
path: root/gatchat
AgeCommit message (Expand)AuthorFilesLines
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
2010-04-26ppp: discard non-LCP packets in ESTABLISHMENT phaseKristen Carlson Accardi1-0/+7
2010-04-24Fix broken HDLC flag handlingMarcel Holtmann1-2/+13
2010-04-24Fix wrong escape character check in HDLC transmitMarcel Holtmann1-2/+2
2010-04-24Allow real wrapping around of HDLC transmit ring bufferMarcel Holtmann1-2/+2
2010-04-24Add offset parameter to ring_buffer_write_ptr() functionMarcel Holtmann5-10/+12
2010-04-24Add support for wrapping of HDLC transmit ring bufferMarcel Holtmann1-30/+57
2010-04-23Use HDLC_FCS helper where possibleMarcel Holtmann1-1/+1
2010-04-23Use HDLC constants instead of magic numbersMarcel Holtmann1-4/+4
2010-04-23Add support for wrapping of HDLC receive ring bufferMarcel Holtmann1-21/+34
2010-04-22ppp: Fix trivial style errorDenis Kenzior1-1/+1
2010-04-22ppp: change MTU on TUN device when MRU option receivedKristen Carlson Accardi3-5/+23
2010-04-22ppp: Request MRU if we ever get NAKed with itDenis Kenzior1-3/+45
2010-04-22ppp: Fix trivial copy paste errorDenis Kenzior1-1/+1
2010-04-22ppp: Shut off IPCP when entering TERMINATING phaseDenis Kenzior1-0/+2
2010-04-22ppp: implement MRU optionKristen Carlson Accardi4-2/+33
2010-04-15No to check for NULL pointers with g_freeMarcel Holtmann1-4/+2
2010-04-14ppp: nak unknown auth protocolKristen Carlson Accardi3-4/+38
2010-04-14Fix: GAtMux channels should return EAGAINDenis Kenzior1-0/+3
2010-04-13ppp: Refing the channel is actually not necessaryDenis Kenzior1-3/+2
2010-04-13Fix: Don't try to set channel flags if they're 0Denis Kenzior1-6/+7
2010-04-13ppp: TUN channel should not be opened NONBLOCKINGDenis Kenzior1-1/+1