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: Dirk Ziegelmeier
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 7d8f0c781f64acf6d007fc80bca411d7d4b622e5
Date: Tue, 08 Mar 2016 19:20:05 +0000

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  7d8f0c781f64acf6d007fc80bca411d7d4b622e5 (commit)
       via  a212210c35fe5520f8e46cabb6e82a3d441dba92 (commit)
       via  ba409253355761328dc575e069297b917d434467 (commit)
       via  eab92ccb03d5a9712935eee26201859e659f48f0 (commit)
       via  fc17d02451cc3470b8ae7c81d742befa96344176 (commit)
       via  37d514c9493a3bdc6b697310e1815995696c355f (commit)
       via  a4297ef0fd640762519ae0edd1d329c60bcfe4f5 (commit)
       via  c65eca58c9a425d22848c2c4aeae1faf81cd24f6 (commit)
       via  18bb74e5c5e8c89dae4f7e39385494db276af6eb (commit)
       via  af1978fa4e44ff4f8ec55fe81887723a09fa5f71 (commit)
      from  5cf802eda080d438d5aa707886cc3715b55b1694 (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 7d8f0c781f64acf6d007fc80bca411d7d4b622e5
Author: Dirk Ziegelmeier <address@hidden>
Date:   Tue Mar 8 19:53:37 2016 +0100

    Fix wrong usage of LWIP_NETCONN_SEM_PER_THREAD macro in api_msg.h

commit a212210c35fe5520f8e46cabb6e82a3d441dba92
Author: Dirk Ziegelmeier <address@hidden>
Date:   Tue Mar 8 19:53:01 2016 +0100

    Add missing #include in memp.c

commit ba409253355761328dc575e069297b917d434467
Author: Dirk Ziegelmeier <address@hidden>
Date:   Mon Mar 7 21:23:22 2016 +0100

    tcpip_send_api_msg function is only needed in non-core-locking mode

commit eab92ccb03d5a9712935eee26201859e659f48f0
Author: Dirk Ziegelmeier <address@hidden>
Date:   Mon Mar 7 21:16:19 2016 +0100

    netifapi: Eliminate wrapper struct netifapi_msg and rename netifapi_msg_msg 
to netifapi_msg

commit fc17d02451cc3470b8ae7c81d742befa96344176
Author: Dirk Ziegelmeier <address@hidden>
Date:   Mon Mar 7 20:26:24 2016 +0100

    Fix compile with LWIP_TCPIP_CORE_LOCKING

commit 37d514c9493a3bdc6b697310e1815995696c355f
Author: Dirk Ziegelmeier <address@hidden>
Date:   Mon Mar 7 20:25:55 2016 +0100

    Minor cleanups in #includes and comments

commit a4297ef0fd640762519ae0edd1d329c60bcfe4f5
Author: Dirk Ziegelmeier <address@hidden>
Date:   Mon Mar 7 20:18:45 2016 +0100

    Reduce includes of tcpip_priv.h

commit c65eca58c9a425d22848c2c4aeae1faf81cd24f6
Author: Dirk Ziegelmeier <address@hidden>
Date:   Mon Mar 7 20:18:11 2016 +0100

    Decouple tcpip.c/tcpip_priv.h from netconn API

commit 18bb74e5c5e8c89dae4f7e39385494db276af6eb
Author: Dirk Ziegelmeier <address@hidden>
Date:   Mon Mar 7 20:06:47 2016 +0100

    Decouple tcpip.c/tcpip_priv.h from PPP API
    PPP API can now be moved to netif/ppp subdir

commit af1978fa4e44ff4f8ec55fe81887723a09fa5f71
Author: Dirk Ziegelmeier <address@hidden>
Date:   Mon Mar 7 19:57:51 2016 +0100

    Implement generic API message handling
    Add generic tcpip_send_api_msg function
    Let netif API and netconn API use it
    Decouple tcpip.c and tcpip_priv.h from netif API

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

Summary of changes:
 src/api/api_lib.c                  |   30 +++++++
 src/api/api_msg.c                  |   48 ++++++++---
 src/api/netifapi.c                 |  106 ++++++++++++++++++------
 src/api/pppapi.c                   |   84 +++++++++++++++++--
 src/api/tcpip.c                    |  162 ++++--------------------------------
 src/core/memp.c                    |    1 +
 src/include/lwip/netifapi.h        |    7 +--
 src/include/lwip/pppapi.h          |    2 +-
 src/include/lwip/priv/api_msg.h    |   59 ++++++++++----
 src/include/lwip/priv/tcpip_priv.h |   85 ++-----------------
 10 files changed, 295 insertions(+), 289 deletions(-)


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



reply via email to

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