goldsimon
|
ea2f6fb57c
Add CHANGELOG for 2.0.2
|
8 роки тому |
Dirk Ziegelmeier
|
b307fea1b9
Rename "IPv6 mapped IPv4 addresses" to their correct name from RFC4191: "IPv4-mapped IPv6 address"
|
9 роки тому |
Joel Cunningham
|
c31bd404e2
Fix unit test with assumed congestion avoidance
|
8 роки тому |
goldsimon
|
0381849624
tcp unit tests: fixed that tcp_teardown() could lead to accessing a netif pointer that is not valid any more (netif added in test function stored on stack)
|
8 роки тому |
goldsimon
|
19d56b4096
tcp: watch out for pcb->nrtx overflows and tcp_backoff indexing overflow
|
8 роки тому |
David van Moolenbroek
|
66db517a28
tcp: do not keep sending SYNs when getting ACKs
|
8 роки тому |
Joel Cunningham
|
2452bc9336
bug #50476: initialize ssthresh to TCP_SND_BUF
|
8 роки тому |
Sylvain Rochet
|
2848b17e80
PPP: remove unused and confusing return values other than ERR_OK for ppp_connect and ppp_listen
|
8 роки тому |
goldsimon
|
c71c9882c2
arch.h: include <limits.h> if it exists (at least INT_MAX is used)
|
8 роки тому |
Dirk Ziegelmeier
|
40fbd6bc24
One enum icmp_te_type member is not in doxygen docs - fix it.
|
8 роки тому |
goldsimon
|
df7485de1c
lwip_sendmsg/tcp: prevent PSH until all iovecs are enqueued
|
8 роки тому |
goldsimon
|
fe6e1bd4af
httpd: LWIP_HTTPD_POST_MANUAL_WND: fixed double-free when httpd_post_data_recved is called nested from httpd_post_receive_data() (bug #50424)
|
8 роки тому |
goldsimon
|
168fa1c38a
Fix compiling httpd for LWIP_HTTPD_SUPPORT_POST==1 (assigning int to u16_t)
|
8 роки тому |
goldsimon
|
f0975b3c59
make tcp apps depend on LWIP_CALLBACK_API, too
|
9 роки тому |
goldsimon
|
563932b888
tcp: fixed bug #50418: LWIP_EVENT_API: fix invalid calbacks for SYN_RCVD pcb
|
9 роки тому |
goldsimon
|
8849a443a4
pbuf_ref: assert-check for 'ref' overflow
|
9 роки тому |
goldsimon
|
e318688195
Improved DNS_LOCAL_HOSTLIST interface (bug #50325)
|
9 роки тому |
goldsimon
|
fa8b6a92b4
Fix portable initialization of non-dynamic DNS_LOCAL_HOSTLIST
|
9 роки тому |
sg
|
2ca39c275a
LWIP_NETCONN_FULLDUPLEX: fixed shutdown during write (bug #50274)
|
9 роки тому |
Joel Cunningham
|
4d1d567ab7
Fix comment typo from bug #47485
|
9 роки тому |
goldsimon
|
8927cda2f8
For tiny targtes, LWIP_RAND is optional -> fix compile time checks
|
9 роки тому |
Dirk Ziegelmeier
|
bc78251f4a
My documentation changes forced the usage of rand() function, which is not desired
|
9 роки тому |
David van Moolenbroek
|
0a3e4cd10e
tcp: fix accept event on closed listening PCBs
|
9 роки тому |
Dirk Ziegelmeier
|
76efa271e6
Implement task #14367: Hooks need a better place to be defined
|
9 роки тому |
goldsimon
|
b3293d903e
Fixed bug #47485 (tcp_close() should not fail on memory error) by retrying to send FIN from tcp_fasttmr
|
9 роки тому |
Dirk Ziegelmeier
|
5ef8a3cb60
igmp.c: igmp_lookup_group() should be static
|
9 роки тому |
sg
|
01c2e43c5c
Fixed bug #44032 (LWIP_NETCONN_FULLDUPLEX: select might work on invalid/reused socket) by not allowing to reallocate a socket that has "select_waiting != 0"
|
9 роки тому |
goldsimon
|
0b7bef5420
http_add_connection: add connections to the front to be faster (and really fix bug #50059)
|
9 роки тому |
goldsimon
|
3c4aec99a4
Fixed bug #50059 (httpd LWIP_HTTPD_SUPPORT_11_KEEPALIVE vs. LWIP_HTTPD_KILL_OLD_ON_CONNECTIONS_EXCEEDED)
|
9 роки тому |
Luc Revardel
|
dc38e21a70
Fix bug #50220 (mld6_leavegroup does not send ICMP6_TYPE_MLD, even if last reporter)
|
9 роки тому |