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. b0d4386744c8fd88626fd13698c153681c01a4e7
Date: Wed, 02 Mar 2016 22:55:12 +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  b0d4386744c8fd88626fd13698c153681c01a4e7 (commit)
       via  0c673b6a4443569e24539a0fb63aab7ea49ec172 (commit)
       via  e89b48d23f2c3874beebaf15fb17c0158f524d13 (commit)
       via  f9ce31f98bf3718f75e6857c34482a074478bf4a (commit)
      from  bd131e5e4b34493ffd760b969cff614e6563bf13 (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 b0d4386744c8fd88626fd13698c153681c01a4e7
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Mar 2 23:47:09 2016 +0100

    Adapt HTTP server to new dual-stack API

commit 0c673b6a4443569e24539a0fb63aab7ea49ec172
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Mar 2 23:46:22 2016 +0100

    Implement new style TCP dual-stack in netconn API

commit e89b48d23f2c3874beebaf15fb17c0158f524d13
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Mar 2 23:44:51 2016 +0100

    raw.c: Avoid NULL pointer dereference

commit f9ce31f98bf3718f75e6857c34482a074478bf4a
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Mar 2 23:14:33 2016 +0100

    TCP: Implement dual stack support using new IP_ANY_TYPE introduced at UDP

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

Summary of changes:
 src/api/api_msg.c      |   29 +++++++++++++------------
 src/apps/httpd/httpd.c |   37 ++++++++++++--------------------
 src/core/raw.c         |    6 +++-
 src/core/tcp.c         |   54 +++++++++--------------------------------------
 src/core/tcp_in.c      |    9 ++-----
 src/include/lwip/api.h |    4 +-
 src/include/lwip/tcp.h |   16 +-------------
 7 files changed, 50 insertions(+), 105 deletions(-)


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



reply via email to

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