[SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RC1-5-g8b4a815
[email protected] (Dirk Ziegelmeier)
| Newsgroups | gmane.network.lwip.cvs |
|---|---|
| Message-ID | <[email protected]> |
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 8b4a8159a898795ef0fc9226dae1ce66531ad487 (commit)
from 4e74421dac26f2646200b96d5f493982da522ef1 (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 8b4a8159a898795ef0fc9226dae1ce66531ad487
Author: Dirk Ziegelmeier <[email protected]>
Date: Tue Jul 17 21:15:48 2018 +0200
Test / RFC: Reformat a few files using clang-format
Does it compile? Does it look good (enough)?
-----------------------------------------------------------------------
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, 2981 insertions(+), 2681 deletions(-)
hooks/post-receive
--
lwIP - A Lightweight TCPIP stack