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 branch, master, up


From: Simon Goldschmidt
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-832-g47f55b0
Date: Thu, 3 Aug 2017 16:29:12 -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 branch, master has been updated
       via  47f55b02bf9f889eb38379a68de9d765c163b89a (commit)
       via  4cec20230e469c0f8ba25ef464261e57634e2269 (commit)
      from  6fa5d02435ba8893efacd5acd9736b0752fe964e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 47f55b02bf9f889eb38379a68de9d765c163b89a
Author: goldsimon <address@hidden>
Date:   Thu Aug 3 22:28:22 2017 +0200

    Finally fix bug #50088 (socket/netconn: data before RST should be readable) 
and added a unit test for it

commit 4cec20230e469c0f8ba25ef464261e57634e2269
Author: goldsimon <address@hidden>
Date:   Thu Aug 3 22:25:33 2017 +0200

    Ensure that unit tests leave the stack in a clean state

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

Summary of changes:
 src/api/api_lib.c              |  24 ++++---
 test/unit/api/test_sockets.c   | 157 +++++++++++++++++++++++++++++++++++++++++
 test/unit/core/test_mem.c      |   2 +
 test/unit/core/test_pbuf.c     |   2 +
 test/unit/dhcp/test_dhcp.c     |  20 +++++-
 test/unit/etharp/test_etharp.c |   2 +
 test/unit/ip4/test_ip4.c       |   6 ++
 test/unit/lwip_check.h         |   5 ++
 test/unit/lwip_unittests.c     |  17 +++++
 test/unit/mqtt/test_mqtt.c     |   6 ++
 test/unit/tcp/test_tcp.c       |   2 +
 test/unit/tcp/test_tcp_oos.c   |   2 +
 test/unit/udp/test_udp.c       |   2 +
 13 files changed, 237 insertions(+), 10 deletions(-)


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



reply via email to

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