lwip-commits
[Top][All Lists]
Advanced

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

[lwip-commits] [SCM] lwIP Contrib - Contributed code for Lightweight TCP


From: Sylvain Rochet
Subject: [lwip-commits] [SCM] lwIP Contrib - Contributed code for Lightweight TCP/IP stack branch, ppp-test, updated. STABLE-2_1_0_RC1-17-ged8e693
Date: Fri, 31 Aug 2018 04:18:57 -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 Contrib - Contributed code for Lightweight TCP/IP stack".

The branch, ppp-test has been updated
       via  ed8e69345ccd12e4f529a32fc90d7d0c0e330247 (commit)
       via  e5a76063fd8afa6b67c2559dca93546bb8d9d145 (commit)
       via  62c0ed38cbe0d382538c2f92268fc82ce3ddd92f (commit)
       via  cad288fa6429926b5f32851ecf06517e875908f2 (commit)
       via  df1fdd1ee9b9d06412d98f069c0ac5135be69806 (commit)
       via  2af91049085adbbfa9c78b5809899167d20002fe (commit)
       via  33fa79f4bceddb00a54198c9aaa108c511cb46cc (commit)
       via  4766e731986da353f43955bd16d0b5c4cc5e87aa (commit)
       via  7942a3d7d1e484703dc9db325db7cd2cafcefa6a (commit)
       via  2917f46ded09ad83d2567171751df16c03366cbb (commit)
       via  2544c3a4b299cd52a21c0c448f2aa849e62ccb5d (commit)
       via  b94e071e2ad1adb5c517a43026c56986e7b5be0d (commit)
       via  5c8e1dffc8a021a520b39e389baa9ff700aa04c9 (commit)
       via  e4d16330a10bf15602c25b4d323df18e9f08e4a9 (commit)
       via  dece1fe70969e36c2abe0895a9d05ef54ca6a4af (commit)
       via  033deed807f6c7a6895425cf93ddc9f82bcadb5e (commit)
       via  196f100af3abc90041a204ada48a5336ce8a84ed (commit)
       via  d4eecdc0274b78fe79a6563aaa5d94be7f8452af (commit)
       via  5ca72a637344dbdcf0d06a3109a5dbd25de20b2f (commit)
       via  40f16846959e5964e6555a80e96ee2093f8a42f3 (commit)
       via  9efe335bba7351c04ec5d0e6c649737bc2d7c808 (commit)
       via  dd664e6363716bf3ecb1158b04a58e28657f38d2 (commit)
       via  328c22cac3ff758d2e543f7454780e7554cf7273 (commit)
       via  5d547e26e58ab03d4d2e6642e9b61d3c97c83258 (commit)
       via  539d9ea87c35a92d18bb84ee5b0b5bc334da469e (commit)
       via  6e40050321beead40f0b5a1eea36077e26f08e7b (commit)
       via  fcddb3f06f035a00dace67e0e632f44704281dcb (commit)
       via  9e69e3aeeecfaf3f37c775d02ab09d6186c0d894 (commit)
      from  de2029b2722acaec944cc7caefdc5510fd9f1894 (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 ed8e69345ccd12e4f529a32fc90d7d0c0e330247
Author: Sylvain Rochet <address@hidden>
Date:   Fri Aug 31 09:43:21 2018 +0200

    rename minimal project to ppp-test

commit e5a76063fd8afa6b67c2559dca93546bb8d9d145
Merge: de2029b 62c0ed3
Author: Sylvain Rochet <address@hidden>
Date:   Fri Aug 31 09:43:01 2018 +0200

    Merge branch 'master' into ppp-test

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

Summary of changes:
 .gitignore                                         |   4 +
 Filelists.cmake                                    |  27 +-
 addons/tcp_isn/tcp_isn.c                           |   4 +
 apps/chargen/chargen.c                             |  22 +-
 apps/rtp/rtp.c                                     |  25 +-
 apps/shell/shell.c                                 |   4 +-
 examples/example_app/lwipcfg.h.example             |   1 -
 examples/example_app/lwipopts.h                    |  40 +-
 examples/example_app/test.c                        |   8 +-
 examples/example_app/test_configs/opt_default.h    | 296 ++++++++++++
 examples/example_app/test_configs/opt_dualstack.h  | 296 ++++++++++++
 examples/example_app/test_configs/opt_ipv4only.h   | 296 ++++++++++++
 examples/example_app/test_configs/opt_ipv6only.h   | 296 ++++++++++++
 examples/example_app/test_configs/opt_none.h       |   2 +
 examples/example_app/test_configs/opt_nosys_dual.h | 296 ++++++++++++
 examples/example_app/test_configs/opt_nosys_ipv4.h | 296 ++++++++++++
 examples/example_app/test_configs/opt_nosys_ipv6.h | 296 ++++++++++++
 examples/httpd/fs_example/fs_example.c             |   3 +
 examples/mdns/mdns_example.c                       |   9 +
 ports/CMakeCommon.cmake                            |  72 ++-
 ports/unix/Common.mk                               |   9 +-
 ports/unix/Filelists.cmake                         |  16 +-
 ports/unix/README                                  |  12 -
 ports/unix/check/CMakeLists.txt                    |  24 +-
 ports/unix/example_app/CMakeLists.txt              |  20 +-
 ports/unix/example_app/Makefile                    |   3 +
 ports/unix/example_app/default_netif.c             |   7 +-
 ports/unix/example_app/iteropts.sh                 |  22 +
 ports/unix/lib/README                              |  31 --
 ports/unix/lib/lwipopts.h                          | 440 ------------------
 ports/unix/lib/unixlib.c                           |  97 ----
 ports/unix/port/include/arch/cc.h                  |   2 +
 ports/unix/port/include/arch/sys_arch.h            |   2 +-
 ports/unix/port/include/netif/delif.h              |  42 --
 ports/unix/port/include/netif/dropif.h             |  41 --
 ports/unix/port/include/netif/tapif.h              |   1 +
 ports/unix/port/include/netif/tcpdump.h            |  41 --
 ports/unix/port/include/netif/tunif.h              |  41 --
 ports/unix/port/include/netif/unixif.h             |  40 --
 ports/unix/port/netif/delif.c                      | 384 ----------------
 ports/unix/port/netif/pcapif.c                     |   9 -
 ports/unix/port/netif/tapif.c                      |  10 +-
 ports/unix/port/netif/tcpdump.c                    | 216 ---------
 ports/unix/port/netif/tunif.c                      | 318 -------------
 ports/unix/port/netif/unixif.c                     | 501 ---------------------
 ports/unix/port/sys_arch.c                         |  43 +-
 ports/unix/{minimal => ppp-test}/Makefile          |   0
 ports/unix/{minimal => ppp-test}/README            |   0
 ports/unix/{minimal => ppp-test}/lwipopts.h        |   0
 ports/unix/{minimal => ppp-test}/main.c            |   0
 ports/unix/unixsim/CMakeLists.txt                  |  36 --
 ports/unix/unixsim/Makefile                        |  59 ---
 ports/unix/unixsim/README                          |  61 ---
 ports/unix/unixsim/lwip_hooks.h                    |  49 --
 ports/unix/unixsim/lwipopts.h                      | 401 -----------------
 ports/unix/unixsim/simhost.c                       | 356 ---------------
 ports/unix/unixsim/simnode.c                       | 167 -------
 ports/unix/unixsim/simrouter.c                     | 187 --------
 ports/{unix => win32}/Common.mk                    |  27 +-
 ports/win32/Filelists.cmake                        |   6 +-
 ports/win32/example_app/CMakeLists.txt             |  20 +-
 ports/{unix/lib => win32/example_app}/Makefile     |  21 +-
 ports/win32/sys_arch.c                             |   1 +
 63 files changed, 2390 insertions(+), 3666 deletions(-)
 create mode 100644 examples/example_app/test_configs/opt_default.h
 create mode 100644 examples/example_app/test_configs/opt_dualstack.h
 create mode 100644 examples/example_app/test_configs/opt_ipv4only.h
 create mode 100644 examples/example_app/test_configs/opt_ipv6only.h
 create mode 100644 examples/example_app/test_configs/opt_none.h
 create mode 100644 examples/example_app/test_configs/opt_nosys_dual.h
 create mode 100644 examples/example_app/test_configs/opt_nosys_ipv4.h
 create mode 100644 examples/example_app/test_configs/opt_nosys_ipv6.h
 create mode 100755 ports/unix/example_app/iteropts.sh
 delete mode 100644 ports/unix/lib/README
 delete mode 100644 ports/unix/lib/lwipopts.h
 delete mode 100644 ports/unix/lib/unixlib.c
 delete mode 100644 ports/unix/port/include/netif/delif.h
 delete mode 100644 ports/unix/port/include/netif/dropif.h
 delete mode 100644 ports/unix/port/include/netif/tcpdump.h
 delete mode 100644 ports/unix/port/include/netif/tunif.h
 delete mode 100644 ports/unix/port/include/netif/unixif.h
 delete mode 100644 ports/unix/port/netif/delif.c
 delete mode 100644 ports/unix/port/netif/tcpdump.c
 delete mode 100644 ports/unix/port/netif/tunif.c
 delete mode 100644 ports/unix/port/netif/unixif.c
 rename ports/unix/{minimal => ppp-test}/Makefile (100%)
 rename ports/unix/{minimal => ppp-test}/README (100%)
 rename ports/unix/{minimal => ppp-test}/lwipopts.h (100%)
 rename ports/unix/{minimal => ppp-test}/main.c (100%)
 delete mode 100644 ports/unix/unixsim/CMakeLists.txt
 delete mode 100644 ports/unix/unixsim/Makefile
 delete mode 100644 ports/unix/unixsim/README
 delete mode 100644 ports/unix/unixsim/lwip_hooks.h
 delete mode 100644 ports/unix/unixsim/lwipopts.h
 delete mode 100644 ports/unix/unixsim/simhost.c
 delete mode 100644 ports/unix/unixsim/simnode.c
 delete mode 100644 ports/unix/unixsim/simrouter.c
 copy ports/{unix => win32}/Common.mk (73%)
 rename ports/{unix/lib => win32/example_app}/Makefile (70%)


hooks/post-receive
-- 
lwIP Contrib - Contributed code for Lightweight TCP/IP stack



reply via email to

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