[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. STABLE-2_1_0_RELEASE-364-g1ffcc50 |
Date: |
Sat, 15 Feb 2020 15:47:21 -0500 (EST) |
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 1ffcc5079c818eb90f0963d665d2a0c64416e631 (commit)
via d6a6b661d95260242b8b3c22a88bb6910230a08c (commit)
via 69c4c8a07434061a628c6c609eaeb2d4648f5c18 (commit)
via 8e0c6cd164becbd2dc1d77af83a880b3ab9fbf60 (commit)
from 6e7ea92d56e43de65c46396b82ceebce2b95e8af (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 1ffcc5079c818eb90f0963d665d2a0c64416e631
Author: Simon Goldschmidt <address@hidden>
Date: Sat Feb 15 21:44:02 2020 +0100
Fix-more-typos-using-codespell
Committing nearly all changes done by 'codespell_check.sh -w'
Signed-off-by: Simon Goldschmidt <address@hidden>
commit d6a6b661d95260242b8b3c22a88bb6910230a08c
Author: jona <address@hidden>
Date: Thu Feb 13 22:15:16 2020 +0100
Fix typos using codespell
Conservative strategy was used, maybe other typos remain.
Rebased: Simon Goldschmidt <address@hidden>
commit 69c4c8a07434061a628c6c609eaeb2d4648f5c18
Author: Simon Goldschmidt <address@hidden>
Date: Sat Feb 15 21:03:23 2020 +0100
codespell: change file names, add possibility to write changes
Signed-off-by: Simon Goldschmidt <address@hidden>
commit 8e0c6cd164becbd2dc1d77af83a880b3ab9fbf60
Author: jona <address@hidden>
Date: Mon Jan 13 23:26:32 2020 +0100
Add codespell wrappers : check.sh,changed_files.sh
Files adapted from the RIOT project : https://github.com/RIOT-OS/RIOT
Signed-off-by: Simon Goldschmidt <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
codespell_changed_files.sh | 26 ++++++++++
codespell_check.sh | 57 ++++++++++++++++++++++
.../LwipMibCompiler/LwipMibCompiler/Program.cs | 4 +-
.../SharpSnmpLib/Mib/Elements/Types/Sequence.cs | 2 +-
.../apps/LwipMibCompiler/SharpSnmpLib/Mib/Lexer.cs | 2 +-
.../LwipMibCompiler/SharpSnmpLib/Mib/MibModule.cs | 4 +-
.../LwipMibCompiler/SharpSnmpLib/Mib/ValueMap.cs | 2 +-
contrib/apps/httpserver/httpserver-netconn.c | 2 +-
contrib/apps/shell/shell.c | 2 +-
contrib/apps/tcpecho_raw/tcpecho_raw.c | 2 +-
contrib/examples/httpd/post_example/post_example.c | 2 +-
contrib/ports/unix/README | 2 +-
contrib/ports/unix/lib/lwipopts.h | 4 +-
contrib/ports/unix/port/include/netif/fifo.h | 2 +-
contrib/ports/unix/port/include/netif/sio.h | 2 +-
contrib/ports/unix/port/netif/sio.c | 2 +-
contrib/ports/win32/pcapif.c | 2 +-
doc/ZeroCopyRx.c | 2 +-
doc/doxygen/main_page.h | 8 +--
doc/mqtt_client.txt | 2 +-
doc/ppp.txt | 2 +-
src/api/api_msg.c | 6 +--
src/api/if_api.c | 2 +-
src/api/netbuf.c | 2 +-
src/apps/altcp_tls/altcp_tls_mbedtls.c | 2 +-
src/apps/http/altcp_proxyconnect.c | 2 +-
src/apps/http/http_client.c | 4 +-
src/apps/http/makefsdata/makefsdata.c | 6 +--
src/apps/lwiperf/lwiperf.c | 2 +-
src/apps/mdns/mdns.c | 18 +++----
src/apps/mdns/mdns_domain.c | 2 +-
src/apps/mdns/mdns_out.c | 2 +-
src/apps/mqtt/mqtt.c | 2 +-
src/apps/smtp/smtp.c | 2 +-
src/apps/snmp/snmp_core.c | 12 ++---
src/apps/snmp/snmp_msg.c | 2 +-
src/apps/tftp/tftp.c | 2 +-
src/core/inet_chksum.c | 2 +-
src/core/init.c | 2 +-
src/core/ipv4/acd.c | 2 +-
src/core/ipv4/etharp.c | 4 +-
src/core/ipv6/dhcp6.c | 4 +-
src/core/ipv6/nd6.c | 2 +-
src/core/mem.c | 4 +-
src/core/netif.c | 2 +-
src/core/tcp.c | 6 +--
src/core/tcp_in.c | 2 +-
src/core/tcp_out.c | 2 +-
src/include/lwip/apps/httpd_opts.h | 2 +-
src/include/lwip/apps/mdns_priv.h | 2 +-
src/include/lwip/apps/netbiosns_opts.h | 2 +-
src/include/lwip/apps/snmp.h | 2 +-
src/include/lwip/apps/snmp_mib2.h | 2 +-
src/include/lwip/apps/snmp_threadsync.h | 2 +-
src/include/lwip/arch.h | 4 +-
src/include/lwip/opt.h | 2 +-
src/include/lwip/prot/acd.h | 2 +-
src/include/netif/ppp/eap.h | 2 +-
src/include/netif/ppp/magic.h | 2 +-
src/include/netif/ppp/ppp_impl.h | 2 +-
src/include/netif/ppp/vj.h | 2 +-
src/netif/lowpan6.c | 4 +-
src/netif/lowpan6_common.c | 2 +-
src/netif/ppp/chap_ms.c | 2 +-
src/netif/ppp/eap.c | 2 +-
src/netif/ppp/ipcp.c | 8 +--
src/netif/ppp/ipv6cp.c | 2 +-
src/netif/ppp/lcp.c | 4 +-
src/netif/ppp/magic.c | 10 ++--
src/netif/ppp/pppoe.c | 2 +-
src/netif/ppp/vj.c | 2 +-
test/unit/api/test_sockets.c | 2 +-
test/unit/dhcp/test_dhcp.c | 6 +--
test/unit/mdns/test_mdns.c | 2 +-
test/unit/tcp/test_tcp.c | 2 +-
75 files changed, 197 insertions(+), 114 deletions(-)
create mode 100644 codespell_changed_files.sh
create mode 100755 codespell_check.sh
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. STABLE-2_1_0_RELEASE-364-g1ffcc50,
Simon Goldschmidt <=