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. 4919932c495fb2f3169a933712c67ab160f289ce
Date: Sun, 14 Aug 2016 13:07:50 +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  4919932c495fb2f3169a933712c67ab160f289ce (commit)
      from  4af297fc2018a4ab3f1e86dfdd94cf12dbf8a0c5 (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 4919932c495fb2f3169a933712c67ab160f289ce
Author: Erik Ekman <address@hidden>
Date:   Sun Aug 14 15:02:15 2016 +0200

    Apply patch #8755: Multicast DNS responder support from Erik Ekman

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

Summary of changes:
 README                                     |    1 +
 doc/mdns.txt                               |  109 ++
 src/Filelists.mk                           |    4 +
 src/apps/mdns/mdns.c                       | 2044 ++++++++++++++++++++++++++++
 src/core/netif.c                           |    4 +
 src/include/lwip/{ethip6.h => apps/mdns.h} |   66 +-
 src/include/lwip/apps/mdns_opts.h          |   41 +
 src/include/lwip/netif.h                   |    8 +
 src/include/lwip/prot/dns.h                |    7 +-
 test/unit/lwip_unittests.c                 |    4 +-
 test/unit/lwipopts.h                       |    4 +
 test/unit/mdns/test_mdns.c                 |  887 ++++++++++++
 test/unit/mdns/test_mdns.h                 |    8 +
 13 files changed, 3157 insertions(+), 30 deletions(-)
 create mode 100644 doc/mdns.txt
 create mode 100644 src/apps/mdns/mdns.c
 copy src/include/lwip/{ethip6.h => apps/mdns.h} (50%)
 create mode 100644 src/include/lwip/apps/mdns_opts.h
 create mode 100644 test/unit/mdns/test_mdns.c
 create mode 100644 test/unit/mdns/test_mdns.h


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



reply via email to

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