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. 97fae7e41bb25600e4bb3c6803b0c26c50a19aa9
Date: Thu, 18 Aug 2016 10:50:12 +0000 (UTC)

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  97fae7e41bb25600e4bb3c6803b0c26c50a19aa9 (commit)
       via  7f60cb3889f5f31299d34bc7fc1f9d1913d598c3 (commit)
       via  ebf7959880736796aa32927aa47117f74f329286 (commit)
       via  0c7a59b5dba98e4b48489a86cdcb3b43b71c409b (commit)
      from  c9ad58308a54913a585de07dc8082256847c03c8 (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 97fae7e41bb25600e4bb3c6803b0c26c50a19aa9
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu Aug 18 12:49:59 2016 +0200

    Code cleanup in autoip.c and dhcp.c

commit 7f60cb3889f5f31299d34bc7fc1f9d1913d598c3
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu Aug 18 12:37:21 2016 +0200

    Improve netif client data API for lwIP internal clients - these can use a 
compile-time constant to access their data now

commit ebf7959880736796aa32927aa47117f74f329286
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu Aug 18 11:44:19 2016 +0200

    Coding style fixes in netif.c

commit 0c7a59b5dba98e4b48489a86cdcb3b43b71c409b
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu Aug 18 11:06:50 2016 +0200

    Minor: Documentation fixes

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

Summary of changes:
 doc/doxygen/lwip.Doxyfile  |    6 ++--
 doc/mdns.txt               |    8 +++--
 src/core/dns.c             |   54 +++++++++++++++++-----------------
 src/core/init.c            |    8 -----
 src/core/ipv4/autoip.c     |   45 ++++++++++++-----------------
 src/core/ipv4/dhcp.c       |   69 ++++++++++++++++++++------------------------
 src/core/netif.c           |   20 ++++++++-----
 src/include/lwip/autoip.h  |    1 -
 src/include/lwip/dhcp.h    |    4 ---
 src/include/lwip/netif.h   |   15 ++++++++--
 src/include/lwip/opt.h     |    4 +--
 test/unit/dhcp/test_dhcp.c |   32 ++++++++++----------
 test/unit/lwipopts.h       |    1 +
 13 files changed, 129 insertions(+), 138 deletions(-)


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



reply via email to

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