6249 Commits (STABLE-2_1_x)
 

Author SHA1 Message Date
Xadhoom 1bf7e011ca Merge commit '32708c0a8b140efb545cc35101ee5fdeca6d6489' of github.com:joseph-henry/lwip into STABLE-2_1_x 5 years ago
Xadhoom 0c80c03684 Fixes for MSVC 5 years ago
Xadhoom 17202b31cf Permanently disable LWIP_PROVIDE_ERRNO 5 years ago
Joseph Henry 32708c0a8b Add zts_errno to sockets.c 6 years ago
Joseph Henry 95d6387123 Add address comparators for 6PLANE networks and fix an errno issue 6 years ago
Joseph Henry 3bb5b0722e Added preprocessor directives around errno 7 years ago
Simon Goldschmidt 1bb6e7f52d udp_bind: fix missing parenthesis warning 7 years ago
Jacob Kroon 108ca1521e PPP, PPPoE: use service name and concentrator name 7 years ago
Sylvain Rochet ea2bb9cd5b PPP, PPPoE: remove leftover from PPPOE_SCNAME_SUPPORT support 7 years ago
Jacob Kroon e6d05db86f PPP, PPPoE: fix build when PPPOE_SCNAME_SUPPORT is defined 7 years ago
Sylvain Rochet d1f920a7d1 PPP, PPPoE: rename PPPOE_TODO to PPPOE_SCNAME_SUPPORT, prepare service name and concentrator support 7 years ago
Simon Goldschmidt fee64d7515 udp: fix udp_bind for IPADDR_TYPE_ANY 7 years ago
Jacob Kroon aad77fcacb Fix compile of UDP unit test 7 years ago
Dirk Ziegelmeier bebf072b77 Fix bug #55171: Binding UDP PCB with different IP type PCBs does not work 7 years ago
Dirk Ziegelmeier 7f53f7ced4 Add testcase for bug #55171: Binding UDP PCB with different IP type PCBs does not work 7 years ago
Simon Goldschmidt 91a4d59eb4 dhcp_release_and_stop: don't clear netif ip address that was not assigned by dhcp.c 7 years ago
David Girault 1bd34ea364 altcp_tls: assert in altcp_mbedtls_bio_recv if bad state 7 years ago
David Girault a9a215c52e altcp: support for setting keepalive parameters 7 years ago
David Girault 5cea646b12 altcp_tls_mbedtls: remove entropy/ctr_drbg from altcp_tls_config struct 7 years ago
Simon Goldschmidt ff14bbb3c1 altcp_tls_mbedtls: listen: free members of the ssl context 7 years ago
Simon Goldschmidt 89be04ce7a altcp_tls: add functions to create servers with multiple certificates 7 years ago
Simon Goldschmidt 4b3c59e4cc altcp_tls_mbedtls: add session tickes, improve configuration for session cache 7 years ago
Simon Goldschmidt beeb300c18 altcp_tls_mbedtls: add debug output of mbedtls library 7 years ago
Simon Goldschmidt 79732693f3 altcp_tls_mbedtls: use mbedtls_entropy_func for mbedtls_ctr_drbg_seed 7 years ago
Simon Goldschmidt ef3d12c60e altcp_tls: whitespace cleanup 7 years ago
Simon Goldschmidt 608a2f9741 Revert "altcp_tls_mbedtls: implement mbedTLS debug output, comment fixes" 7 years ago
Dirk Ziegelmeier 174cc87227 Fix LWIP_ERROR macro - it should never be fatal (LWIP_ASSERT) 7 years ago
David J. Fiddes 0d6d8922f2 Implement RFC4075 Receive SNTP servers via DHCPv6 7 years ago
David Girault 67350e3c01 mqtt: remove bad assert in mqtt_message_received() 7 years ago
Simon Goldschmidt 1a6455bc25 tcp: improve debug message a little 7 years ago
Dirk Ziegelmeier e1528e084d Fix bug #55537: Crash in SYN_SENT state when TCP_INPUT_DEBUG logs are ON 7 years ago
Dirk Ziegelmeier 1892f445e2 Apply patch #9737: Fix DHCPv6 DNS server assignment 7 years ago
Dirk Ziegelmeier 484f0fbafa Fix bug #55536: lwIP 2.1.2: netconn_delete() called twice from lwip_accept() 7 years ago
Dirk Ziegelmeier 5378fd84df Add documentation on how to debug memory pool sizes 7 years ago
Dirk Ziegelmeier 9d8b8d9c69 TCP/UDP documentation: Add reference to PCB mempool #defines 7 years ago
Dirk Ziegelmeier cd91647999 Fix bug #55513: Uninitialized variable in struct netconn 7 years ago
Simon Goldschmidt 5cc46d7989 nd6: fix copying more than one DNS server 7 years ago
Dirk Ziegelmeier fe4395336a Fix bug #55078: Add custom data to pbuf struct 7 years ago
Dirk Ziegelmeier 9d97a467ca netbiosns_name_decode: Take CONST char* as first argument 7 years ago
Simon Goldschmidt 039056370d next release in this branch will be 2.1.3 7 years ago
Simon Goldschmidt 159e31b689 Prepare 2.1.2 release 7 years ago
Simon Goldschmidt 17c60d2728 Fix CHANGELOG for 2.1.2 7 years ago
Jens Nielsen 52e75369c1 Fix netbiosns expecting too large packet 7 years ago
Dirk Ziegelmeier 66706f469d Fix bug #55034: apps/smtp.c fails to compile with strict C compatibility because of strnlen 7 years ago
Simon Goldschmidt 98d1cb1c00 tcp_recved: fix overflow check 7 years ago
Simon Goldschmidt 1940cae827 Revert "tcp_recved: check for overflow and warn about too big values" 7 years ago
Simon Goldschmidt d184463e2a next release in this branch will be 2.1.2 7 years ago
Simon Goldschmidt 3b53b6e481 Prepare 2.1.1 release 7 years ago
Simon Goldschmidt 78ee1ee2cf Update CHANGELOG for 2.1.1 7 years ago
Simon Goldschmidt 422623a87b altcp_tls_mbedtls: implement mbedTLS debug output, comment fixes 7 years ago