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. 73ee4cbbf761ae02fa3cc9f4c5b0d2c86e8a2a7a
Date: Tue, 26 Jul 2016 10:59:36 +0000 (UTC)

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  73ee4cbbf761ae02fa3cc9f4c5b0d2c86e8a2a7a (commit)
       via  f6468510c662626164d9f0d540b4452fe5e2ccae (commit)
       via  a62e4452a2ec0471ebeb6b6c5ac2e60483379cd4 (commit)
      from  168ad227612d7034743b4b616e2d783d73b0ff48 (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 73ee4cbbf761ae02fa3cc9f4c5b0d2c86e8a2a7a
Author: Dirk Ziegelmeier <address@hidden>
Date:   Tue Jul 26 12:58:36 2016 +0200

    MIB compiler: Back to .NET 4.0 to maintain compatibility to VS2010

commit f6468510c662626164d9f0d540b4452fe5e2ccae
Author: Dirk Ziegelmeier <address@hidden>
Date:   Tue Jul 26 12:58:03 2016 +0200

    Adapt MIB compiler to changed function signature of my last commit. Done 
with patch #9044: SNMP response for failed get operation.

commit a62e4452a2ec0471ebeb6b6c5ac2e60483379cd4
Author: Dirk Ziegelmeier <address@hidden>
Date:   Tue Jul 26 12:48:31 2016 +0200

    Work on patch #9044: SNMP response for failed get operation
    Inspired by Marco Veeneman. Change signature of get_value function to 
return s16_t, where values <0 indicate an error. This is mapped to 
SNMP_ERR_GENERROR.

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

Summary of changes:
 .../CCodeGeneration/CCodeGeneration.csproj          |    2 +-
 .../LwipMibCompiler/LwipMibCompiler.csproj          |    2 +-
 .../LwipSnmpCodeGeneration.csproj                   |    2 +-
 .../SnmpScalarAggregationNode.cs                    |    2 +-
 .../LwipSnmpCodeGeneration/SnmpScalarNode.cs        |    2 +-
 .../snmp/LwipMibCompiler/MibViewer/MibViewer.csproj |    2 +-
 .../SharpSnmpLib/SharpSnmpLib.Mib.csproj            |    2 +-
 src/apps/snmp/snmp_mib2_icmp.c                      |    2 +-
 src/apps/snmp/snmp_mib2_interfaces.c                |    4 ++--
 src/apps/snmp/snmp_mib2_ip.c                        |    2 +-
 src/apps/snmp/snmp_mib2_snmp.c                      |    2 +-
 src/apps/snmp/snmp_mib2_system.c                    |   14 +++++++-------
 src/apps/snmp/snmp_mib2_tcp.c                       |    2 +-
 src/apps/snmp/snmp_mib2_udp.c                       |    2 +-
 src/apps/snmp/snmp_msg.c                            |   19 +++++++++++++------
 src/apps/snmp/snmp_scalar.c                         |    4 ++--
 src/apps/snmp/snmp_table.c                          |    6 +++---
 src/apps/snmp/snmp_threadsync.c                     |    6 +++---
 src/include/lwip/apps/snmp_core.h                   |    4 ++--
 src/include/lwip/apps/snmp_scalar.h                 |    2 +-
 src/include/lwip/apps/snmp_table.h                  |    6 +++---
 src/include/lwip/apps/snmp_threadsync.h             |    2 +-
 22 files changed, 49 insertions(+), 42 deletions(-)


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



reply via email to

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