goldsimon
|
92f23d6ca0
set lwip version to 2.0.3 RELEASE
|
il y a 8 ans |
goldsimon
|
750c9a750b
UPGRADING: added a note for 2.0.2 that was forgotten back then
|
il y a 8 ans |
goldsimon
|
8244fb523c
Adapt CHANGELOG to changes for 2.0.3
|
il y a 8 ans |
goldsimon
|
a13c488e52
Fix bug #51687 (tcp_close(): is it OK to return ERR_MEM if TF_CLOSEPEND is set?)
|
il y a 8 ans |
goldsimon
|
e8a3d42e2d
Fix bug #51937 by checking TF_CLOSED at the end of all pcb callbacks in tcp_input()
|
il y a 8 ans |
goldsimon
|
66120f7d79
refactor tcp_input a bit in preparation of a fix for bug #51937
|
il y a 8 ans |
goldsimon
|
1d04b06450
Fixed bugs #51606 and #51535: IPv4 reassembly could be finished although there are holes
|
il y a 8 ans |
goldsimon
|
c51e6fbb12
Fixed bug #51623: DHCP request XID should probably be regenerated for INIT-REBOOT
|
il y a 8 ans |
goldsimon
|
9b19266e3d
ip4_reass: fixed bug #51596 (Insufficient overlap check)
|
il y a 8 ans |
goldsimon
|
a2ac9b045a
ip4_reass: fixed bug #51597 (Last fragment is assumed to have arrived even if it was discarded)
|
il y a 8 ans |
goldsimon
|
737ed228c9
ip4_reass: fixed bug #51595 (ip_reass_pbufcount may be updated incorectly)
|
il y a 8 ans |
Matthias Hofmann
|
82e5a18b50
Fix using DHCP IP configuration after lease time is expired.
|
il y a 8 ans |
Pascal Quantin
|
ac880ea907
Fixed bug #51528 (Bug when parsing WND_SCALE option)
|
il y a 8 ans |
goldsimon
|
32aa50cfbc
Fix sys_timeouts_init() for LWIP_TCP==0 (see patch #9375)
|
il y a 8 ans |
Axel Lin
|
e6fa613633
tcp: Remove unreachable code in tcp_close_shutdown_fin
|
il y a 8 ans |
Dirk Ziegelmeier
|
c6b19cad34
Fix bug #50932: LWIP-provided byteorder functions defined in the wrong scope
|
il y a 8 ans |
goldsimon
|
f389d78f7e
Fixed bug #50838 (mem.c needs SYS_ARCH_PROTECTION around MEM_STATS)
|
il y a 8 ans |
Dirk Ziegelmeier
|
dced7dad41
Apply patch from Kudratov Olimjon: Array index used before limits check
|
il y a 8 ans |
goldsimon
|
56a295f0a0
dhcp_parse_reply: return ERR_VAL instead of asserting on offset-out-of-pbuf
|
il y a 8 ans |
Dirk Ziegelmeier
|
aecb1b9eb0
Fix bug #50618: dhcp_remove_struct() macro does not work
|
il y a 8 ans |
Mikhail Lappo
|
dbb3b3a3a1
Possible null-pointer dereference
|
il y a 8 ans |
Mikhail Lappo
|
77c12bb124
Possible null-pointer dereference
|
il y a 8 ans |
Dirk Ziegelmeier
|
0623dc4038
Apply [patch #9287] Possible null-pointer dereference from Mikhail Lappo in a modified way
|
il y a 8 ans |
goldsimon
|
f5438b1b43
try to satisfy clang's '-Wempty-body'
|
il y a 8 ans |
Dirk Ziegelmeier
|
1cf9fc0d39
Update doxygen version to 2.0.3 as in init.h
|
il y a 8 ans |
goldsimon
|
f9872c519c
memp.h: added missing include
|
il y a 8 ans |
Dirk Ziegelmeier
|
a4017a485c
Fix coding style NO_SYS example code
|
il y a 8 ans |
Dirk Ziegelmeier
|
2490d034cd
Fix starting DHCP in NO_SYS example code
|
il y a 8 ans |
goldsimon
|
282e85763b
lwip_init(): at least IAR warns about "LWIP_UNUSED_ARG(a)" accessing an uninitialized variable... Try to fix this by initializing it (it will be optimized away anyway)
|
il y a 8 ans |
goldsimon
|
c0862d6074
Fixed LWIP_VERSION define for 2.0.2
|
il y a 8 ans |