lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack annotated tag, STA


From: Simon Goldschmidt
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack annotated tag, STABLE-2_0_2_RELEASE, created. STABLE-2_0_2_RELEASE
Date: Mon, 13 Mar 2017 07:45:20 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lwIP - A Lightweight TCPIP stack".

The annotated tag, STABLE-2_0_2_RELEASE has been created
        at  4688901af612d02bc72197a3e96764c18a31411b (tag)
   tagging  ea2f6fb57c1576937c7695032cd90e1abae65a40 (commit)
  replaces  STABLE-2_0_1_RELEASE
 tagged by  goldsimon
        on  Mon Mar 13 12:44:52 2017 +0100

- Log -----------------------------------------------------------------
Create release tag for 2.0.2 (STABLE-2_0_2_RELEASE)

Axel Lin (6):
      mqtt: Prevent NULL pointer dereference before assertion checking
      mqtt: Slightly improve mqtt_create_request
      tcp_out: Fix oversize vs. space assertion test
      tcp_out: Fix comment for last_unsent->oversize_left and 
tcp_pcb.unsent_oversize
      tcp_out: Use LWIP_MIN instead of open-coded for better readability
      stats: Remove superfluous /t in end of stats display

David van Moolenbroek (3):
      Patch #9250 (slightly changed): fix source substitution in 
ip6_output_if() (broken in 2014 with be75c483d0adae9ce786e3e2d5760f8e37005ac7)
      tcp: fix accept event on closed listening PCBs
      tcp: do not keep sending SYNs when getting ACKs

Dirk Ziegelmeier (19):
      MQTT: Fix possible bug in connect message generation that WILL flag can 
be set without appending a will message
      MQTT: Add check that WILL topic length must be > 0
      Minor correction to last patch: Avoid #including socket.h in api_msg.c
      Minor code readability improvement in mqtt.c
      Set lwIP version to 2.0.2 in doxygen script
      Minor typo fix in tcp_out.c
      Fix bug #50040: pbuf_alloc(..., 65534, PBUF_RAM) succeeds
      Add some parentheses for better code readability in tcp_in.c
      Fix bug #50064: Zero-copy RX: ARP reply fails with PBUF_REF
      Remove special ARP reply optimization from etharp.c
      Optimize my last fix in etharp.c, I missed the variable declaration at 
the beginning of the function
      Retry 1 to fix bug #50064
      Add CHANGELOG to lwIP HTML documentation
      Fix bug #50206: UDP Netconn bind to IP6_ADDR_ANY fails
      igmp.c: igmp_lookup_group() should be static
      Implement task #14367: Hooks need a better place to be defined
      My documentation changes forced the usage of rand() function, which is 
not desired
      One enum icmp_te_type member is not in doxygen docs - fix it.
      Rename "IPv6 mapped IPv4 addresses" to their correct name from RFC4191: 
"IPv4-mapped IPv6 address"

Joel Cunningham (3):
      Fix comment typo from bug #47485
      bug #50476: initialize ssthresh to TCP_SND_BUF
      Fix unit test with assumed congestion avoidance

Knut Andre Tidemann (1):
      lwip: fix broken default ICMPv6 handling of checksums.

Luc Revardel (1):
      Fix bug #50220 (mld6_leavegroup does not send ICMP6_TYPE_MLD, even if 
last reporter)

Sylvain Rochet (1):
      PPP: remove unused and confusing return values other than ERR_OK for 
ppp_connect and ppp_listen

goldsimon (17):
      Fix comment on lwip_shutdown() (it's not unimplemented any more)
      Fixed bug #50059 (httpd LWIP_HTTPD_SUPPORT_11_KEEPALIVE vs. 
LWIP_HTTPD_KILL_OLD_ON_CONNECTIONS_EXCEEDED)
      http_add_connection: add connections to the front to be faster (and 
really fix bug #50059)
      Fixed bug #47485 (tcp_close() should not fail on memory error) by 
retrying to send FIN from tcp_fasttmr
      For tiny targtes, LWIP_RAND is optional -> fix compile time checks
      Fix portable initialization of non-dynamic DNS_LOCAL_HOSTLIST
      Improved DNS_LOCAL_HOSTLIST interface (bug #50325)
      pbuf_ref: assert-check for 'ref' overflow
      tcp: fixed bug #50418: LWIP_EVENT_API: fix invalid calbacks for SYN_RCVD 
pcb
      make tcp apps depend on LWIP_CALLBACK_API, too
      Fix compiling httpd for LWIP_HTTPD_SUPPORT_POST==1 (assigning int to 
u16_t)
      httpd: LWIP_HTTPD_POST_MANUAL_WND: fixed double-free when 
httpd_post_data_recved is called nested from httpd_post_receive_data() (bug 
#50424)
      lwip_sendmsg/tcp: prevent PSH until all iovecs are enqueued
      arch.h: include <limits.h> if it exists (at least INT_MAX is used)
      tcp: watch out for pcb->nrtx overflows and tcp_backoff indexing overflow
      tcp unit tests: fixed that tcp_teardown() could lead to accessing a netif 
pointer that is not valid any more (netif added in test function stored on 
stack)
      Add CHANGELOG for 2.0.2

sg (4):
      fix compiling TCP unit tests with IPv6 enabled
      Fixed bug #50090 (ast_unsent->oversize_left can become wrong value in 
tcp_write error path)
      Fixed bug #44032 (LWIP_NETCONN_FULLDUPLEX: select might work on 
invalid/reused socket) by not allowing to reallocate a socket that has 
"select_waiting != 0"
      LWIP_NETCONN_FULLDUPLEX: fixed shutdown during write (bug #50274)

-----------------------------------------------------------------------


hooks/post-receive
-- 
lwIP - A Lightweight TCPIP stack



reply via email to

[Prev in Thread] Current Thread [Next in Thread]