summaryrefslogtreecommitdiff
path: root/gatchat/gatppp.c
Commit message (Expand)AuthorAgeFilesLines
* gatppp: Set the suspend function in open / listenDenis Kenzior2011-05-251-12/+18
* gatppp: Refactor PPP APIDenis Kenzior2011-05-241-92/+38
* gatppp: Make sure to clean up guard_timeout_sourceDenis Kenzior2011-05-241-0/+5
* gatppp: Rename guard_timeout_src to _sourceDenis Kenzior2011-05-241-5/+4
* gatppp: Do not call disconnect func if suspendedGuillaume Zajac2011-05-241-2/+3
* gatppp: Add GAtPPP suspend APIGuillaume Zajac2011-05-241-0/+40
* gatppp: Add GAtPPP resume functionalityGuillaume Zajac2011-05-241-0/+19
* gatppp: Make ppp->fd handling a bit easier to grokDenis Kenzior2011-05-241-1/+6
* gatppp: Ensure created GAtPPP object is not nullDenis Kenzior2011-05-241-1/+2
* gatppp: Add new contructor to use external fdGuillaume Zajac2011-05-241-1/+32
* gatppp: Don't go over 80 characters / lineDenis Kenzior2011-05-241-1/+1
* gatppp: Add API for setting suspend callbackGuillaume Zajac2011-05-081-0/+24
* gatppp: Try to detect no carrier conditionsDenis Kenzior2011-02-281-0/+1
* gatppp: Delay signaling ppp_downDenis Kenzior2011-02-281-2/+14
* gatppp: Replace some left-over g_prints with DBGDenis Kenzior2011-02-281-4/+4
* gatppp: Send the final terminate ackDenis Kenzior2011-02-281-10/+42
* gatchat: explicitly compare pointers to NULLLucas De Marchi2010-11-291-2/+2
* Fix common misspellings in gatchatLucas De Marchi2010-09-141-1/+1
* gatppp: Unset disconnect function when unref PPPZhenhua Zhang2010-07-071-0/+3
* gatppp: Check ppp instance before unref itZhenhua Zhang2010-07-061-0/+3
* ppp: Refactor server-side APIDenis Kenzior2010-06-291-5/+50
* ppp: Tweak set_server_info API some moreDenis Kenzior2010-06-291-5/+2
* ppp: Tweak the set_server_info APIDenis Kenzior2010-06-281-3/+14
* gatppp: Add PPP server extensionZhenhua Zhang2010-06-281-2/+9
* gatppp: whitespace issuesDenis Kenzior2010-06-111-2/+2
* gatppp: Unref HDLC when unrefing PPPDenis Kenzior2010-06-111-0/+2
* ppp: implement ppp_packet_newKristen Carlson Accardi2010-05-191-0/+15
* ppp: Keep these defines privateDenis Kenzior2010-05-101-0/+3
* ppp: set address and control fieldKristen Carlson Accardi2010-05-101-2/+7
* ppp: transition to dead when lcp finishedKristen Carlson Accardi2010-05-101-1/+4
* ppp: Refactor connect / disconnect callbacksDenis Kenzior2010-04-301-12/+20
* ppp: get rid of ppp_enter_phaseDenis Kenzior2010-04-301-41/+73
* ppp: Add _from_io constructorDenis Kenzior2010-04-301-7/+32
* ppp: fix return of drop_packet for NETWORK phaseKristen Carlson Accardi2010-04-291-1/+1
* ppp: silently drop invalid packetsKristen Carlson Accardi2010-04-291-8/+28
* ppp: transition to dead when read io destroyedKristen Carlson Accardi2010-04-291-1/+1
* ppp: Hang set_recording off the GAtPPP objectDenis Kenzior2010-04-281-3/+3
* ppp: Re-add capability to detect io down eventsDenis Kenzior2010-04-281-0/+9
* ppp: Don't crash if the interface wasn't createdDenis Kenzior2010-04-281-0/+4
* ppp: Add getter for HDLC objectDenis Kenzior2010-04-281-0/+8
* ppp: Initial port of PPP to use GAtHDLCDenis Kenzior2010-04-281-359/+41
* ppp: use default ACCM when sending LCP codes 1-7Kristen Carlson Accardi2010-04-261-0/+10
* ppp: discard non-LCP packets in ESTABLISHMENT phaseKristen Carlson Accardi2010-04-261-0/+7
* ppp: change MTU on TUN device when MRU option receivedKristen Carlson Accardi2010-04-221-1/+2
* ppp: Shut off IPCP when entering TERMINATING phaseDenis Kenzior2010-04-221-0/+2
* ppp: implement MRU optionKristen Carlson Accardi2010-04-221-0/+16
* ppp: Refing the channel is actually not necessaryDenis Kenzior2010-04-131-3/+2
* ppp: remove pfc and acfcKristen Carlson Accardi2010-04-131-26/+0
* ppp: Get rid of net_open and net_closeDenis Kenzior2010-04-131-11/+16
* ppp: Introduce ppp_net_down_notifyDenis Kenzior2010-04-131-0/+5