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: Simon Goldschmidt
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 490581a0eb30c4e0f7262dcf45175d0d3c2e3597
Date: Tue, 06 Oct 2015 19:08:45 +0000

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  490581a0eb30c4e0f7262dcf45175d0d3c2e3597 (commit)
      from  0737cfb84ea13bc6ca8d47ab46204297b92d9c8d (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 490581a0eb30c4e0f7262dcf45175d0d3c2e3597
Author: sg <address@hidden>
Date:   Tue Oct 6 21:08:28 2015 +0200

    minor/coding style: removed spaces before line ending

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

Summary of changes:
 src/api/api_lib.c               |    2 +-
 src/api/api_msg.c               |    6 ++--
 src/api/err.c                   |    3 +-
 src/api/netdb.c                 |    4 +-
 src/api/sockets.c               |   10 ++++----
 src/api/tcpip.c                 |    6 ++--
 src/core/def.c                  |    2 +-
 src/core/dhcp.c                 |    4 +-
 src/core/inet_chksum.c          |   16 +++++-------
 src/core/init.c                 |    2 +-
 src/core/ipv4/autoip.c          |    6 ++--
 src/core/ipv4/icmp.c            |    2 +-
 src/core/ipv4/igmp.c            |    4 +-
 src/core/ipv4/ip4.c             |    2 +-
 src/core/ipv4/ip4_addr.c        |    4 +-
 src/core/ipv4/ip_frag.c         |   15 +++++------
 src/core/ipv6/ip6.c             |    1 -
 src/core/mem.c                  |    2 +-
 src/core/memp.c                 |   14 +++++-----
 src/core/netif.c                |   11 ++++----
 src/core/pbuf.c                 |    4 +-
 src/core/raw.c                  |    6 ++--
 src/core/tcp.c                  |   50 ++++++++++++++++++--------------------
 src/core/tcp_in.c               |   41 +++++++++++++++----------------
 src/core/tcp_out.c              |   35 +++++++++++++--------------
 src/core/udp.c                  |    6 ++--
 src/include/lwip/arch.h         |    2 +-
 src/include/lwip/autoip.h       |    2 +-
 src/include/lwip/debug.h        |    4 +-
 src/include/lwip/def.h          |    2 +-
 src/include/lwip/dhcp.h         |   16 ++++++------
 src/include/lwip/igmp.h         |    2 +-
 src/include/lwip/memp_std.h     |    2 +-
 src/include/lwip/netif.h        |    2 +-
 src/include/lwip/netifapi.h     |    1 -
 src/include/lwip/opt.h          |   32 ++++++++++++------------
 src/include/lwip/pbuf.h         |    2 +-
 src/include/lwip/sio.h          |   22 ++++++++--------
 src/include/lwip/snmp_structs.h |    6 ++--
 src/include/lwip/sockets.h      |    2 +-
 src/include/lwip/stats.h        |    2 +-
 src/include/lwip/sys.h          |    4 +-
 src/include/lwip/tcp.h          |    6 ++--
 src/include/lwip/tcp_impl.h     |    6 ++--
 src/include/netif/slipif.h      |    2 +-
 src/netif/etharp.c              |   38 ++++++++++++++--------------
 src/netif/ethernetif.c          |   22 ++++++++--------
 src/netif/slipif.c              |    4 +-
 48 files changed, 215 insertions(+), 224 deletions(-)


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



reply via email to

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