1. 86b01e4 Added LWIP_HOOK_ETHIP6_GET_GW() by Pradip De · 7 years ago
  2. 1c184da Update changelog for LWIP_NETIF_TX_SINGLE_PBUF by Dirk Ziegelmeier · 7 years ago
  3. e5f9f18 Continue to fix incorrect casts via size_t for some platforms by Dirk Ziegelmeier · 7 years ago
  4. f2a5aa2 Fix bug #49827: wrong cast to size_t on 16-bit x86 architecture by Dirk Ziegelmeier · 7 years ago
  5. 7a1b38d Minor: Save an #ifdef in ip4_frag.c by Dirk Ziegelmeier · 7 years ago
  6. 26e02e8 Fix bug #48963: ip6_frag does not support LWIP_NETIF_TX_SINGLE_PBUF Implemented. by Dirk Ziegelmeier · 7 years ago
  7. 8347d3b Try to fix compile warning with GCC under Linux ("large integer implicitly truncated to unsigned type") by Dirk Ziegelmeier · 7 years ago
  8. a83c4e0 PPP: fix build warning on wrong cast from void* to unsigned long by Sylvain Rochet · 7 years ago
  9. ac4d994 mdns.c: use group initializer constants from prot/dns.h by goldsimon · 7 years ago
  10. f308694 Revert "mdns.c: use constants from dns.h/.c" by goldsimon · 7 years ago
  11. 0e883bb mdns.c: use constants from dns.h/.c by goldsimon · 7 years ago
  12. 5774fdf dns: added one-shot multicast DNS queries by goldsimon · 7 years ago
  13. 85817e7 Minor documentation update about IP_ADDR_ANY by Dirk Ziegelmeier · 7 years ago
  14. a2ad9d3 Improve documentation: Refer to compiler/platform abstraction in NO_SYS mode description by Dirk Ziegelmeier · 7 years ago
  15. 33bdf9f Doxygen: Fix project description text by Dirk Ziegelmeier · 7 years ago
  16. 55fd567 Adapt doxygen docs version number by Dirk Ziegelmeier · 7 years ago
  17. b359b8c Minor documentation improvement by Dirk Ziegelmeier · 7 years ago
  18. bb6df52 Fix doxygen parsing in my last commit by Dirk Ziegelmeier · 7 years ago
  19. 8a9ab99 Improve documentation: add compiler abstraction macros to doxygen docs by Dirk Ziegelmeier · 7 years ago
  20. a420d25 arch.h: Add hint for struct packing #defines on GCC/clang by Dirk Ziegelmeier · 7 years ago
  21. 89cb7b7 Try to remove #include <stdlib.h> from many files. Does not seem necessary any more and might cause problems when porting lwIP. by Dirk Ziegelmeier · 7 years ago
  22. 9c3bbcf removed old disabled code by goldsimon · 7 years ago
  23. f446194 pppos.c: Use arch.h to get size_t instead of including stddef.h by Dirk Ziegelmeier · 7 years ago
  24. 1dd563a arch.h: Implement possibility to provide own header for size_t, default is stddef.h by Dirk Ziegelmeier · 7 years ago
  25. aae0fc4 Use new IPv6 init macro in netif.c by Dirk Ziegelmeier · 7 years ago
  26. 5bb8330 Add macro to init an IPv6 address with U32 in host byte order by Dirk Ziegelmeier · 7 years ago
  27. 0ca82df Cleanup byte order handling a bit. by Dirk Ziegelmeier · 7 years ago
  28. ff3656f Added improved macros for ip address initialization: IPADDR4_INIT_BYTES(), IPADDR6_INIT_HOST() and IP4_ADDR_MAKEU32() by goldsimon · 7 years ago
  29. b31b0c8 remove bogus LWIP_MAKE_U16() define and use PP_NTOHS() in ip4.c instead by goldsimon · 7 years ago
  30. c878554 DNS: added compile-time check for some defines to fit into an u8_t (bug #49658) by goldsimon · 7 years ago
  31. e00a131 Fix bug #49778: sntp_stop does not cancel all timers Patch by Ari Suutari by Dirk Ziegelmeier · 7 years ago
  32. a99128c Fix printing of mac addresses by Tim Kilbourn · 7 years ago
  33. cb29a49 Update CHANGELOG by Dirk Ziegelmeier · 7 years ago
  34. 795acf0 lwiperf: Simplify #if LWIPERF_CHECK_RX_DATA guard by Axel Lin · 7 years ago
  35. cc25c26 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 by Dirk Ziegelmeier · 7 years ago
  36. 1687721 Fix compile when IPv4 is disabled by Dirk Ziegelmeier · 7 years ago
  37. a6bc422 Move declaration of struct ip4_addr_packed and ip4_addr_p_t to prot/ip4.h by Dirk Ziegelmeier · 7 years ago
  38. 92183bb icmp: Increment mib2.icmpintimeexcds counter if got ICMP_TE by Axel Lin · 7 years ago
  39. bcaf2f0 PPP, PPPoS: fix memory leak when disconnecting if there are remaining input bytes by Sylvain Rochet · 7 years ago
  40. 4bbed75 Minor code layout cleanup in err.c and errno.h by Dirk Ziegelmeier · 7 years ago
  41. 7d0aeaf Doc: correct minor mis-spelling in sys_arch.txt by Joel Cunningham · 7 years ago
  42. f28e63b Add netifapi macros for set link up/down by Joel Cunningham · 7 years ago
  43. 7f48289 Increment ip.drop when dropping due to NULL netif by Joel Cunningham · 7 years ago
  44. 12e35c4 mdns: Fix assertion message in mdns_resp_add_service_txtitem() by Axel Lin · 7 years ago
  45. 182d7c1 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 by Dirk Ziegelmeier · 7 years ago
  46. 290f571 lwipopts: increase the size of preallocated data structures by Toshi Kikuchi · 7 years ago
  47. 47fd67a Remove TODO comments and one check from sockets.c indicating IPV6_V6ONLY socket option handling does not work by Dirk Ziegelmeier · 7 years ago
  48. b934c3f fixed bug #49726: setsockopt() set TCP_NODELAY TCP_KEEPALIVE ... with a listen state TCP will crash by goldsimon · 7 years ago
  49. 2a882b6 minor: fixed indent by goldsimon · 7 years ago
  50. ca9342c fixed bug #49725 (send-timeout: netwonn_write() can return ERR_OK without all bytes being written) by goldsimon · 7 years ago
  51. 6f1304e patch by Ambroz Bizjak: fixed bug #49717 (window size in received SYN and SYN-ACK assumed scaled) by goldsimon · 7 years ago
  52. cac3dc8 netif: Trivial indent fix by Axel Lin · 7 years ago
  53. aea8724 Fix naming of some inet_addr_* macros in inet.h by Dirk Ziegelmeier · 7 years ago
  54. 1d4cbe7 netif: Add proper lock protect for accessing netif->loop_first by Axel Lin · 7 years ago
  55. 0e07ed4 fixed bug #49676 (Possible endless loop when parsing dhcp options) & added unit test for that by goldsimon · 7 years ago
  56. 2ed7557 doxygen/generate.sh: Add shebang line by Richard Sailer · 7 years ago
  57. f419231 fixed typo in CHANGELOG by goldsimon · 7 years ago
  58. 8ba7363 Optimize passing contiguous nocopy buffers to tcp_write by Ambroz Bizjak · 7 years ago
  59. 4c8620e Added important post-2.0.0 changes to CHANGELOG to keep track of changes for future 2.0.1 release by goldsimon · 7 years ago
  60. eb1de78 prepare CHANGELOG for post-2.0.0 by goldsimon · 7 years ago
  61. 5030fa8 bug #49684, api_msg: treat non-blocking ERR_MEM as ERR_WOULDBLOCK by Joel Cunningham · 7 years ago
  62. 0f87cb9 Add note about UDP multicast behavior fix to UPGRADING document by Dirk Ziegelmeier · 7 years ago
  63. 0954783 Fix bug #49662: UDP layer should filter incoming multicast datagrams against the bound IP address by Dirk Ziegelmeier · 7 years ago
  64. 8c3c96b PPP, L2TP: fix PPPOL2TP_AUTH_SUPPORT == 0 support by Sylvain Rochet · 7 years ago
  65. 03a9aac dns_enqueue(): minor readability improvement: add local variable "age" to store result of subtraction by sg · 7 years ago
  66. 68ec20f ipv4/ipv6: restrict loopback-destined traffic by David van Moolenbroek · 7 years ago
  67. 4076b12 Revert "Apply patch #9165: Allowing udp src port to be 0 in cases when we don't care about outgoing port" by Dirk Ziegelmeier · 7 years ago
  68. 0034abf Always check whether netif_default is NULL by David van Moolenbroek · 7 years ago
  69. 31b0237 Apply patch #9165: Allowing udp src port to be 0 in cases when we don't care about outgoing port by Dirk Ziegelmeier · 7 years ago
  70. 9366c0e I decided to keep the "complexity" of handling IPv6 mapped IPv4 addresses out of netconn API. by Dirk Ziegelmeier · 7 years ago
  71. 5d5eeca Once more: Try fix compile with clang by Dirk Ziegelmeier · 7 years ago
  72. 4b7e0f5 Fix indent in api_lib.c by Dirk Ziegelmeier · 7 years ago
  73. 44e430e Fix compile with MSVC 2010 and remove handling for IP6_ADDR_ANY in netconn_connect() - IP6_ADDR_ANY does not make sense in connect() by Dirk Ziegelmeier · 7 years ago
  74. 180ba72 Dual-stack: Use IPv6 mapped IPv4 addresses in receive() and getaddr() only in socket API, not in netconn API. by Dirk Ziegelmeier · 7 years ago
  75. 792224e Try to fix compile error with clang (found by Erik's Travis-CI) by Dirk Ziegelmeier · 7 years ago
  76. e8e853f Move ICMP6 protocol constants to include/lwip/prot/icmp6 by Dirk Ziegelmeier · 7 years ago
  77. 80a24c0 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 by Dirk Ziegelmeier · 7 years ago
  78. d026a39 Dual-stack fixes in raw/udp/tcp by Dirk Ziegelmeier · 7 years ago
  79. 1712b06 Work on dual-stack netconn by Dirk Ziegelmeier · 7 years ago
  80. 010f355 Cleanup macro parameter names by Dirk Ziegelmeier · 7 years ago
  81. b70ddf7 Cleanup unmap_ipv6_mapped_ipv4() macro by Dirk Ziegelmeier · 7 years ago
  82. 1dd97e7 sockets.c, lwip_sendto(): Remove check whether IP address matches socket type. Is checked in lower layers anyway. by Dirk Ziegelmeier · 7 years ago
  83. 2f37dc0 api_msg.c: Partly add support for IPv6 mapped IPv4 addresses by Dirk Ziegelmeier · 7 years ago
  84. c1eb6d8 Minor: Add macros to map/unmap IPv6 mapped IPv4 addresses by Dirk Ziegelmeier · 7 years ago
  85. ad17f34 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??? by Dirk Ziegelmeier · 7 years ago
  86. ee7a2f3 inet.h: Consistently name some inet <-> ipaddr conversion macros by Dirk Ziegelmeier · 7 years ago
  87. b99b757 memp.c: Only check for overflow/underflow if an element could be allocated by Dirk Ziegelmeier · 7 years ago
  88. f79eabd bug #49533: start persist timer when unsent seg can't fit in window by Joel Cunningham · 7 years ago
  89. 81a32e9 Fixed bug #49610: Sometimes, autoIP fails to reuse the same address by Roberto Barbieri Carrera · 7 years ago
  90. 403c550 Merge commit '6dc3a21' from origin/upstream/master by Toshi Kikuchi · 7 years ago
  91. 6dc3a21 WND_SCALE: duplicate define check & doc cleanup by Joel Cunningham · 7 years ago
  92. f965034 Fix inconsistent return value in udp_sendto_if() - ERR_RTE should always be returned when there is no available route by Dirk Ziegelmeier · 7 years ago
  93. fdcd8f6 Fix bug #49578: lwip_socket_drop_registered_memberships API may not work with LWIP_SOCKET_OFFSET by Dirk Ziegelmeier · 7 years ago
  94. b90682d Update email address by Erik Ekman · 7 years ago
  95. b9dc415 master: Set version to 2.0.1 by Dirk Ziegelmeier · 7 years ago
  96. d5dd524 dhcp: Use DHCP_MAX_MSG_LEN_MIN_REQUIRED instead of hard-coded value by Axel Lin · 8 years ago
  97. c4eb52d PPP: set protocol_list[] const by Sylvain Rochet · 7 years ago
  98. 1e6c4ac PPP, IPCP: check that the peer is allowed to use the IP address it wants by Sylvain Rochet · 7 years ago
  99. b978d17 PPP, IPCP: remove obvious FIXME by Sylvain Rochet · 7 years ago
  100. dde55c6 PPP, IPCP: fix reset state before reconnecting by Sylvain Rochet · 7 years ago