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-1275-g842b9f4
Date: Mon, 19 Feb 2018 15:42:31 -0500 (EST)

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  842b9f4429962107988dd5ca1a847d76a1ea66bc (commit)
      from  5b33d33e3417a78f2c0f2707f1b39ea7ef118fbc (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 842b9f4429962107988dd5ca1a847d76a1ea66bc
Author: goldsimon <address@hidden>
Date:   Mon Feb 19 21:41:48 2018 +0100

    altcp: simplify creating different types by adding an allocator concept
    
    This is done with an example in the http_client
    
    Signed-off-by: goldsimon <address@hidden>

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

Summary of changes:
 src/apps/http/http_client.c                        | 13 +-----
 src/core/altcp.c                                   | 47 ++++++++++++++++++++++
 .../lwip/altcp_tcp.h => core/altcp_alloc.c}        | 43 ++++++++++++--------
 src/core/altcp_tcp.c                               | 11 +++++
 src/include/lwip/altcp.h                           | 14 +++++++
 src/include/lwip/altcp_tcp.h                       |  2 +
 src/include/lwip/altcp_tls.h                       |  7 ++++
 src/include/lwip/apps/http_client.h                |  4 +-
 8 files changed, 112 insertions(+), 29 deletions(-)
 copy src/{include/lwip/altcp_tcp.h => core/altcp_alloc.c} (74%)


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



reply via email to

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