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. STABLE-2_1_0_RC1-45-gb9fc8ca
Date: Mon, 24 Sep 2018 16:44:38 -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  b9fc8cae685426c1867885f18aaaa958311aab3d (commit)
       via  a044c807f88cb4f67032b1dbd9338849a161f301 (commit)
      from  6229f9ef7198080119cb12a1b52b996a7eafbd7a (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 b9fc8cae685426c1867885f18aaaa958311aab3d
Author: Simon Goldschmidt <address@hidden>
Date:   Mon Sep 24 22:44:32 2018 +0200

    Documentation improvements for 2.1.0 (mainly altcp/altcp_tls)

commit a044c807f88cb4f67032b1dbd9338849a161f301
Author: Simon Goldschmidt <address@hidden>
Date:   Mon Sep 24 22:29:54 2018 +0200

    altcp_tls: rename altcp_tls_new -> altcp_tls_wrap, add altcp_tls_new
    
    The new altcp_tls_new() is a type safe version of altcp_tls_alloc()
    
    Signed-off-by: Simon Goldschmidt <address@hidden>

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

Summary of changes:
 CHANGELOG                              |  4 +-
 README                                 | 12 ++---
 UPGRADING                              |  1 +
 doc/doxygen/main_page.h                |  9 ++++
 src/apps/altcp_tls/altcp_tls_mbedtls.c |  2 +-
 src/apps/http/altcp_proxyconnect.c     |  2 +-
 src/apps/http/httpd.c                  |  5 +-
 src/apps/mqtt/mqtt.c                   | 19 ++++----
 src/apps/smtp/smtp.c                   | 17 +++----
 src/core/altcp.c                       | 85 +++++++++++++++++++++++++++++++---
 src/core/altcp_alloc.c                 | 12 +++--
 src/include/lwip/altcp.h               |  5 +-
 src/include/lwip/altcp_tls.h           | 16 +++++--
 src/include/lwip/opt.h                 | 16 ++++---
 14 files changed, 145 insertions(+), 60 deletions(-)


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



reply via email to

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