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-269-g46f4584
Date: Sun, 5 Feb 2017 11:54:05 +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  46f45847966d47088febd20dd7e6ee1eb1c5785a (commit)
       via  55e6bf7e3d0802975ea236c4649dc2ebaf35f185 (commit)
       via  d857344aa86843430e2249d8572ef6dc99c75b84 (commit)
       via  ef758082ed2fe543d6609ccb2b38383ced75f683 (commit)
      from  1fd56658b84f125fe07915beeffccde9525b8c00 (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 46f45847966d47088febd20dd7e6ee1eb1c5785a
Author: Dirk Ziegelmeier <address@hidden>
Date:   Sun Feb 5 12:53:42 2017 +0100

    Fix cast from pointer to numeric in slipif.c

commit 55e6bf7e3d0802975ea236c4649dc2ebaf35f185
Author: Dirk Ziegelmeier <address@hidden>
Date:   Sun Feb 5 12:53:20 2017 +0100

    Fix compile when IPv6 is disabled

commit d857344aa86843430e2249d8572ef6dc99c75b84
Author: Dirk Ziegelmeier <address@hidden>
Date:   Sun Feb 5 12:44:32 2017 +0100

    patch #9249: tcp: Fix unused parameter 'dest' build warning if !LWIP_IPV6
    Apply modified version of Axel Lin's patch, without #ifdef

commit ef758082ed2fe543d6609ccb2b38383ced75f683
Author: Dirk Ziegelmeier <address@hidden>
Date:   Sun Feb 5 12:35:42 2017 +0100

    Fix that slipif used netif->num to pass parameters to slipif_init.
    Use netif->state now, interpreted as u8_t port number (not a pointer any 
more!)

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

Summary of changes:
 UPGRADING                  |    4 ++++
 src/core/tcp.c             |    2 ++
 src/include/lwip/ip_addr.h |    2 +-
 src/netif/slipif.c         |   17 ++++++-----------
 4 files changed, 13 insertions(+), 12 deletions(-)


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



reply via email to

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