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. 5df88220c4f3b25c9debf626fa6b227c637a9d4b
Date: Thu, 18 Aug 2016 18:44:10 +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  5df88220c4f3b25c9debf626fa6b227c637a9d4b (commit)
       via  458211c2aff8fd486505fc79f8c82952c7bb08d9 (commit)
       via  84e139f20ca937ea46125d84b14588c1116e50fd (commit)
       via  81c68f529ba96b26339d0932259aed1526657103 (commit)
       via  f299b4b7cf3ef8e83c1dd6ed345c31eab8142555 (commit)
       via  8d68400387b0f6a852c268e743622ae5ba6962db (commit)
       via  d89fa2dcbc9ff296428e90d3a407817d4344172a (commit)
       via  16293125a6b36b25111df3f7859721721a0fa57a (commit)
      from  e24fde05db0ad583882a0b082fd0ccfa633f9a66 (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 5df88220c4f3b25c9debf626fa6b227c637a9d4b
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu Aug 18 20:43:33 2016 +0200

    Fix compile of MDNS unit test with GCC

commit 458211c2aff8fd486505fc79f8c82952c7bb08d9
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu Aug 18 20:41:39 2016 +0200

    Comment fixes in my last commits

commit 84e139f20ca937ea46125d84b14588c1116e50fd
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu Aug 18 20:40:15 2016 +0200

    Work on bug #48728: headers should cleanly separate API vs. implementation
    IP6

commit 81c68f529ba96b26339d0932259aed1526657103
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu Aug 18 20:36:44 2016 +0200

    Work on bug #48728: headers should cleanly separate API vs. implementation
    MLD6

commit f299b4b7cf3ef8e83c1dd6ed345c31eab8142555
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu Aug 18 20:33:38 2016 +0200

    Work on bug #48728: headers should cleanly separate API vs. implementation
    Ethernet

commit 8d68400387b0f6a852c268e743622ae5ba6962db
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu Aug 18 20:28:03 2016 +0200

    Work on bug #48728: headers should cleanly separate API vs. implementation
    ND6

commit d89fa2dcbc9ff296428e90d3a407817d4344172a
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu Aug 18 20:22:35 2016 +0200

    Work on bug #48728: headers should cleanly separate API vs. implementation
    UDP

commit 16293125a6b36b25111df3f7859721721a0fa57a
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu Aug 18 20:22:14 2016 +0200

    Work on bug #48728: headers should cleanly separate API vs. implementation
    TCP

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

Summary of changes:
 src/core/ipv6/mld6.c                        |    1 +
 src/core/ipv6/nd6.c                         |    1 +
 src/include/lwip/ip6.h                      |  106 +-------------
 src/include/lwip/mld6.h                     |   22 ---
 src/include/lwip/nd6.h                      |  203 ---------------------------
 src/include/lwip/priv/tcp_priv.h            |   36 +----
 src/include/{netif => lwip/prot}/ethernet.h |   57 +-------
 src/include/lwip/{ => prot}/ip6.h           |   59 ++------
 src/include/lwip/{mem.h => prot/mld6.h}     |   59 ++++----
 src/include/lwip/{ => prot}/nd6.h           |  123 +---------------
 src/include/lwip/{mem.h => prot/tcp.h}      |   66 +++++----
 src/include/lwip/prot/{ip.h => udp.h}       |   39 +++--
 src/include/lwip/udp.h                      |   19 +--
 src/include/netif/ethernet.h                |   89 +-----------
 test/unit/mdns/test_mdns.c                  |    8 +-
 15 files changed, 118 insertions(+), 770 deletions(-)
 copy src/include/{netif => lwip/prot}/ethernet.h (71%)
 copy src/include/lwip/{ => prot}/ip6.h (72%)
 copy src/include/lwip/{mem.h => prot/mld6.h} (69%)
 copy src/include/lwip/{ => prot}/nd6.h (69%)
 copy src/include/lwip/{mem.h => prot/tcp.h} (52%)
 copy src/include/lwip/prot/{ip.h => udp.h} (72%)


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



reply via email to

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