[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-940-g931b5e6 |
Date: |
Sun, 17 Sep 2017 14:47:46 -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 931b5e643c25820a99bb8df94ab37db6b58c446b (commit)
via 8c59be74c1685881880a9e2b28ba064565c148f7 (commit)
from 3ed24085facb916387a9ebfd698269e58d855370 (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 931b5e643c25820a99bb8df94ab37db6b58c446b
Author: Dirk Ziegelmeier <address@hidden>
Date: Sun Sep 17 20:38:38 2017 +0200
Reformat core code using astylerc
commit 8c59be74c1685881880a9e2b28ba064565c148f7
Author: Dirk Ziegelmeier <address@hidden>
Date: Sun Sep 17 20:33:27 2017 +0200
Reformat IPv4 code using astylerc
-----------------------------------------------------------------------
Summary of changes:
src/core/altcp_tcp.c | 2 +-
src/core/def.c | 20 +-
src/core/dns.c | 59 +++--
src/core/inet_chksum.c | 26 +-
src/core/init.c | 135 ++++++-----
src/core/ip.c | 10 +-
src/core/ipv4/autoip.c | 132 +++++-----
src/core/ipv4/dhcp.c | 203 ++++++++--------
src/core/ipv4/etharp.c | 164 ++++++-------
src/core/ipv4/icmp.c | 298 +++++++++++------------
src/core/ipv4/igmp.c | 174 +++++++-------
src/core/ipv4/ip4.c | 184 +++++++-------
src/core/ipv4/ip4_addr.c | 84 +++----
src/core/ipv4/ip4_frag.c | 74 +++---
src/core/mem.c | 52 ++--
src/core/memp.c | 48 ++--
src/core/netif.c | 116 ++++-----
src/core/pbuf.c | 145 ++++++-----
src/core/raw.c | 39 ++-
src/core/tcp.c | 252 ++++++++++---------
src/core/tcp_in.c | 614 +++++++++++++++++++++++------------------------
src/core/tcp_out.c | 154 ++++++------
src/core/timeouts.c | 12 +-
src/core/udp.c | 108 ++++-----
24 files changed, 1546 insertions(+), 1559 deletions(-)
hooks/post-receive
--
lwIP - A Lightweight TCPIP stack
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-940-g931b5e6,
Dirk Ziegelmeier <=