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-861-g6d28e9d
Date: Tue, 8 Aug 2017 07:00:16 -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  6d28e9de79538152654f7a4340883bb19281bd1b (commit)
       via  bc3edfb4d76d06a5d173c82a295d3770fdbeb152 (commit)
       via  0486100a2bcbce74a7214ee4f11782a9441acbf0 (commit)
       via  ee89d906ec4ce15d5b083e9b7f370520ad0a1835 (commit)
       via  9d120c59eaf2e87f4b3b3b07567a4d119805c5d3 (commit)
       via  8b1a4ef711f92f0b672fe10656277ff593d5d9de (commit)
      from  60dd5188871eb2589ba000368e5cb0c05d27f89b (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 6d28e9de79538152654f7a4340883bb19281bd1b
Author: goldsimon <address@hidden>
Date:   Tue Aug 8 12:53:57 2017 +0200

    Some cleanups after applying David Girault's altcp patches

commit bc3edfb4d76d06a5d173c82a295d3770fdbeb152
Author: David Girault <address@hidden>
Date:   Tue Aug 1 10:46:22 2017 +0200

    altcp_tls_mbedtls: remove "rx pbufs left at end of handshake" assert
    
    There is case where a close notify come right after the handshake and is in 
the same pbuf!
    So just handle these data like any other data.

commit 0486100a2bcbce74a7214ee4f11782a9441acbf0
Author: David Girault <address@hidden>
Date:   Mon Aug 7 15:45:11 2017 +0200

    altcp_tls: some fixes
    
    - added `altcp_tls_free_config()`.
    - added `altcp_tls_context()` function to allow mbedtls parameter tweak.
    
      Since state structure isn't exported, this allow application to get
      internal context (port dependent) to tweak it.
    
    - free altcp_pcb when lower error callback called.

commit ee89d906ec4ce15d5b083e9b7f370520ad0a1835
Author: David Girault <address@hidden>
Date:   Mon Aug 7 15:43:58 2017 +0200

    altcp_tcp: some fixes
    
    - expose `altcp_tcp_setup()` so we can wrap altcp over existing tcp pcb.
    - avoid calling tcp_close() with NULL pcb.
    - free altcp_pcb struct when error callback called.
    
    According to `mqtt_tcp_err_cb()` in src/apps/mqtt/mqtt.c, altcp socket 
should
    work the same way than raw tcp socket. So freeing altcp_pcb ensure this.

commit 9d120c59eaf2e87f4b3b3b07567a4d119805c5d3
Author: David Girault <address@hidden>
Date:   Tue Jun 27 13:17:17 2017 +0200

    altcp: fix altcp_free
    
    call dealloc function in altcp_free() so it can be propagate it to 
inner_conn.

commit 8b1a4ef711f92f0b672fe10656277ff593d5d9de
Author: David Girault <address@hidden>
Date:   Tue Jun 6 19:04:05 2017 +0200

    altcp_tls_mbedtls: fix log messages by include a `\n`

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

Summary of changes:
 src/apps/altcp_tls/altcp_tls_mbedtls.c | 55 +++++++++++++++++++++++-----------
 src/core/altcp.c                       |  3 ++
 src/core/altcp_tcp.c                   | 21 +++++++++++--
 src/include/lwip/altcp_tcp.h           |  3 ++
 src/include/lwip/altcp_tls.h           | 11 +++++++
 5 files changed, 73 insertions(+), 20 deletions(-)


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



reply via email to

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