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. master_at_STABLE-2_0_0-938-g3ed2408
Date: Sun, 17 Sep 2017 14:30:41 -0400 (EDT)

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  3ed24085facb916387a9ebfd698269e58d855370 (commit)
       via  6e7fe4520a88447894124dc133dc8b9c906e95c8 (commit)
       via  2ab73ad572c6cbca9d81d0fa94afe6bd6bd984ad (commit)
       via  52d65ed1d067f59aaccb09c7e6c6ce198136ed6e (commit)
       via  be5bcc172dafb4b99b2a589e9852319d43cbe4bf (commit)
       via  914a20728e1cfe4e3c0cdd5b1dbb882441559c91 (commit)
       via  014420bfa096a591d76b93a62e909457fcc0edbf (commit)
       via  6164f0cd347e8a22dd6f7b6f3f6432b2ab1a9dfd (commit)
       via  c35b1099a4bbac5d9b039aa5a1ab8d5567cc3549 (commit)
      from  438cfd3f142ac3d6c4f377b3b0f46aad3a538923 (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 3ed24085facb916387a9ebfd698269e58d855370
Author: Dirk Ziegelmeier <address@hidden>
Date:   Sun Sep 17 20:29:18 2017 +0200

    Reformat SNMP code using astylerc

commit 6e7fe4520a88447894124dc133dc8b9c906e95c8
Author: Dirk Ziegelmeier <address@hidden>
Date:   Sun Sep 17 18:08:43 2017 +0200

    Reformat tftp_server.c using astylerc

commit 2ab73ad572c6cbca9d81d0fa94afe6bd6bd984ad
Author: Dirk Ziegelmeier <address@hidden>
Date:   Sun Sep 17 18:07:26 2017 +0200

    Reformat sntp.c using astylerc

commit 52d65ed1d067f59aaccb09c7e6c6ce198136ed6e
Author: Dirk Ziegelmeier <address@hidden>
Date:   Sun Sep 17 18:05:07 2017 +0200

    Reformat netbiosns.c using astylerc

commit be5bcc172dafb4b99b2a589e9852319d43cbe4bf
Author: Dirk Ziegelmeier <address@hidden>
Date:   Sun Sep 17 18:04:29 2017 +0200

    Reformat mqtt.c using astylerc

commit 914a20728e1cfe4e3c0cdd5b1dbb882441559c91
Author: Dirk Ziegelmeier <address@hidden>
Date:   Sun Sep 17 18:00:33 2017 +0200

    Reformat mdns.c using astylerc

commit 014420bfa096a591d76b93a62e909457fcc0edbf
Author: Dirk Ziegelmeier <address@hidden>
Date:   Sun Sep 17 18:00:23 2017 +0200

    Reformat lwiperf.c using astylerc

commit 6164f0cd347e8a22dd6f7b6f3f6432b2ab1a9dfd
Author: Dirk Ziegelmeier <address@hidden>
Date:   Sun Sep 17 17:58:36 2017 +0200

    Reformat httpd* using astylerc

commit c35b1099a4bbac5d9b039aa5a1ab8d5567cc3549
Author: Dirk Ziegelmeier <address@hidden>
Date:   Sun Sep 17 17:52:44 2017 +0200

    Reformat altcp_tls_mbedtls* using astylerc

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

Summary of changes:
 src/apps/altcp_tls/altcp_tls_mbedtls.c         |  47 ++-
 src/apps/altcp_tls/altcp_tls_mbedtls_mem.c     |  22 +-
 src/apps/altcp_tls/altcp_tls_mbedtls_structs.h |   4 +-
 src/apps/httpd/fs.c                            |  36 +-
 src/apps/httpd/fsdata.h                        |  28 +-
 src/apps/httpd/httpd.c                         | 316 +++++++++---------
 src/apps/httpd/httpd_structs.h                 |  89 +++--
 src/apps/httpd/makefsdata/makefsdata.c         | 227 +++++++------
 src/apps/lwiperf/lwiperf.c                     | 198 +++++------
 src/apps/mdns/mdns.c                           | 114 +++----
 src/apps/mqtt/mqtt.c                           | 113 ++++---
 src/apps/netbiosns/netbiosns.c                 |  61 ++--
 src/apps/snmp/snmp_asn1.c                      |  18 +-
 src/apps/snmp/snmp_asn1.h                      |  21 +-
 src/apps/snmp/snmp_core.c                      | 173 +++++-----
 src/apps/snmp/snmp_core_priv.h                 |  10 +-
 src/apps/snmp/snmp_mib2.c                      |   6 +-
 src/apps/snmp/snmp_mib2_icmp.c                 | 164 +++++-----
 src/apps/snmp/snmp_mib2_interfaces.c           | 245 +++++++-------
 src/apps/snmp/snmp_mib2_ip.c                   | 436 ++++++++++++-------------
 src/apps/snmp/snmp_mib2_snmp.c                 | 200 ++++++------
 src/apps/snmp/snmp_mib2_system.c               | 159 +++++----
 src/apps/snmp/snmp_mib2_tcp.c                  | 235 +++++++------
 src/apps/snmp/snmp_mib2_udp.c                  | 124 ++++---
 src/apps/snmp/snmp_msg.c                       | 287 ++++++++--------
 src/apps/snmp/snmp_msg.h                       |  21 +-
 src/apps/snmp/snmp_netconn.c                   |  20 +-
 src/apps/snmp/snmp_pbuf_stream.c               |  18 +-
 src/apps/snmp/snmp_pbuf_stream.h               |  19 +-
 src/apps/snmp/snmp_raw.c                       |  12 +-
 src/apps/snmp/snmp_scalar.c                    |  54 +--
 src/apps/snmp/snmp_snmpv2_framework.c          |  34 +-
 src/apps/snmp/snmp_snmpv2_usm.c                | 126 ++++---
 src/apps/snmp/snmp_table.c                     |  79 +++--
 src/apps/snmp/snmp_threadsync.c                |  58 ++--
 src/apps/snmp/snmp_traps.c                     |  14 +-
 src/apps/snmp/snmpv3.c                         |   2 +-
 src/apps/snmp/snmpv3_mbedtls.c                 |  64 ++--
 src/apps/snmp/snmpv3_priv.h                    |  11 +-
 src/apps/sntp/sntp.c                           |  42 +--
 src/apps/tftp/tftp_server.c                    |  85 +++--
 41 files changed, 1974 insertions(+), 2018 deletions(-)


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



reply via email to

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