4265 Commits (d7f8d33506dea115c33e5ef910e8bda26abaedb8)

Author SHA1 Message Date
Dirk Ziegelmeier 149701b347 Fix bug #49218: pbuf_clen() overflow as a result of tcp_write concatenation 10 years ago
Dirk Ziegelmeier 682b82aad8 Improve documentation: Some words about multiple execution contexts in lwIP 10 years ago
Dirk Ziegelmeier 65796cd827 "Fix" bug #49078: lwip cannot establish ipv6 connection, because of failed to fill ipv6 source address in Neighbor Solicitation Message by adding a note to netif_add not to forget to create a link-local IPv6 address 10 years ago
Dirk Ziegelmeier 40846260b5 Add comment about possible definitions for non-standard functions 10 years ago
Dirk Ziegelmeier af04864094 Remove non-standard strnlen() call in snmp_msg.c 10 years ago
Dirk Ziegelmeier 5ddd2aef4b Substitute custom itoa implementation mdns by lwip_itoa() and strlen() call 10 years ago
Dirk Ziegelmeier 17e6c9dd02 Add #include <string.h> in def.c since lwip_strnstr uses strlen and strcmp 10 years ago
Dirk Ziegelmeier 0e7f48d81c Fix compile of new functions in def.c - I accidentally put them in a #ifdef section 10 years ago
Dirk Ziegelmeier 461b3531c7 httpd.c: add missing default in case statement 10 years ago
Dirk Ziegelmeier 4144d54642 Fix implementation of lwip_itoa to take more parameters 10 years ago
Dirk Ziegelmeier 837b7b3f98 Fix comment in my last commit 10 years ago
Dirk Ziegelmeier 1f68b32485 Cleanup handling of non-standard functions in lwIP 10 years ago
Dirk Ziegelmeier f8d19e28de Minor: Documentation updates 10 years ago
Erik Ekman f3cec74bd6 mdns: Use macro to get mdns_host from netif v2 10 years ago
Erik Ekman 87e815030c mdns: Use macro to get mdns_host from netif 10 years ago
Erik Ekman 78498981e2 mdns: Update error message after argument type changed 10 years ago
Dirk Ziegelmeier 633696c153 Implement consistent IPx_ADDR_ANYx macro naming between IPv4 and IPv6 10 years ago
goldsimon 0e2354e658 Fixed bug #49209: netconn_drain() fails to handle 'netconn_aborted' pointer 10 years ago
Dirk Ziegelmeier 5d811d799c Minor: Documentation updates 10 years ago
Dirk Ziegelmeier 6abcd00f71 Convert IP address type numbers to an enum to improve documentation 10 years ago
Dirk Ziegelmeier 97b774ceb9 Minor: Documentation updates 10 years ago
Daniel Elstner 2f085aa441 ND6: Join/leave groups directly on the netif 10 years ago
Daniel Elstner 354e385453 Fix infinite loop in new MLD6 code 10 years ago
Dirk Ziegelmeier c7c6b7ce93 Rework IGMP and MLD6 code to store group info per-netif. 10 years ago
Dirk Ziegelmeier c25de8f317 Update comment in MDNS and pbuf.c 10 years ago
Daniel Elstner c9bae5ea9b Fix bug #49134: Do not announce invalid IPv4 address via mDNS 10 years ago
Dirk Ziegelmeier dbd847b70c Fix bugfix for bug #49136: No SNMPv2 SetRequest response when OID does not exist 10 years ago
Dirk Ziegelmeier 19e2780656 Fix bug #49136: No SNMPv2 SetRequest response when OID does not exist 10 years ago
Dirk Ziegelmeier eb3a08308d Improve my last docs 10 years ago
Dirk Ziegelmeier 470dae613e Documentation: Add example for zero-copy RX using custom PBUF 10 years ago
Daniel Elstner 22907c7b27 bug #74921: check prefix_length, not length 10 years ago
Dirk Ziegelmeier 623f9ce046 Remove one debug message from Daniel's patch 10 years ago
Daniel Elstner 4d4710dadf Bug #49125 addendum: Remove group from list before callback 10 years ago
Dirk Ziegelmeier 2facd2d64d Apply modified patch from Daniel Elstner to fix bug #49124: mDNS should not use snprintf() 10 years ago
Dirk Ziegelmeier ee4cd45c98 Fix bug #49125: Need a way to iterate multicast groups for MAC filtering 10 years ago
Dirk Ziegelmeier 58c8e0f8ca Implement request by Marco Veeneman: Make snmp_send_trap() public 10 years ago
Dirk Ziegelmeier 8dbd1abdc4 Minor coding style fixes while reading SNMP code 10 years ago
Dirk Ziegelmeier ef0dc65515 Fix GCC warning "invalid suffix on literal; C++11 requires a space between literal and string macro" in arch.h. Pointed out by Thomas Nittel. 10 years ago
Dirk Ziegelmeier 8cd43a3dd9 Documentation: Add one more note PCB is already freed in tcp_err callback. 10 years ago
Erik Ekman 4a73bcbc65 mdns: Revert answer count patch 10 years ago
Axel Lin f38705c38c mdns: Update answers counter in mdns_add_answer rather than each caller 10 years ago
Joel Cunningham b7c2553b46 bug #48964: Make PBUF_POOL sanity checks contingent on PBUF_POOL_SIZE 10 years ago
Axel Lin f8a95aa27f dns: Drop unnecessary txid variable in dns_check_entry 10 years ago
Dirk Ziegelmeier d66442ba91 Fix compile when TCP, UDP and RAW are disabled 10 years ago
Dirk Ziegelmeier aeae4e91db Fix compile when UDP is disabled 10 years ago
sg 34682facd1 Remove ip4_frag IP_FRAG_USES_STATIC_BUF code: nearly the same as the other code, but IP_FRAG_USES_STATIC_BUF doesn't work when queuing pbufs 10 years ago
Dirk Ziegelmeier ac6b64cf66 Implement a more readable fix for pbuf_memcmp than my last fix 10 years ago
Dirk Ziegelmeier b944ceb89d Fix compile when LWIP_NUM_NETIF_CLIENT_DATA == 0 and AUTOIP or DHCP are enabled 10 years ago
Axel Lin ab8a1a0430 netbuf: Fixup a copule LWIP_ERROR messages 10 years ago
Dirk Ziegelmeier 4325aca0f7 Fix pbuf_memcmp() implementation by using pbuf_try_get_at() instead of pbuf_get_at(). Payload out-of-bounds access was not handled correctly. 10 years ago