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-499-ga49e040
Date: Thu, 23 Mar 2017 03:35:01 -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  a49e040072efac380163bcc7469e9708c34ae5f4 (commit)
       via  514914179064e85028e4b65b8179c7351c484499 (commit)
       via  1e26652d2e27a5fc361a0cd2bb0fc8c6d87fedc2 (commit)
      from  ab736a47643d8610e335765b03ecbb03fea88046 (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 a49e040072efac380163bcc7469e9708c34ae5f4
Author: goldsimon <address@hidden>
Date:   Thu Mar 23 08:34:56 2017 +0100

    sockets: remove select_cb definitions #if !LWIP_SOCKET_SELECT

commit 514914179064e85028e4b65b8179c7351c484499
Author: goldsimon <address@hidden>
Date:   Thu Mar 23 08:34:36 2017 +0100

    altcp_tls: remove declarations #if !LWIP_ALTCP_TLS

commit 1e26652d2e27a5fc361a0cd2bb0fc8c6d87fedc2
Author: goldsimon <address@hidden>
Date:   Thu Mar 23 08:34:02 2017 +0100

    renamed altcp_mbedtls files to altcp_tls_mbedtls

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

Summary of changes:
 src/Filelists.mk                                                     | 4 ++--
 src/api/sockets.c                                                    | 5 +++++
 src/apps/altcp_tls/{altcp_mbedtls.c => altcp_tls_mbedtls.c}          | 4 ++--
 src/apps/altcp_tls/{altcp_mbedtls_mem.c => altcp_tls_mbedtls_mem.c}  | 4 ++--
 src/apps/altcp_tls/{altcp_mbedtls_mem.h => altcp_tls_mbedtls_mem.h}  | 2 +-
 .../{altcp_mbedtls_structs.h => altcp_tls_mbedtls_structs.h}         | 0
 src/include/lwip/apps/altcp_tls.h                                    | 5 ++++-
 7 files changed, 16 insertions(+), 8 deletions(-)
 rename src/apps/altcp_tls/{altcp_mbedtls.c => altcp_tls_mbedtls.c} (99%)
 rename src/apps/altcp_tls/{altcp_mbedtls_mem.c => altcp_tls_mbedtls_mem.c} 
(98%)
 rename src/apps/altcp_tls/{altcp_mbedtls_mem.h => altcp_tls_mbedtls_mem.h} 
(98%)
 rename src/apps/altcp_tls/{altcp_mbedtls_structs.h => 
altcp_tls_mbedtls_structs.h} (100%)


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



reply via email to

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