goldsimon
|
1c47d15577
|
Minor speedup ip_output_if when writing TTL/proto to ip header
|
2010-01-13 12:52:15 +00:00 |
|
goldsimon
|
67c587f9f7
|
Fixed NO_SYS==0: starting pppInputThread failed; fixed some comments
|
2010-01-13 11:19:03 +00:00 |
|
goldsimon
|
052be0a328
|
Added comments
|
2010-01-13 11:16:47 +00:00 |
|
goldsimon
|
68ddcc6ca7
|
Fixed bug #13315 (PPP PAP authentication can result in erroneous callbacks) by copying the code from recent pppd
|
2010-01-11 16:38:56 +00:00 |
|
goldsimon
|
9a2d97ec41
|
Fixed bug #28551 (Compiler warning introduced with closed bug #28506)
|
2010-01-11 09:51:33 +00:00 |
|
goldsimon
|
47e770dffa
|
Fixed comment on struct mem.prev
|
2010-01-11 09:49:31 +00:00 |
|
goldsimon
|
8292cebfd9
|
Fixed bug #28506 (raw_bind should filter received packets)
|
2010-01-10 13:45:24 +00:00 |
|
goldsimon
|
c483c13dc4
|
Fixed bug #28248 (netif_remove doesn't call netif callback) by calling netif_set_down() from netif_remove()
|
2010-01-10 13:34:21 +00:00 |
|
goldsimon
|
86f2942c2a
|
Minor coding style changes, added assertion
|
2010-01-10 13:32:36 +00:00 |
|
goldsimon
|
e4d19dc4a0
|
GCC didn't like memp_memory_XXX -> now using memp_memory_XXX_base (as in Bill's original patch)
|
2010-01-10 13:09:55 +00:00 |
|
goldsimon
|
763760503b
|
patch #6822 (Add option to place memory pools in separate arrays) - new config option MEMP_SEPARATE_POOLS
|
2010-01-10 12:44:09 +00:00 |
|
goldsimon
|
13c9d2dade
|
Added/changed comments
|
2010-01-10 11:48:28 +00:00 |
|
goldsimon
|
97f6c5b239
|
D'Oh!
|
2010-01-10 11:42:31 +00:00 |
|
goldsimon
|
f4a9d173a1
|
bug #28127: remove call to tcp_output() from tcp_ack(_now)()
|
2010-01-10 11:41:25 +00:00 |
|
goldsimon
|
d85a18752f
|
patch #6463 (IGMP - Adding Random Delay): added define LWIP_RAND() for lwip-wide randomization (to be defined in cc.h)
|
2010-01-10 10:47:27 +00:00 |
|
goldsimon
|
aa7dd9a8ad
|
Forgot one line & comments
|
2010-01-10 10:32:56 +00:00 |
|
goldsimon
|
27c9670718
|
Fixed bug #28529: macro LWIP_DEBUG_TIMERNAMES in timers.h
|
2010-01-09 19:14:23 +00:00 |
|
goldsimon
|
32833bcd56
|
Inlined netif_is_up() and netif_is_link_up() as defines for speed reasons; fixed type and macro definition.
|
2010-01-09 13:25:15 +00:00 |
|
goldsimon
|
53bc34f3e2
|
Fixed bug #28195 (PPP: remove duplicate TCP/IP protocol header definitions - use the lwIP ones) - deleted unused header file
|
2010-01-09 12:45:23 +00:00 |
|
goldsimon
|
81640c4a83
|
Fixed compilation of VJ_SUPPORT after separating tx and rx
|
2010-01-08 15:52:17 +00:00 |
|
goldsimon
|
533e6b5f8d
|
Fixed bug #26672 (close connection when receive window = 0) by correctly draining recvmbox/acceptmbox
|
2010-01-08 15:10:03 +00:00 |
|
goldsimon
|
28f0bbd575
|
Fixed bug #28519 (lwip_recvfrom bug with len > 65535)
|
2010-01-08 14:51:14 +00:00 |
|
goldsimon
|
39717b2d9d
|
Copy hostname for DNS_LOCAL_HOSTLIST_IS_DYNAMIC==1 since string passed to dns_local_addhost() might be volatile
|
2010-01-08 14:42:09 +00:00 |
|
goldsimon
|
79c88cdcfd
|
Added function names to timer debug output
|
2010-01-08 14:08:47 +00:00 |
|
goldsimon
|
8a34c16aee
|
Improved assertion message when MEMP_SYS_TIMEOUT pool is empty
|
2010-01-08 13:40:50 +00:00 |
|
goldsimon
|
cce192a671
|
Call tcp_timer_needed() with NO_SYS==1, too
|
2010-01-07 09:47:30 +00:00 |
|
goldsimon
|
cfe4a12a46
|
Fixed bug #28496: missing include guards in netdb.h
|
2010-01-06 16:30:23 +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
|
9c51487d1a
|
Renamed PPP tasks from "pppMain" to "pppInputThread"
|
2009-12-31 17:21:11 +00:00 |
|
goldsimon
|
3ba5ddefa7
|
Removed unnecessary tcpip-callbacks: this whole module runs inside the tcpip-thread. This also makes PPPoE usable with NO_SYS==1
|
2009-12-31 17:18:09 +00:00 |
|
goldsimon
|
1d45aa8d45
|
Reorganised PPP source code from ucip structure to pppd structure to easily compare our code against the pppd code (around v2.3.1)
|
2009-12-31 17:08:08 +00:00 |
|
goldsimon
|
a7bcdf4398
|
Remove warning for TCP_LISTEN_BACKLOG==0
|
2009-12-31 16:51:17 +00:00 |
|
goldsimon
|
9a0dac5885
|
Removed unused test function
|
2009-12-31 16:50:11 +00:00 |
|
goldsimon
|
c9e0652526
|
Remove C++-style comments
|
2009-12-31 16:49:36 +00:00 |
|
goldsimon
|
a566f9d8f2
|
Separated timer implementation from semaphore/mbox implementation, moved timer implementation to timers.c/.h (TASK#7235)
|
2009-12-31 16:16:44 +00:00 |
|
goldsimon
|
1740b0d421
|
Some functions were located outside extern "C" {}
|
2009-12-31 15:57:22 +00:00 |
|
goldsimon
|
802a048302
|
Commented 2 variables
|
2009-12-31 15:12:00 +00:00 |
|
goldsimon
|
fa08823ac4
|
Added an additional option LWIP_ETHERNET to support ethernet without ARP (necessary for pure PPPoE)
|
2009-12-27 11:42:16 +00:00 |
|
goldsimon
|
a1c0b9da7b
|
Added an additional option LWIP_ETHERNET to support ethernet without ARP (necessary for pure PPPoE) - no changes in the ppp code yet
|
2009-12-27 11:40:48 +00:00 |
|
goldsimon
|
bf261f4f13
|
Another fix for bug #28241 (ooseq processing) and adapted corresponding unit test
|
2009-12-27 11:31:19 +00:00 |
|
kieranm
|
dc8639bc06
|
Update version numbering for 1.4.0 CVS development
|
2009-12-24 15:49:12 +00:00 |
|
kieranm
|
125efd8396
|
Update CHANGELOG for 1.3.2
|
2009-12-24 15:33:19 +00:00 |
|
kieranm
|
4a9557fa84
|
Update version information for 1.3.2
|
2009-12-24 15:32:19 +00:00 |
|
kieranm
|
6b6c82aaee
|
BUG28241: improve oos sequence processing with patches from Oleg Tyshev.
|
2009-12-24 15:31:44 +00:00 |
|
goldsimon
|
feca27d69e
|
Slightly modified the out-of-sequence-FIN test: receive packets with FIN & data and with FIN alone
|
2009-12-11 13:07:47 +00:00 |
|
goldsimon
|
fbef894674
|
tcp_set_state: fail on unimplemented state
|
2009-12-11 13:07:06 +00:00 |
|
goldsimon
|
2e4bb8b3b7
|
Added explicit check for number of segments and seqno/len of each segment on pcb->ooseq
|
2009-12-10 17:34:11 +00:00 |
|
goldsimon
|
e9940acb54
|
Updated comments on which sio-functions are used
|
2009-12-07 18:58:13 +00:00 |
|
goldsimon
|
957331fff4
|
Added a note why MSCHAP currently doesn't work with lwIP PPP
|
2009-12-07 07:50:24 +00:00 |
|
goldsimon
|
faba395cae
|
Added description about the PPP stack
|
2009-12-07 07:28:27 +00:00 |
|