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_RELEASE-108-g06cc825
Date: Mon, 22 Oct 2018 14:56:30 -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  06cc8254314e7fca34d8f6b59a96fa35cd355073 (commit)
       via  64e0ede1a163030dc4b15eb4f25c56ced03d7200 (commit)
      from  e0e4240875695307ec07488e07c08dc513818e74 (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 06cc8254314e7fca34d8f6b59a96fa35cd355073
Author: Dirk Ziegelmeier <address@hidden>
Date:   Mon Oct 22 20:53:37 2018 +0200

    Whitespace cleanup lwIP

commit 64e0ede1a163030dc4b15eb4f25c56ced03d7200
Author: Dirk Ziegelmeier <address@hidden>
Date:   Mon Oct 22 20:33:35 2018 +0200

    Whitespace cleanup in contrib dir

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

Summary of changes:
 .../addons/ipv6_static_routing/ip6_route_table.c   |    2 +-
 .../addons/ipv6_static_routing/ip6_route_table.h   |    2 +-
 contrib/addons/tcp_isn/tcp_isn.c                   |    2 +-
 contrib/apps/chargen/chargen.c                     |   26 +-
 contrib/apps/httpserver/httpserver-netconn.c       |   22 +-
 contrib/apps/ping/ping.c                           |   30 +-
 contrib/apps/rtp/rtp.c                             |   24 +-
 contrib/apps/rtp/rtpdata.h                         | 4074 ++++++++++----------
 contrib/apps/shell/shell.c                         |  106 +-
 contrib/apps/shell/shell.h                         |   28 +-
 contrib/apps/tcpecho/tcpecho.c                     |   34 +-
 contrib/apps/tcpecho/tcpecho.h                     |   28 +-
 contrib/apps/tcpecho_raw/tcpecho_raw.c             |   34 +-
 contrib/apps/tcpecho_raw/tcpecho_raw.h             |   28 +-
 contrib/apps/udpecho/udpecho.c                     |   28 +-
 contrib/apps/udpecho/udpecho.h                     |   28 +-
 contrib/examples/example_app/default_netif.h       |   28 +-
 contrib/examples/example_app/lwipopts.h            |   28 +-
 contrib/examples/example_app/lwippools.h           |    2 +-
 contrib/examples/example_app/test.c                |   10 +-
 contrib/ports/unix/example_app/default_netif.c     |   28 +-
 contrib/ports/unix/port/include/arch/cc.h          |   28 +-
 contrib/ports/unix/port/include/arch/perf.h        |   28 +-
 contrib/ports/unix/port/include/arch/sys_arch.h    |   29 +-
 contrib/ports/unix/port/netif/fifo.c               |   20 +-
 contrib/ports/unix/port/netif/list.c               |   29 +-
 contrib/ports/unix/port/netif/pcapif.c             |   48 +-
 contrib/ports/unix/port/netif/sio.c                |   17 +-
 contrib/ports/unix/port/netif/tapif.c              |    4 +-
 contrib/ports/win32/check/stdbool.h                |    2 +-
 contrib/ports/win32/check/time.c                   |   16 +-
 contrib/ports/win32/example_app/default_netif.c    |   28 +-
 contrib/ports/win32/include/arch/cc.h              |   30 +-
 contrib/ports/win32/include/arch/perf.h            |   48 +-
 contrib/ports/win32/include/arch/sys_arch.h        |   29 +-
 contrib/ports/win32/pcapif.c                       |    2 +-
 contrib/ports/win32/pcapif_helper.c                |    2 +-
 contrib/ports/win32/pcapif_helper.h                |    2 +-
 contrib/ports/win32/sio.c                          |   50 +-
 contrib/ports/win32/sys_arch.c                     |   32 +-
 src/api/tcpip.c                                    |    2 +-
 src/apps/altcp_tls/altcp_tls_mbedtls.c             |    2 +-
 src/apps/http/fsdata.c                             |    1 -
 src/apps/http/http_client.c                        |    8 +-
 src/apps/http/httpd.c                              |    2 +-
 src/apps/smtp/smtp.c                               |   12 +-
 src/core/altcp.c                                   |    6 +-
 src/core/ipv6/ip6.c                                |    2 +-
 src/core/ipv6/mld6.c                               |    2 +-
 src/core/ipv6/nd6.c                                |    6 +-
 src/core/netif.c                                   |    2 +-
 src/core/stats.c                                   |    1 -
 src/core/sys.c                                     |   12 +-
 src/core/tcp_out.c                                 |    2 +-
 src/core/timeouts.c                                |    4 +-
 src/core/udp.c                                     |    8 +-
 src/include/compat/posix/net/if.h                  |   22 +-
 src/include/lwip/api.h                             |   16 +-
 src/include/lwip/apps/fs.h                         |   28 +-
 src/include/lwip/apps/http_client.h                |   10 +-
 src/include/lwip/apps/httpd_opts.h                 |    2 +-
 src/include/lwip/apps/mdns_opts.h                  |    1 -
 src/include/lwip/apps/mqtt.h                       |    4 +-
 src/include/lwip/apps/smtp_opts.h                  |    7 +-
 src/include/lwip/apps/snmp_core.h                  |    2 +-
 src/include/lwip/apps/tftp_opts.h                  |    2 +-
 src/include/lwip/arch.h                            |    4 +-
 src/include/lwip/dhcp.h                            |    2 +-
 src/include/lwip/igmp.h                            |    2 +-
 src/include/lwip/inet_chksum.h                     |    1 -
 src/include/lwip/ip.h                              |    2 -
 src/include/lwip/ip4.h                             |    2 -
 src/include/lwip/ip_addr.h                         |    2 +-
 src/include/lwip/mld6.h                            |    2 +-
 src/include/lwip/pbuf.h                            |    2 +-
 src/include/lwip/prot/ieee.h                       |    2 +-
 src/include/lwip/sys.h                             |   26 +-
 src/include/netif/lowpan6_ble.h                    |    6 +-
 src/include/netif/lowpan6_opts.h                   |    2 +-
 src/include/netif/slipif.h                         |    1 -
 src/netif/bridgeif_fdb.c                           |    6 +-
 src/netif/lowpan6_ble.c                            |   32 +-
 src/netif/lowpan6_common.c                         |    2 +-
 83 files changed, 2642 insertions(+), 2656 deletions(-)


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



reply via email to

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