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. STABLE-2_1_0_RC1-8-geeb2218
Date: Wed, 18 Jul 2018 02:34:04 -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  eeb2218b3dfa704ed87a183f7199015005e8ca89 (commit)
      from  0985e925a1b3527b512a63ce161d8c2c182db188 (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 eeb2218b3dfa704ed87a183f7199015005e8ca89
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Jul 18 08:34:01 2018 +0200

    Revert "Test / RFC: Reformat a few files using clang-format"
    
    This reverts commit 8b4a8159a898795ef0fc9226dae1ce66531ad487.
    
    We do not want to do this shortly before a release. Reformatting (buggy 
reformatting) may introduce new bugs.

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

Summary of changes:
 src/api/api_lib.c        |  115 ++--
 src/api/api_msg.c        |  191 ++++---
 src/api/err.c            |   36 +-
 src/api/if_api.c         |    6 +-
 src/api/netbuf.c         |    9 +-
 src/api/netdb.c          |   33 +-
 src/api/netifapi.c       |   98 ++--
 src/api/sockets.c        |  845 ++++++++++++++--------------
 src/api/tcpip.c          |   30 +-
 src/core/ipv4/autoip.c   |  103 ++--
 src/core/ipv4/dhcp.c     |  380 +++++--------
 src/core/ipv4/etharp.c   |  235 ++++----
 src/core/ipv4/icmp.c     |   46 +-
 src/core/ipv4/igmp.c     |  138 ++---
 src/core/ipv4/ip4.c      |  309 +++++------
 src/core/ipv4/ip4_addr.c |   15 +-
 src/core/ipv4/ip4_frag.c |   82 +--
 src/core/ipv6/dhcp6.c    |  127 ++---
 src/core/ipv6/ethip6.c   |   12 +-
 src/core/ipv6/icmp6.c    |  219 ++++----
 src/core/ipv6/ip6.c      |  960 ++++++++++++++++----------------
 src/core/ipv6/ip6_addr.c |   29 +-
 src/core/ipv6/ip6_frag.c |  105 ++--
 src/core/ipv6/mld6.c     |  160 +++---
 src/core/ipv6/nd6.c      | 1379 +++++++++++++++++++++++-----------------------
 25 files changed, 2681 insertions(+), 2981 deletions(-)


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



reply via email to

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