goldsimon
|
8d9fa63460
|
PPP: use LWIP_DEBUGF() instead of ppp_trace()
|
2010-02-22 20:16:39 +00:00 |
|
goldsimon
|
5d360a6711
|
Replaced struct ip_addr by typedef ip_addr_t to make changing the actual implementation behind the typedef easier.
|
2010-02-04 18:47:44 +00:00 |
|
goldsimon
|
61e5301d49
|
bug #26523: Compiler Warnings
|
2010-01-24 13:19:34 +00:00 |
|
goldsimon
|
7ede02ca8b
|
Fixed bug #27856: PPP: Set netif link- and status-callback by adding ppp_set_netif_statuscallback()/ppp_set_netif_linkcallback()
|
2010-01-14 20:04:52 +00:00 |
|
goldsimon
|
3269da52cc
|
Initial version of PPP for NO_SYS==1, some TODOs are remaining, but it works...
|
2009-12-31 17:56:51 +00:00 |
|
goldsimon
|
b1ad36eece
|
Fixed bug #27079 (Yet another leak in PPP): outpacket_buf can be statically allocated (like in ucip)
|
2009-12-06 11:12:18 +00:00 |
|
fbernon
|
03f888c968
|
ppp: minor changes: fix some 'is unused' warning when debug is off.
|
2008-03-16 08:53:58 +00:00 |
|
fbernon
|
fc2d28b851
|
Minor changes in PPP (coding style, tabs, idents...)
|
2007-12-19 20:47:22 +00:00 |
|
fbernon
|
37a5a87057
|
Minor changes: coding style (tabs, ident, etc...).
|
2007-12-02 22:35:55 +00:00 |
|
fbernon
|
b714cd5f4b
|
First fix for bug #21664 "PPP code is broken".
|
2007-11-29 22:19:56 +00:00 |
|
marcbou
|
931fcfd0f5
|
Added PPPoE support and various PPP improvements.
|
2007-08-16 18:12:20 +00:00 |
|
goldsimon
|
255d5a748f
|
Included patch #5920: Create define to override C-library memcpy. 2 Defines are created: MEMCPY() for normal memcpy, SMEMCPY() for situations where some compilers might inline the copy and save a function call. Also replaced all calls to memcpy() with calls to (S)MEMCPY().
|
2007-05-10 05:20:05 +00:00 |
|
christiaans
|
205520c620
|
Fix the fix for GETSHORT and GETLONG bug #19052, needs to be tested by some PPP user.
|
2007-02-14 08:08:35 +00:00 |
|
christiaans
|
bd86f95512
|
Cold case #9191 fixes for NC30 compiler for the M16 mcu, reported by Bjorn Sundman.
|
2006-10-25 07:51:17 +00:00 |
|
likewise
|
e4a6d199fe
|
Merged from DEVEL into main tree.
|
2003-11-14 13:17:23 +00:00 |
|
marcbou
|
351e590e01
|
Merged from DEVEL.
|
2003-06-27 20:46:11 +00:00 |
|
marcbou
|
55f64f13c7
|
Important bug fixes and improvements.
|
2003-06-19 11:31:25 +00:00 |
|
jani
|
26d9b28f77
|
sio and PPP updates from Marc
|
2003-06-02 11:12:56 +00:00 |
|
jani
|
ff63557d39
|
Cleanups in PPP: C++ comments removed, make it compile for unixsim too. Does not work yet only compiles
|
2003-05-30 08:49:34 +00:00 |
|
jani
|
31776e23fe
|
add PPP stack from Marc. Work in progress
|
2003-05-27 14:37:56 +00:00 |
|