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-487-gd386374
Date: Wed, 22 Mar 2017 17:42:21 -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  d386374449ea09c912875e0d35b358240b864f6a (commit)
       via  afaa7d956113717a844c32476a0d8cdc87fc383a (commit)
       via  2f3b00efb4511d21279beda6dce2e653be24617b (commit)
       via  967d4fc3b0eefdabf1f38747db4b87d2956fdf57 (commit)
       via  c18393b52b6ec3e9c4581631ac9155aa2dddc930 (commit)
      from  a46664eab28d06c40104b5544d294afc4e0cc368 (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 d386374449ea09c912875e0d35b358240b864f6a
Author: goldsimon <address@hidden>
Date:   Wed Mar 22 22:42:09 2017 +0100

    httpd: add support for https

commit afaa7d956113717a844c32476a0d8cdc87fc383a
Author: goldsimon <address@hidden>
Date:   Wed Mar 22 22:41:24 2017 +0100

    httpd: prepare for https: move initialization code to shared function

commit 2f3b00efb4511d21279beda6dce2e653be24617b
Author: goldsimon <address@hidden>
Date:   Wed Mar 22 22:33:50 2017 +0100

    httpd: convert to altcp API (a simple search & replace...)

commit 967d4fc3b0eefdabf1f38747db4b87d2956fdf57
Author: goldsimon <address@hidden>
Date:   Wed Mar 22 22:33:23 2017 +0100

    LWIP_ALTCP: default to off for maximum backwards compatibility...

commit c18393b52b6ec3e9c4581631ac9155aa2dddc930
Author: goldsimon <address@hidden>
Date:   Wed Mar 22 22:29:11 2017 +0100

    altcp: added 'addrinfo' and 'tcp_state' functions

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

Summary of changes:
 src/apps/altcp_tls/altcp_mbedtls.c |  27 ++++++-
 src/apps/httpd/httpd.c             | 142 ++++++++++++++++++++++---------------
 src/core/altcp.c                   |  20 ++++++
 src/core/altcp_tcp.c               |  29 +++++++-
 src/core/tcp.c                     |  24 +++++++
 src/include/lwip/altcp.h           |  17 +++--
 src/include/lwip/apps/httpd.h      |   4 ++
 src/include/lwip/apps/httpd_opts.h |  12 +++-
 src/include/lwip/opt.h             |   2 +-
 src/include/lwip/priv/altcp_priv.h |   9 +++
 src/include/lwip/tcp.h             |   3 +-
 src/include/lwip/tcpbase.h         |   2 +
 12 files changed, 225 insertions(+), 66 deletions(-)


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



reply via email to

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