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: Dirk Ziegelmeier
Subject: [lwip-commits] [SCM] lwIP Contrib - Contributed code for Lightweight TCP/IP stack branch, master, updated. STABLE-2_0_0_RELEASE-332-g5d547e2
Date: Mon, 18 Jun 2018 06:32:24 -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, master has been updated
       via  5d547e26e58ab03d4d2e6642e9b61d3c97c83258 (commit)
      from  539d9ea87c35a92d18bb84ee5b0b5bc334da469e (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 5d547e26e58ab03d4d2e6642e9b61d3c97c83258
Author: Dirk Ziegelmeier <address@hidden>
Date:   Mon Jun 18 12:32:21 2018 +0200

    Clean up contrib repository
    
    - Delete old example applications that were partially unmaintained
    - Delete unused/untested netifs

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

Summary of changes:
 ports/unix/README                       |  12 -
 ports/unix/lib/Makefile                 |  52 ----
 ports/unix/lib/README                   |  31 --
 ports/unix/lib/lwipopts.h               | 440 ----------------------------
 ports/unix/lib/unixlib.c                |  97 -------
 ports/unix/minimal/Makefile             |  48 ---
 ports/unix/minimal/README               |  12 -
 ports/unix/minimal/lwipopts.h           | 462 -----------------------------
 ports/unix/minimal/main.c               | 224 --------------
 ports/unix/port/include/netif/delif.h   |  42 ---
 ports/unix/port/include/netif/dropif.h  |  41 ---
 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           |   4 -
 ports/unix/port/netif/tcpdump.c         | 216 --------------
 ports/unix/port/netif/tunif.c           | 318 --------------------
 ports/unix/port/netif/unixif.c          | 501 --------------------------------
 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 ------------
 28 files changed, 4331 deletions(-)
 delete mode 100644 ports/unix/lib/Makefile
 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/minimal/Makefile
 delete mode 100644 ports/unix/minimal/README
 delete mode 100644 ports/unix/minimal/lwipopts.h
 delete mode 100644 ports/unix/minimal/main.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
 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


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



reply via email to

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