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: Joel Cunningham
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-289-g2cab253
Date: Thu, 9 Feb 2017 23:56:16 -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  2cab253b34d6eec5826a51abdbfe306340adabad (commit)
       via  3a7e03aaff478b8e6b14d8a90fae8f78452d20e2 (commit)
       via  852993029de80f8598b54b73767cd73156d58f05 (commit)
      from  c396dd455438b8baaddfbe899581a06d6f2719ab (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 2cab253b34d6eec5826a51abdbfe306340adabad
Author: Joel Cunningham <address@hidden>
Date:   Thu Feb 9 22:48:47 2017 -0600

    Minor if_api.h cleanups
    
    This commit makes the following minor cleanups:
      1) Add C++ support
      2) Guard header with #if LWIP_SOCKET

commit 3a7e03aaff478b8e6b14d8a90fae8f78452d20e2
Author: Joel Cunningham <address@hidden>
Date:   Thu Feb 9 22:32:29 2017 -0600

    Add errno support to if_indextoname()
    
    This commit adds support in if_indextoname() to return ENXIO when
    no interface is found.  This conforms to the Open Group/RFC 3493
    specification
    
    In order to leverage errno set support, the set_errno macro from
    sockets.c was moved to sockets_priv.h

commit 852993029de80f8598b54b73767cd73156d58f05
Author: Joel Cunningham <address@hidden>
Date:   Thu Feb 9 22:04:30 2017 -0600

    Add sockets_priv.h header
    
    This commit introduces a sockets_priv.h header for socket API internal
    implementations intended to be used by sockets API C files, but not
    applications
    
    This commit moves struct lwip_setgetsockopt_data to the private header
    because this is not part of the public sockets API, but needs to be
    shared between sockets.c and memp.c
    
    This header lays ground work for sharing other internal sockets types
    /macros between API files (sockets.c and if_api.c)

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

Summary of changes:
 src/api/if_api.c                                   | 16 ++---
 src/api/sockets.c                                  |  9 +--
 src/core/memp.c                                    |  1 +
 src/include/lwip/if_api.h                          | 13 ++++
 src/include/lwip/{if_api.h => priv/sockets_priv.h} | 70 +++++++++++++++++-----
 src/include/lwip/sockets.h                         | 32 ----------
 6 files changed, 79 insertions(+), 62 deletions(-)
 copy src/include/lwip/{if_api.h => priv/sockets_priv.h} (52%)


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



reply via email to

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