4635 Commits (5d5eeca0080804b10aca360e7569ed262c81237a)
 

Author SHA1 Message Date
Dirk Ziegelmeier 5d5eeca008 Once more: Try fix compile with clang 10 years ago
Dirk Ziegelmeier 4b7e0f50b7 Fix indent in api_lib.c 10 years ago
Dirk Ziegelmeier 44e430ebc2 Fix compile with MSVC 2010 and remove handling for IP6_ADDR_ANY in netconn_connect() - IP6_ADDR_ANY does not make sense in connect() 10 years ago
Dirk Ziegelmeier 180ba72a06 Dual-stack: Use IPv6 mapped IPv4 addresses in receive() and getaddr() only in socket API, not in netconn API. 10 years ago
Dirk Ziegelmeier 792224ead0 Try to fix compile error with clang (found by Erik's Travis-CI) 10 years ago
Dirk Ziegelmeier e8e853f2cb Move ICMP6 protocol constants to include/lwip/prot/icmp6 10 years ago
Dirk Ziegelmeier 80a24c0399 raw, udp, tcp connect() does NOT need to match exact IP type - when PCB is bound to IPADDR_ANY_TYPE, it is OK to connect to IPv4 or IPv6 10 years ago
Dirk Ziegelmeier d026a3954a Dual-stack fixes in raw/udp/tcp 10 years ago
Dirk Ziegelmeier 1712b06a64 Work on dual-stack netconn 10 years ago
Dirk Ziegelmeier 010f3550b6 Cleanup macro parameter names 10 years ago
Dirk Ziegelmeier b70ddf7b54 Cleanup unmap_ipv6_mapped_ipv4() macro 10 years ago
Dirk Ziegelmeier 1dd97e7d53 sockets.c, lwip_sendto(): Remove check whether IP address matches socket type. Is checked in lower layers anyway. 10 years ago
Dirk Ziegelmeier 2f37dc0606 api_msg.c: Partly add support for IPv6 mapped IPv4 addresses 10 years ago
Dirk Ziegelmeier c1eb6d8aa4 Minor: Add macros to map/unmap IPv6 mapped IPv4 addresses 10 years ago
Dirk Ziegelmeier ad17f345e7 mdns: Use strlen to determine string length of strings contained in a struct - padding seems to be applied to these strings, and sizeof() returns the _padded_ size??? 10 years ago
Dirk Ziegelmeier ee7a2f346c inet.h: Consistently name some inet <-> ipaddr conversion macros 10 years ago
Dirk Ziegelmeier b99b7577fc memp.c: Only check for overflow/underflow if an element could be allocated 10 years ago
Joel Cunningham f79eabd24b bug #49533: start persist timer when unsent seg can't fit in window 10 years ago
Roberto Barbieri Carrera 81a32e9b06 Fixed bug #49610: Sometimes, autoIP fails to reuse the same address 10 years ago
Joel Cunningham 6dc3a2108a WND_SCALE: duplicate define check & doc cleanup 10 years ago
Dirk Ziegelmeier f965034366 Fix inconsistent return value in udp_sendto_if() - ERR_RTE should always be returned when there is no available route 10 years ago
Dirk Ziegelmeier fdcd8f6faf Fix bug #49578: lwip_socket_drop_registered_memberships API may not work with LWIP_SOCKET_OFFSET 10 years ago
Erik Ekman b90682dc8b Update email address 10 years ago
Dirk Ziegelmeier b9dc415178 master: Set version to 2.0.1 10 years ago
Axel Lin d5dd5241e7 dhcp: Use DHCP_MAX_MSG_LEN_MIN_REQUIRED instead of hard-coded value 10 years ago
Sylvain Rochet c4eb52dcff PPP: set protocol_list[] const 10 years ago
Sylvain Rochet 1e6c4ac017 PPP, IPCP: check that the peer is allowed to use the IP address it wants 10 years ago
Sylvain Rochet b978d17ca0 PPP, IPCP: remove obvious FIXME 10 years ago
Sylvain Rochet dde55c6c0e PPP, IPCP: fix reset state before reconnecting 10 years ago
Dirk Ziegelmeier 5d22679c67 Use API function instead of accessing struct members directly 10 years ago
Dirk Ziegelmeier 132dafa3fc Correct macro parentheses in tcpip_priv.h 10 years ago
Dirk Ziegelmeier 54d76ffd6d Remove superfluous local variable in raw.c 10 years ago
Dirk Ziegelmeier b6f32caaad Fix inet_addr_to_ipaddr_p() macro 10 years ago
David van Moolenbroek 1c9e603299 netif: fix reset of IPv6 addresses in netif_add() 10 years ago
Axel Lin 1a7ba24d13 memp: Fix memp_overflow_check_all failure 10 years ago
Joel Cunningham d4384cfac4 Sockets: check external FD_SETSIZE against number of sockets 10 years ago
Erik Ekman a82ec4499f memp: Check for null in memp_free 10 years ago
Joel Cunningham 7d8989e3ea TCP documentation: fix tcp_pbuf_prealloc typo 10 years ago
Dirk Ziegelmeier 5079e4552c Document non-standard functions in sys abstraction layer 10 years ago
Axel Lin e040132d92 PPP, documentation: Fix example code 10 years ago
David van Moolenbroek 760281207e mld6: fix conditional checksumming 10 years ago
Axel Lin 20fde0be6c ip4_frag: Use LWIP_MIN instead of open-coded 10 years ago
Dirk Ziegelmeier 67895e7bdd Fixup new IPv4 fragmentation code - thanks to Zach Smith 10 years ago
Dirk Ziegelmeier 801f26ee0c Minor documentation update 10 years ago
Axel Lin 4dffe521a3 api_msg.c: Trivial code cleanup 10 years ago
Dirk Ziegelmeier f5f8ab5acf Fix bug #49328: Crash error in ip6_frag due to Assertion Fail 10 years ago
Dirk Ziegelmeier e3a9f01fe4 Implement task #14180: IPv6 code should not reuse ip6_current_dest_addr() as temporary storage 10 years ago
Dirk Ziegelmeier 37d5691b19 Fix bug #49321: error.h missing opening "#ifdef __cplusplus" 10 years ago
Erik Ekman 725feb0d4a mdns: Use netif_get/set_client_data helpers 10 years ago
goldsimon 6edde498e3 pbuf_copy: try to fix GCC const warning 10 years ago