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. 14fb48cd7aec3beb5e297d3c6b950a365dd86420
Date: Fri, 19 Aug 2016 07:41:54 +0000 (UTC)

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  14fb48cd7aec3beb5e297d3c6b950a365dd86420 (commit)
       via  9725a496b5708bbab7486192110c566ecfe06e6e (commit)
      from  967516aa40e84a5a98f521ca319d7af372ef1580 (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 14fb48cd7aec3beb5e297d3c6b950a365dd86420
Author: goldsimon <address@hidden>
Date:   Fri Aug 19 09:40:55 2016 +0200

    minor: whitespace cleanups

commit 9725a496b5708bbab7486192110c566ecfe06e6e
Author: goldsimon <address@hidden>
Date:   Fri Aug 19 09:40:27 2016 +0200

    moved 2 enums from 'prot' headers to where they belong (dns, dhcp)

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

Summary of changes:
 src/api/sockets.c                      |    2 +-
 src/api/tcpip.c                        |    2 +-
 src/apps/httpd/httpd.c                 |    8 +++---
 src/apps/httpd/makefsdata/makefsdata.c |    4 +--
 src/apps/mdns/mdns.c                   |    2 +-
 src/apps/snmp/snmp_asn1.c              |   16 ++++++------
 src/apps/snmp/snmp_core.c              |   40 ++++++++++++++---------------
 src/apps/snmp/snmp_mib2_interfaces.c   |   19 +++++++-------
 src/apps/snmp/snmp_mib2_ip.c           |   10 ++++----
 src/apps/snmp/snmp_mib2_snmp.c         |    2 +-
 src/apps/snmp/snmp_mib2_system.c       |   10 ++++----
 src/apps/snmp/snmp_mib2_tcp.c          |   44 ++++++++++++++++----------------
 src/apps/snmp/snmp_mib2_udp.c          |    8 +++---
 src/core/dns.c                         |    8 ++++++
 src/core/ipv4/autoip.c                 |    4 +--
 src/core/ipv4/dhcp.c                   |   16 ++++++------
 src/core/ipv6/ip6.c                    |    2 +-
 src/core/raw.c                         |    4 +--
 src/core/tcp_in.c                      |    2 +-
 src/core/udp.c                         |    2 +-
 src/include/lwip/api.h                 |    2 +-
 src/include/lwip/apps/mdns_opts.h      |    4 +--
 src/include/lwip/apps/snmp_core.h      |    4 +--
 src/include/lwip/apps/snmp_table.h     |    2 +-
 src/include/lwip/arch.h                |    4 +--
 src/include/lwip/dhcp.h                |    6 +++++
 src/include/lwip/err.h                 |    2 +-
 src/include/lwip/etharp.h              |    2 +-
 src/include/lwip/icmp6.h               |    4 +--
 src/include/lwip/ip.h                  |    4 +--
 src/include/lwip/netif.h               |    2 +-
 src/include/lwip/opt.h                 |    6 ++---
 src/include/lwip/priv/tcpip_priv.h     |    2 +-
 src/include/lwip/prot/arp.h            |    2 +-
 src/include/lwip/prot/dhcp.h           |    8 +-----
 src/include/lwip/prot/dns.h            |   15 +++--------
 src/include/lwip/prot/ethernet.h       |    2 +-
 src/include/lwip/prot/icmp.h           |    3 +--
 src/include/lwip/prot/ip.h             |    2 --
 src/include/lwip/prot/ip4.h            |    4 +--
 src/include/lwip/prot/ip6.h            |    2 +-
 src/include/lwip/prot/mld6.h           |    2 +-
 src/include/lwip/prot/tcp.h            |    2 +-
 src/include/lwip/prot/udp.h            |    2 +-
 src/include/lwip/stats.h               |   12 ++++-----
 src/include/lwip/sys.h                 |    4 +--
 src/include/lwip/tcpip.h               |    2 +-
 src/netif/ethernetif.c                 |    2 +-
 src/netif/slipif.c                     |    4 +--
 49 files changed, 155 insertions(+), 162 deletions(-)


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



reply via email to

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