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. 02bddd251a571dbc0efd310f29bb1d3aa004afb3
Date: Fri, 09 Oct 2015 20:04:59 +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  02bddd251a571dbc0efd310f29bb1d3aa004afb3 (commit)
       via  c12fa7b4c42484dce03ae1c70e5889469dc3e32f (commit)
      from  b32751a693ee49799a46493dac5307c49b2076ae (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 02bddd251a571dbc0efd310f29bb1d3aa004afb3
Author: sg <address@hidden>
Date:   Fri Oct 9 22:00:32 2015 +0200

    re-added tcpip.h (removed because the better part of the file moved to 
"priv/tcpip_priv.h", which was more worth conserving the git history - how do 
you duplicate a file keeping its history in both copies??)

commit c12fa7b4c42484dce03ae1c70e5889469dc3e32f
Author: sg <address@hidden>
Date:   Fri Oct 9 21:58:58 2015 +0200

    started to move "private" header files containing implementation details to 
"lwip/priv/" include directory to seperate the API from the implementation.

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

Summary of changes:
 CHANGELOG                                        |    4 +
 src/api/api_lib.c                                |    5 +-
 src/api/api_msg.c                                |    4 +-
 src/api/netifapi.c                               |    2 +-
 src/api/sockets.c                                |    2 +-
 src/api/tcpip.c                                  |    9 +-
 src/core/init.c                                  |    2 +-
 src/core/ipv4/ip4.c                              |    2 +-
 src/core/ipv6/ip6.c                              |    2 +-
 src/core/memp.c                                  |   20 ++--
 src/core/netif.c                                 |    2 +-
 src/core/pbuf.c                                  |    2 +-
 src/core/snmp/mib2.c                             |    2 +-
 src/core/stats.c                                 |    4 +-
 src/core/tcp.c                                   |    2 +-
 src/core/tcp_in.c                                |    2 +-
 src/core/tcp_out.c                               |    2 +-
 src/core/timers.c                                |    4 +-
 src/include/lwip/memp.h                          |    8 +-
 src/include/lwip/{ => priv}/api_msg.h            |    0
 src/include/lwip/{ => priv}/memp_std.h           |    0
 src/include/lwip/{tcp_impl.h => priv/tcp_priv.h} |    0
 src/include/lwip/{tcpip.h => priv/tcpip_priv.h}  |   37 +----
 src/include/lwip/tcpip.h                         |  186 ++--------------------
 src/include/netif/ppp/vj.h                       |    2 +-
 25 files changed, 60 insertions(+), 245 deletions(-)
 rename src/include/lwip/{ => priv}/api_msg.h (100%)
 rename src/include/lwip/{ => priv}/memp_std.h (100%)
 rename src/include/lwip/{tcp_impl.h => priv/tcp_priv.h} (100%)
 copy src/include/lwip/{tcpip.h => priv/tcpip_priv.h} (85%)


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



reply via email to

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