lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] [SCM] UNNAMED PROJECT branch, ppp-test, updated. STABLE-2


From: Sylvain Rochet
Subject: [lwip-commits] [SCM] UNNAMED PROJECT branch, ppp-test, updated. STABLE-2_0_0_RC1-97-g73e598a
Date: Sun, 19 Jun 2016 15:04:27 +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 "UNNAMED PROJECT".

The branch, ppp-test has been updated
       via  73e598a2c1c5cef121cdd18814d6d33540491272 (commit)
       via  0a6d0e1ae02661e5475f8ea4367a3029f37805e2 (commit)
       via  2159a317c2dce86ad04d176306904bb7c2833880 (commit)
       via  50c82bdd0baf198a9e2484eea47332eb598e585d (commit)
       via  75253a13d4b61eba0c5afe21e36c0c39b96155bf (commit)
       via  56bf5ae4747c091f6ee65e450ebc147949b8bfdc (commit)
       via  ce021ba5c4737d0909d631d2e9f38d7cb39d22a0 (commit)
       via  6dda1600028a358144c7fa93baf76bcf26091a48 (commit)
       via  02d86092d183c2f1cb06e9a775557b5a791a931c (commit)
       via  7ad8bc384fd19a36bb599258272dd692a24ca9f8 (commit)
       via  0d924c4286e8fa46bb5ad02ab2d41f9e76e7b0fa (commit)
      from  9e5118965c28ba3b549cb3e3b6c2f01bc2e37586 (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 73e598a2c1c5cef121cdd18814d6d33540491272
Author: Sylvain Rochet <address@hidden>
Date:   Sun Jun 19 17:03:47 2016 +0200

    ppp-test: fix app after DNS API change

commit 0a6d0e1ae02661e5475f8ea4367a3029f37805e2
Merge: 9e51189 2159a31
Author: Sylvain Rochet <address@hidden>
Date:   Sun Jun 19 17:02:01 2016 +0200

    Merge branch 'master' into ppp-test

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

Summary of changes:
 apps/ping/ping.c                                   |    6 +-
 ports/unix/README                                  |    2 +
 ports/unix/check/Makefile                          |    4 +-
 ports/unix/{check => fuzz}/Makefile                |   26 ++--
 ports/unix/fuzz/README                             |   34 +++++
 ports/unix/{check => fuzz}/config.h                |    0
 ports/unix/fuzz/fuzz.c                             |  149 ++++++++++++++++++++
 ports/unix/fuzz/inputs/arp/arp_req.bin             |  Bin 0 -> 42 bytes
 ports/unix/fuzz/inputs/icmp/icmp_ping.bin          |  Bin 0 -> 98 bytes
 .../fuzz/inputs/ipv6/neighbor_solicitation.bin     |  Bin 0 -> 86 bytes
 ports/unix/fuzz/inputs/ipv6/router_adv.bin         |  Bin 0 -> 118 bytes
 ports/unix/fuzz/inputs/tcp/tcp_syn.bin             |  Bin 0 -> 74 bytes
 ports/unix/fuzz/inputs/udp/udp_port_5000.bin       |  Bin 0 -> 50 bytes
 .../include/arch/init.h => unix/fuzz/lwipopts.h}   |   37 ++++-
 ports/unix/fuzz/output_to_pcap.sh                  |   31 ++++
 ports/unix/include/arch/cc.h                       |    7 +-
 ports/unix/include/arch/sys_arch.h                 |   14 +-
 ports/unix/proj/minimal/main.c                     |    6 +-
 ports/unix/proj/unixsim/simhost.c                  |    6 +-
 ports/unix/sys_arch.c                              |  109 +++++++++++---
 ports/win32/msvc/lwIP.vcxproj                      |    1 +
 ports/win32/msvc/lwIP.vcxproj.filters              |    3 +
 22 files changed, 371 insertions(+), 64 deletions(-)
 copy ports/unix/{check => fuzz}/Makefile (71%)
 create mode 100644 ports/unix/fuzz/README
 copy ports/unix/{check => fuzz}/config.h (100%)
 create mode 100644 ports/unix/fuzz/fuzz.c
 create mode 100644 ports/unix/fuzz/inputs/arp/arp_req.bin
 create mode 100644 ports/unix/fuzz/inputs/icmp/icmp_ping.bin
 create mode 100644 ports/unix/fuzz/inputs/ipv6/neighbor_solicitation.bin
 create mode 100644 ports/unix/fuzz/inputs/ipv6/router_adv.bin
 create mode 100644 ports/unix/fuzz/inputs/tcp/tcp_syn.bin
 create mode 100644 ports/unix/fuzz/inputs/udp/udp_port_5000.bin
 copy ports/{old/rtxc/include/arch/init.h => unix/fuzz/lwipopts.h} (55%)
 create mode 100755 ports/unix/fuzz/output_to_pcap.sh


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

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