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: Simon Goldschmidt
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-472-g66fb52f
Date: Mon, 20 Mar 2017 17:20:02 -0400 (EDT)

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  66fb52ff5cdfafecef9c0cc7b32bccee8b0f3e7f (commit)
       via  d11292505bbe595706d0e2246cd2eb1d0a53dd7a (commit)
      from  2d9ef2215b5f276d8c7d34839bc6becfb063faab (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 66fb52ff5cdfafecef9c0cc7b32bccee8b0f3e7f
Author: goldsimon <address@hidden>
Date:   Mon Mar 20 22:19:54 2017 +0100

    httpd: regenerate example fs (fsdata.c) with current makefsdata

commit d11292505bbe595706d0e2246cd2eb1d0a53dd7a
Author: goldsimon <address@hidden>
Date:   Mon Mar 20 22:19:05 2017 +0100

    httpd: use capital 'T' for content types, add more content types, provide 
the possibility to add more content types at compile time 
(HTTPD_ADDITIONAL_CONTENT_TYPES)

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

Summary of changes:
 src/apps/altcp_tls/altcp_mbedtls.c              | 753 ++++++++++++++++++++++++
 src/apps/httpd/fsdata.c                         | 100 +++-
 src/apps/httpd/httpd_structs.h                  |  46 +-
 src/core/altcp.c                                | 245 ++++++++
 src/core/altcp_tcp.c                            | 364 ++++++++++++
 src/include/lwip/altcp.h                        | 165 ++++++
 src/include/lwip/{icmp6.h => altcp_tcp.h}       |  47 +-
 src/include/lwip/{ethip6.h => apps/altcp_tls.h} |  33 +-
 src/include/lwip/priv/altcp_priv.h              | 106 ++++
 9 files changed, 1769 insertions(+), 90 deletions(-)
 create mode 100644 src/apps/altcp_tls/altcp_mbedtls.c
 create mode 100644 src/core/altcp.c
 create mode 100644 src/core/altcp_tcp.c
 create mode 100644 src/include/lwip/altcp.h
 copy src/include/lwip/{icmp6.h => altcp_tcp.h} (58%)
 copy src/include/lwip/{ethip6.h => apps/altcp_tls.h} (69%)
 create mode 100644 src/include/lwip/priv/altcp_priv.h


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



reply via email to

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