Dirk Ziegelmeier
|
e5071daf45
Add MQTT to CHANGELOG (too late for 2.0.1 release...)
|
9 anni fa |
Dirk Ziegelmeier
|
980b219c28
Put 2.0.1 version tag in UPGRADING document
|
9 anni fa |
Erik Ekman
|
76b4365aaa
Remove duplicate netif_dhcp_data() macro
|
9 anni fa |
Dirk Ziegelmeier
|
a5a4830b16
Set lwIP version to 2.0.1 RELEASE
|
9 anni fa |
Dirk Ziegelmeier
|
1a2a9a4e96
Merge branch 'master' into STABLE-2_0_0
|
9 anni fa |
Dirk Ziegelmeier
|
3a20ae3830
Add missing #include in netdb.c for atoi()
|
9 anni fa |
Dirk Ziegelmeier
|
0ffaccaec3
Add missing #include in httpd.c for atoi()
|
9 anni fa |
Dirk Ziegelmeier
|
e94c9ffa70
Fix warning about bad cast in pbuf_skip()
|
9 anni fa |
Dirk Ziegelmeier
|
72316bdb5b
Move macros to access DHCP and AUTOIP data to headers, users may want to access the members
|
9 anni fa |
Dirk Ziegelmeier
|
803a711e6a
Fix warning that local variable may be used uninitialized in mem.c
|
9 anni fa |
sg
|
8760fb677f
fixed warnings in mdns unit tests
|
9 anni fa |
Erik Ekman
|
d2631e6a53
mqtt: Fix pedantic enum warning
|
9 anni fa |
Dirk Ziegelmeier
|
4059748b47
I was not satisfied with the previous debugging options structure. Improve it again.
|
9 anni fa |
Dirk Ziegelmeier
|
644a21b8a5
Improve debugging options documentation
|
9 anni fa |
Dirk Ziegelmeier
|
a3876314b7
Add debugging options to documentation
|
9 anni fa |
Dirk Ziegelmeier
|
e3c2b8a339
Add note about high resource-consumption in LWIP_PLATFORM_DIAG and LWIP_PLATFORM_ASSERT default implementations
|
9 anni fa |
Dirk Ziegelmeier
|
e12bb2a4eb
Fix comma at end of enum list in mqtt.h
|
9 anni fa |
Dirk Ziegelmeier
|
2096f1a657
Fix C++ style comment in mqtt.c
|
9 anni fa |
Axel Lin
|
1f3c18fcbe
tcp: Make tcp_listen_with_backlog_and_err return NULL if the address/port is already used
|
9 anni fa |
Axel Lin
|
edfeab7932
mqtt: Trivial coding style fix
|
9 anni fa |
Dirk Ziegelmeier
|
b8bc7b7c71
arch.h: Add #includes necessary for default implentation of LWIP_PLATFORM_DIAG and LWIP_PLATFORM_ASSERT
|
9 anni fa |
Dirk Ziegelmeier
|
f874d15185
Add #include <string.h> in snmp_netconn.c because memset() is used
|
9 anni fa |
Dirk Ziegelmeier
|
ee034bd811
Document PACK_STRUCT_USE_INCLUDES #define
|
9 anni fa |
sg
|
a2a16d4193
nd6 rdnss: fixed dual-stack compilation
|
9 anni fa |
sg
|
98fc82fa71
added function tcp_listen_with_backlog_and_err() to get the error reason when listening fails (bug #49861)
|
9 anni fa |
Dirk Ziegelmeier
|
1884c7e83f
Fix TCP unit tests after changes from "Add hook for TCP Initial Sequence Number generation" commit
|
9 anni fa |
Dirk Ziegelmeier
|
1466b7ac61
Several mqtt documentation fixes found by clang
|
9 anni fa |
Dirk Ziegelmeier
|
748e2e925b
Create documentation section "porting" and move it under lwIP section (instead of infrastructure)
|
9 anni fa |
Dirk Ziegelmeier
|
1fd69ddee9
Minor documentation update in def.c
|
9 anni fa |
Dirk Ziegelmeier
|
3a8368ef04
Provide struct packing macros on GCC/clang out of the box
|
9 anni fa |