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. 9a4c66006e755620427e6efaa65e896a5f7d2eda
Date: Thu, 03 Mar 2016 21:59:19 +0000

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  9a4c66006e755620427e6efaa65e896a5f7d2eda (commit)
       via  1c52780b62a92edf0069cd86bf41fe76502101aa (commit)
       via  bee5515e9a8e2dc1401b911908d02f54291907ac (commit)
       via  0a7f404d0936c3e6bb6260ee583a80b9c96e13e8 (commit)
       via  1dea649cff8fe9848d997ca62beca40a09b92479 (commit)
       via  7396d8818b2d332746610586e7b6a731254d8231 (commit)
       via  2d80af1dcb5585c9ba548fd94917438dc9f965ec (commit)
       via  b5cd90a342c1dbef0d277aba0a513a9bdfb2bafb (commit)
      from  5358380c5fe2a0a284d9597c858641bb18e49871 (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 9a4c66006e755620427e6efaa65e896a5f7d2eda
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu Mar 3 22:55:42 2016 +0100

    Fix compile error in raw.c (possible unused arg)

commit 1c52780b62a92edf0069cd86bf41fe76502101aa
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu Mar 3 22:52:43 2016 +0100

    snmp_netconn: Use new "socket-like" netconn API dual-stack implementation

commit bee5515e9a8e2dc1401b911908d02f54291907ac
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu Mar 3 22:52:04 2016 +0100

    netconn API: Reimplement dual-stack API to be socket-like.
    
    When IPv6 ANY address is used and the NETCONN_FLAG_IPV6_V6ONLY is NOT set, 
bind/listen on/to IP_ANY_TYPE

commit 0a7f404d0936c3e6bb6260ee583a80b9c96e13e8
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu Mar 3 22:49:55 2016 +0100

    api_lib.c: Don't propagate NULL pointers as ip address to subsequent 
functions

commit 1dea649cff8fe9848d997ca62beca40a09b92479
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu Mar 3 22:48:10 2016 +0100

    Fix comment in tcp.c

commit 7396d8818b2d332746610586e7b6a731254d8231
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu Mar 3 22:47:27 2016 +0100

    Implement dual-stack in RAW API in the same way as in UDP and TCP

commit 2d80af1dcb5585c9ba548fd94917438dc9f965ec
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu Mar 3 22:44:01 2016 +0100

    Minor code cleanup in udp.c

commit b5cd90a342c1dbef0d277aba0a513a9bdfb2bafb
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu Mar 3 21:04:00 2016 +0100

    Add compatibility macro for tcp_new_ip6()

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

Summary of changes:
 src/api/api_lib.c            |   19 ++++---
 src/api/api_msg.c            |   47 ++++++++++++------
 src/apps/snmp/snmp_netconn.c |   12 +++--
 src/core/raw.c               |  111 +++++++++++++++++++++++++++---------------
 src/core/tcp.c               |    2 +-
 src/core/udp.c               |   22 ++++-----
 src/include/lwip/api.h       |   12 +----
 src/include/lwip/raw.h       |    8 ++--
 src/include/lwip/tcp.h       |    3 +
 9 files changed, 141 insertions(+), 95 deletions(-)


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



reply via email to

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