4706 Commits (afb21603dc514b6febf93a68cca7acf76e282963)
 

Author SHA1 Message Date
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
Pradip De 86b01e4f29 Added LWIP_HOOK_ETHIP6_GET_GW() 9 years ago
Dirk Ziegelmeier 1c184da615 Update changelog for LWIP_NETIF_TX_SINGLE_PBUF 9 years ago
Dirk Ziegelmeier e5f9f187ad Continue to fix incorrect casts via size_t for some platforms 9 years ago
Dirk Ziegelmeier f2a5aa2866 Fix bug #49827: wrong cast to size_t on 16-bit x86 architecture 9 years ago
Dirk Ziegelmeier 7a1b38db6e Minor: Save an #ifdef in ip4_frag.c 9 years ago
Dirk Ziegelmeier 26e02e84a6 Fix bug #48963: ip6_frag does not support LWIP_NETIF_TX_SINGLE_PBUF 9 years ago
Dirk Ziegelmeier 8347d3b623 Try to fix compile warning with GCC under Linux ("large integer implicitly truncated to unsigned type") 9 years ago
Sylvain Rochet a83c4e0897 PPP: fix build warning on wrong cast from void* to unsigned long 9 years ago
goldsimon ac4d994249 mdns.c: use group initializer constants from prot/dns.h 9 years ago
goldsimon f308694dd4 Revert "mdns.c: use constants from dns.h/.c" 9 years ago
goldsimon 0e883bbbc5 mdns.c: use constants from dns.h/.c 9 years ago
goldsimon 5774fdfe75 dns: added one-shot multicast DNS queries 9 years ago
Dirk Ziegelmeier 85817e7611 Minor documentation update about IP_ADDR_ANY 9 years ago
Dirk Ziegelmeier a2ad9d36ca Improve documentation: Refer to compiler/platform abstraction in NO_SYS mode description 9 years ago
Dirk Ziegelmeier 33bdf9fa76 Doxygen: Fix project description text 9 years ago
Dirk Ziegelmeier 55fd567a84 Adapt doxygen docs version number 9 years ago
Dirk Ziegelmeier b359b8c3e0 Minor documentation improvement 9 years ago
Dirk Ziegelmeier bb6df52ed5 Fix doxygen parsing in my last commit 9 years ago
Dirk Ziegelmeier 8a9ab9968c Improve documentation: add compiler abstraction macros to doxygen docs 9 years ago
Dirk Ziegelmeier a420d2530f arch.h: Add hint for struct packing #defines on GCC/clang 9 years ago
Dirk Ziegelmeier 89cb7b7aa1 Try to remove #include <stdlib.h> from many files. Does not seem necessary any more and might cause problems when porting lwIP. 9 years ago
goldsimon 9c3bbcf4e6 removed old disabled code 9 years ago
Dirk Ziegelmeier f446194c8a pppos.c: Use arch.h to get size_t instead of including stddef.h 9 years ago
Dirk Ziegelmeier 1dd563a0ae arch.h: Implement possibility to provide own header for size_t, default is stddef.h 9 years ago
Dirk Ziegelmeier aae0fc4908 Use new IPv6 init macro in netif.c 9 years ago
Dirk Ziegelmeier 5bb83301dd Add macro to init an IPv6 address with U32 in host byte order 9 years ago
Dirk Ziegelmeier 0ca82df062 Cleanup byte order handling a bit. 9 years ago
goldsimon ff3656f4f5 Added improved macros for ip address initialization: IPADDR4_INIT_BYTES(), IPADDR6_INIT_HOST() and IP4_ADDR_MAKEU32() 9 years ago
goldsimon b31b0c8148 remove bogus LWIP_MAKE_U16() define and use PP_NTOHS() in ip4.c instead 9 years ago
goldsimon c87855423c DNS: added compile-time check for some defines to fit into an u8_t (bug #49658) 9 years ago
Dirk Ziegelmeier e00a131160 Fix bug #49778: sntp_stop does not cancel all timers 9 years ago
Dirk Ziegelmeier cb29a49a64 Update CHANGELOG 9 years ago
Axel Lin 795acf020e lwiperf: Simplify #if LWIPERF_CHECK_RX_DATA guard 9 years ago
Dirk Ziegelmeier cc25c2634b Cleanup: move struct ip6_addr_packed and ip6_addr_p_t type to prot/ip6.h - these types are used in prot/ip6.h and prot/mld6.h 9 years ago
Dirk Ziegelmeier 1687721600 Fix compile when IPv4 is disabled 9 years ago
Dirk Ziegelmeier a6bc422729 Move declaration of struct ip4_addr_packed and ip4_addr_p_t to prot/ip4.h 9 years ago
Axel Lin 92183bb354 icmp: Increment mib2.icmpintimeexcds counter if got ICMP_TE 9 years ago
Sylvain Rochet bcaf2f08aa PPP, PPPoS: fix memory leak when disconnecting if there are remaining input bytes 9 years ago
Dirk Ziegelmeier 4bbed75cc4 Minor code layout cleanup in err.c and errno.h 9 years ago
Joel Cunningham 7d0aeaf539 Doc: correct minor mis-spelling in sys_arch.txt 9 years ago
Joel Cunningham f28e63b2a3 Add netifapi macros for set link up/down 9 years ago
Joel Cunningham 7f48289fcd Increment ip.drop when dropping due to NULL netif 9 years ago
Axel Lin 12e35c4c12 mdns: Fix assertion message in mdns_resp_add_service_txtitem() 9 years ago
Dirk Ziegelmeier 182d7c138a Add #include <stddef.h> to a central place (arch.h) instead of #including it in several other files throughout lwip since size_t is needed in many places 9 years ago
Dirk Ziegelmeier 47fd67a35c Remove TODO comments and one check from sockets.c indicating IPV6_V6ONLY socket option handling does not work 9 years ago
goldsimon b934c3f471 fixed bug #49726: setsockopt() set TCP_NODELAY TCP_KEEPALIVE ... with a listen state TCP will crash 9 years ago
goldsimon 2a882b6387 minor: fixed indent 9 years ago