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. 6203737093a05b202db91d9769b63a1d437bf174
Date: Thu, 12 Nov 2015 20:31:38 +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  6203737093a05b202db91d9769b63a1d437bf174 (commit)
       via  5f642eb3e36a493df1e1404a3e84db2f0fc9ac0c (commit)
      from  92a241a29e1f52a59d6fc9b9d8d67130fb4f05b1 (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 6203737093a05b202db91d9769b63a1d437bf174
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu Nov 12 21:25:42 2015 +0100

    Rename snmp_mib2.h to snmp.h so source compatibility for user netif 
implementations is preserved

commit 5f642eb3e36a493df1e1404a3e84db2f0fc9ac0c
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu Nov 12 21:21:14 2015 +0100

    Completely decouple SNMP stack from lwIP core by using private memory pools;
    Move SNMP stack to apps;
    API breaking change: Users need to call snmp_init() now!

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

Summary of changes:
 src/{core => apps}/snmp/asn1_dec.c         |    4 +-
 src/{core => apps}/snmp/asn1_enc.c         |    4 +-
 src/{core => apps}/snmp/mib2.c             |    8 +-
 src/{core => apps}/snmp/mib_structs.c      |   15 ++-
 src/{core => apps}/snmp/msg_in.c           |   64 ++++++----
 src/{core => apps}/snmp/msg_out.c          |    8 +-
 src/{include/lwip => apps/snmp}/snmp_msg.h |    6 +-
 src/core/init.c                            |   13 --
 src/core/memp.c                            |    2 -
 src/core/netif.c                           |    2 +-
 src/core/udp.c                             |    2 +-
 src/include/lwip/{ => apps}/snmp.h         |    5 +-
 src/include/lwip/{ => apps}/snmp_asn1.h    |    4 +-
 src/include/lwip/apps/snmp_opts.h          |  195 ++++++++++++++++++++++++++++
 src/include/lwip/{ => apps}/snmp_structs.h |    6 +-
 src/include/lwip/memp.h                    |    2 +-
 src/include/lwip/opt.h                     |  147 +---------------------
 src/include/lwip/priv/memp_std.h           |    6 -
 src/include/lwip/snmp.h                    |  194 +++++++++++++++++++++-------
 src/include/lwip/snmp_mib2.h               |  191 ---------------------------
 src/netif/etharp.c                         |    2 +-
 src/netif/ppp/ppp.c                        |    2 +-
 src/netif/ppp/pppoe.c                      |    2 +-
 src/netif/ppp/pppol2tp.c                   |    2 +-
 src/netif/ppp/pppos.c                      |    2 +-
 25 files changed, 425 insertions(+), 463 deletions(-)
 rename src/{core => apps}/snmp/asn1_dec.c (99%)
 rename src/{core => apps}/snmp/asn1_enc.c (99%)
 rename src/{core => apps}/snmp/mib2.c (99%)
 rename src/{core => apps}/snmp/mib_structs.c (98%)
 rename src/{core => apps}/snmp/msg_in.c (95%)
 rename src/{core => apps}/snmp/msg_out.c (99%)
 rename src/{include/lwip => apps/snmp}/snmp_msg.h (98%)
 copy src/include/lwip/{ => apps}/snmp.h (98%)
 rename src/include/lwip/{ => apps}/snmp_asn1.h (98%)
 create mode 100644 src/include/lwip/apps/snmp_opts.h
 rename src/include/lwip/{ => apps}/snmp_structs.h (98%)
 delete mode 100644 src/include/lwip/snmp_mib2.h


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



reply via email to

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