summaryrefslogtreecommitdiff
path: root/gatchat/ppp_cp.c
Commit message (Expand)AuthorAgeFilesLines
...
* Remove PPP CP event_queue handling and process events directlyMarcel Holtmann2010-04-011-54/+4
* Implement g_at_ppp_set_debug supportMarcel Holtmann2010-04-011-9/+15
* Remove useless pppcp_protocol_data structureMarcel Holtmann2010-04-011-7/+5
* Add debugging for PPP LCP and IPCP optionsMarcel Holtmann2010-04-011-8/+41
* Fix whitespace damage in PPP implementationMarcel Holtmann2010-03-311-0/+1
* ppp: handle Config-RejectKristen Carlson Accardi2010-03-261-11/+38
* ppp: use common code to get options from pppcp packet dataKristen Carlson Accardi2010-03-261-31/+40
* ppp: send Protocol-RejectKristen Carlson Accardi2010-03-261-0/+42
* ppp: comment fixKristen Carlson Accardi2010-03-261-0/+8
* ppp: fix segfault in pppcp_send_code_reject()Kristen Carlson Accardi2010-03-261-3/+6
* ppp: change debug output to include control protocol prefixKristen Carlson Accardi2010-03-251-6/+6
* Fix some small copy-and-paste typosMarcel Holtmann2010-03-251-3/+3
* add tracing for PPP terminate pathKristen Carlson Accardi2010-03-251-0/+10
* use separate timers for PPP config and terminateKristen Carlson Accardi2010-03-241-48/+53
* switch to g_timeout_add_seconds()Kristen Carlson Accardi2010-03-241-2/+2
* Style: No point to write a function to wrap g_freeDenis Kenzior2010-03-241-10/+4
* fix memory leaks after ppp_transmitKristen Carlson Accardi2010-03-241-9/+27
* fix memory leaks in option handlingKristen Carlson Accardi2010-03-241-1/+14
* Remove pointless optimization attempt with g_list_length()Marcel Holtmann2010-03-221-8/+1
* Unnest some more functions in PPP CP implementationMarcel Holtmann2010-03-221-19/+20
* Some additional whitespace cleanup for PPP codeMarcel Holtmann2010-03-221-3/+6
* Fix the broken PPP CP debug trace functionMarcel Holtmann2010-03-221-5/+6
* Remove some heavy nesting that is not needed at allMarcel Holtmann2010-03-221-15/+15
* Fix another pointer casting issue on 32-bit systemsMarcel Holtmann2010-03-221-9/+11
* Generic PPP control protocol supportKristen Carlson Accardi2010-03-221-0/+1503