4686 Commits (bb6df52ed554b230a08554bf35be4fa36d95ed38)
 

Author SHA1 Message Date
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
goldsimon ca9342c549 fixed bug #49725 (send-timeout: netwonn_write() can return ERR_OK without all bytes being written) 9 years ago
goldsimon 6f1304e03e patch by Ambroz Bizjak: fixed bug #49717 (window size in received SYN and SYN-ACK assumed scaled) 9 years ago
Axel Lin cac3dc8a46 netif: Trivial indent fix 9 years ago
Dirk Ziegelmeier aea872431c Fix naming of some inet_addr_* macros in inet.h 9 years ago
Axel Lin 1d4cbe768d netif: Add proper lock protect for accessing netif->loop_first 9 years ago
goldsimon 0e07ed4b13 fixed bug #49676 (Possible endless loop when parsing dhcp options) & added unit test for that 10 years ago
Richard Sailer 2ed755764e doxygen/generate.sh: Add shebang line 10 years ago
goldsimon f419231dc3 fixed typo in CHANGELOG 10 years ago
Ambroz Bizjak 8ba7363d11 Optimize passing contiguous nocopy buffers to tcp_write 10 years ago
goldsimon 4c8620e03b Added important post-2.0.0 changes to CHANGELOG to keep track of changes for future 2.0.1 release 10 years ago
goldsimon eb1de78ce1 prepare CHANGELOG for post-2.0.0 10 years ago
Joel Cunningham 5030fa81a0 bug #49684, api_msg: treat non-blocking ERR_MEM as ERR_WOULDBLOCK 10 years ago
Dirk Ziegelmeier 0f87cb92b8 Add note about UDP multicast behavior fix to UPGRADING document 10 years ago
Dirk Ziegelmeier 09547832ba Fix bug #49662: UDP layer should filter incoming multicast datagrams against the bound IP address 10 years ago
Sylvain Rochet 8c3c96baf7 PPP, L2TP: fix PPPOL2TP_AUTH_SUPPORT == 0 support 10 years ago
sg 03a9aac157 dns_enqueue(): minor readability improvement: add local variable "age" to store result of subtraction 10 years ago
David van Moolenbroek 68ec20fffc ipv4/ipv6: restrict loopback-destined traffic 10 years ago
Dirk Ziegelmeier 4076b12ee9 Revert "Apply patch #9165: Allowing udp src port to be 0 in cases when we don't care about outgoing port" 10 years ago
David van Moolenbroek 0034abfa45 Always check whether netif_default is NULL 10 years ago
Dirk Ziegelmeier 31b0237c50 Apply patch #9165: Allowing udp src port to be 0 in cases when we don't care about outgoing port 10 years ago