4753 Commits (d5bc856f452da40dddcf09b56ce01dcd75c4faae)
 

Author SHA1 Message Date
Axel Lin d5bc856f45 mqtt: Check conn_state before create request for sub_unsub 9 years ago
Dirk Ziegelmeier 876720593b Update .gitignore once more for fuzz test 9 years ago
Dirk Ziegelmeier dd96c71253 Fix a few -Wconversion warnings (there are many more to do) 9 years ago
Thomas Mueller be57134810 Fixed bug #49895: Incorrect configuration detection in lwip/dns.h 9 years ago
Dirk Ziegelmeier 16b895b466 Undo removal of mqtt_publish() from documentation in Simon's last commit (guess it was by accident) 9 years ago
Dirk Ziegelmeier dcb761637d Minor documentation fix in MQTT 9 years ago
Axel Lin 02f4610b1c mqtt: Use LWIP_ARRAYSIZE to replace hardcoded value 9 years ago
goldsimon b6a131edfb mqtt: fix C usage (declaration after statement), fix casting to smaller type 9 years ago
Dirk Ziegelmeier 12bc2c0425 MQTT cleanups: 9 years ago
Dirk Ziegelmeier 14e36866f5 Some cleanups in MQTT client 9 years ago
Dirk Ziegelmeier 1e82465766 task #14281: Add MQTT client 9 years ago
goldsimon fb07d47b82 more LWIP_NOASSERT fixes 9 years ago
goldsimon c71733252c Fix compiling with LWIP_NOASSERT (and debug/error disabled, too) 9 years ago
Dirk Ziegelmeier e0c0ba7e1b Fix compile with LWIP_NOASSERT 9 years ago
Dirk Ziegelmeier 7f319f5ec5 Fix compile of test_tcp.c unit test after introduction of tcp_next_iss hook 9 years ago
Dirk Ziegelmeier c21763f6cb Minor code cleanup api_lib.c 9 years ago
Axel Lin f488c5b7bc igmp: Fix optimized code for igmp_remove_group 9 years ago
Dirk Ziegelmeier 5c1dd6a4c6 Optimization in igmp_remove_group() pointed out by Axel Lin 9 years ago
Dirk Ziegelmeier 102a50fa96 Fix bug #39145: IGMP membership report for 224.0.0.1 9 years ago
Dirk Ziegelmeier bb8088d498 Minor cleanup of FUZZ test Makefile 9 years ago
Dirk Ziegelmeier 11780f037b Fixup Makefile of FUZZ test after moving to main lwIP rep 9 years ago
Joel Cunningham cceea73c3f bug #49631: handle zero-window probe and refused_data 9 years ago
Thomas Mueller fcd2daf57c fixed race condition in return value of netconn_gethostbyname() (and thus also lwip_gethostbyname/_r() and lwip_getaddrinfo()) 9 years ago
Dirk Ziegelmeier b5f51dbd0c ND6: Don't misuse ip6_current_dest_addr() to create an aligned copy of an IPv6 address 9 years ago
sg d9f461e4e4 Fixed #49848 (Non-blocking socket emit a sock error while read return EWOULDBLOCK) especially for EWOULDBLOCK (added task #14275 for the general problem) 9 years ago
sg c13a43e5c8 added note about afl-fuzz requiring linux 9 years ago
sg 844c201702 added fuzz tests (moved from contrib/ports/unix/fuzz to get them to a more prominent place, even if afl-fuzz still needs *nix to run) 9 years ago
sg 62e340067e LWIP_HOOK_TCP_ISN: added CHANGELOG/fixed comment 9 years ago
David van Moolenbroek a8b986bbb6 Add hook for TCP Initial Sequence Number generation 9 years ago
goldsimon da15132aa0 Make nd6_new_router() handle already existing routers (this is a special case for 2 netifs on the same subnet - e.g. wifi and cable) see bug #46506 9 years ago
Axel Lin e3925cc359 nd6: Fix build error if LWIP_ND6_RDNSS_MAX_DNS_SERVERS == 0 9 years ago
sg 6b1950ec24 nd6: add support for RDNSS option (as per RFC 6106) 9 years ago
sg 4e3cf61571 opt.h: added LWIP_DHCP_MAX_DNS_SERVERS to configure the maximum number of DNS servers configured from dhcp.c(v4) (if any; guarded with LWIP_DNS) 9 years ago
sg 53b9f2a5bd dhcp: covert DHCP_OPTION_IDX_* from defines to enum (mainly to ease offset calculation) 9 years ago
David van Moolenbroek cd5dfa2bc5 nd6: minor 'static' consistency fix 9 years ago
sg bd1defc1d8 added forgoten new file nd6_priv.h :-( 9 years ago
sg 281ef5d094 minor: fixed errors in some defined __DOXYGEN__ guards 9 years ago
sg e8461f9994 minor: corrected include guard name in tcp_priv.h 9 years ago
sg 60cd25c6a1 Moved nd6 implementation details to new file nd6_priv.h (possible after David's cleanups) 9 years ago
sg 4c16ea920c Minor: nd6_packet_send_check() -> nd6_get_next_hop_addr_or_queue() (too long, but a little more self-explaining); cosmetics... 9 years ago
David van Moolenbroek 69a7039f75 nd6: centralize link-local packet send decision 9 years ago
David van Moolenbroek 06ff89cbe4 nd6: use default_router_list internally only 9 years ago
David van Moolenbroek cee59ba8cd nd6: add nd6_clear_destination_cache() function 9 years ago
goldsimon d4fad5929c nd6_input(): allow using NA without lladdr_opt for DAD 9 years ago
goldsimon 1a53c106e1 CHANGELOG: added LWIP_HOOK_ND6_GET_GW() 9 years ago
David van Moolenbroek 7d119fd86b nd6: add LWIP_HOOK_ND6_GET_GW hook 9 years ago
goldsimon 74a5537e15 Revert "Added LWIP_HOOK_ETHIP6_GET_GW()" 9 years ago
goldsimon afb21603dc Add a check for correct implementation of LWIP_CONST_CAST() to lwip_init() 9 years ago
David van Moolenbroek 002e077dbd ethip6: forward correct error code 9 years ago
sg 9d199a6d72 netif_create_ip6_linklocal_address(): use macros to assign address state to ensure callbacks are triggered; netif_add_ip6_address(): only overwrite invalid addresses, not tentative addresses 9 years ago