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: Dirk Ziegelmeier
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-1156-g653313c
Date: Fri, 12 Jan 2018 07:15:46 -0500 (EST)

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  653313cb3793c0f4a88deb302eb073bd13e1401c (commit)
      from  67ad6e45dbc22a7272e933fd0a2171378026f43c (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 653313cb3793c0f4a88deb302eb073bd13e1401c
Author: Dirk Ziegelmeier <address@hidden>
Date:   Fri Jan 12 13:15:36 2018 +0100

    Work on task #14780: Add debug helper asserts to ensure threading/locking 
requirements are met
    
    Add LWIP_ASSERT_CORE_LOCKED() to several more places

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

Summary of changes:
 src/apps/httpd/httpd.c         |  2 ++
 src/apps/lwiperf/lwiperf.c     |  4 ++++
 src/apps/mdns/mdns.c           |  7 +++++++
 src/apps/mqtt/mqtt.c           |  7 +++++++
 src/apps/netbiosns/netbiosns.c |  3 +++
 src/apps/smtp/smtp.c           | 14 ++++++++++++++
 src/apps/snmp/snmp_core.c      |  3 +++
 src/apps/snmp/snmp_msg.c       |  4 ++++
 src/apps/snmp/snmp_netconn.c   |  1 +
 src/apps/snmp/snmp_raw.c       |  2 ++
 src/apps/snmp/snmp_traps.c     |  4 ++++
 src/apps/sntp/sntp.c           |  7 +++++++
 src/apps/tftp/tftp_server.c    |  1 +
 src/core/ipv4/etharp.c         |  5 +++++
 src/core/ipv4/igmp.c           |  8 ++++++++
 src/core/ipv4/ip4.c            |  3 +++
 src/core/ipv6/ethip6.c         |  2 ++
 src/core/ipv6/ip6.c            |  3 +++
 src/core/ipv6/mld6.c           |  8 ++++++++
 src/include/lwip/apps/mqtt.h   |  7 -------
 src/netif/ethernet.c           |  4 ++++
 21 files changed, 92 insertions(+), 7 deletions(-)


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



reply via email to

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