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: Simon Goldschmidt
Subject: [lwip-commits] [SCM] lwIP Contrib - Contributed code for Lightweight TCP/IP stack branch, master, updated. STABLE-2_0_0_RELEASE-228-g634da1e
Date: Tue, 6 Feb 2018 15:53:51 -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 Contrib - Contributed code for Lightweight TCP/IP stack".

The branch, master has been updated
       via  634da1e2fd8ba415c71700ee5af38387e20ee9c2 (commit)
       via  9776893035b40b50634ebcc5551b20b1bc48a221 (commit)
       via  4eb90e75ef8e3f457d9d2d768b71c942ff008953 (commit)
       via  9f9ead7792ddfc64df61852554b98f527065f1df (commit)
      from  f4ac1940548be49247af8122da8f1368a65f472c (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 634da1e2fd8ba415c71700ee5af38387e20ee9c2
Author: goldsimon <address@hidden>
Date:   Tue Feb 6 21:53:45 2018 +0100

    Add httpd example genfiles_example.c to win32 msvc project

commit 9776893035b40b50634ebcc5551b20b1bc48a221
Author: goldsimon <address@hidden>
Date:   Tue Feb 6 21:51:28 2018 +0100

    examples httpd: addd an example for generated files

commit 4eb90e75ef8e3f457d9d2d768b71c942ff008953
Author: goldsimon <address@hidden>
Date:   Tue Feb 6 21:50:58 2018 +0100

    examples/httpd: add a httpd fs tree for the examples (e.g. SSI)

commit 9f9ead7792ddfc64df61852554b98f527065f1df
Author: goldsimon <address@hidden>
Date:   Tue Feb 6 21:49:56 2018 +0100

    httpd examples: fix a few whitespace and spelling things

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

Summary of changes:
 examples/httpd/cgi_example/cgi_example.c           |    2 +-
 examples/httpd/examples_fs/404.html                |   21 +
 examples/httpd/examples_fs/img/sics.gif            |  Bin 0 -> 724 bytes
 examples/httpd/examples_fs/index.html              |   47 +
 examples/httpd/examples_fs/ssi.shtml               |  315 +++++
 examples/httpd/examples_fsdata.c                   | 1295 ++++++++++++++++++++
 examples/httpd/fs_example/fs_example.c             |    6 +-
 examples/httpd/genfiles_example/genfiles_example.c |  183 +++
 .../genfiles_example.h}                            |    8 +-
 ports/win32/msvc/lwIP_Test.vcxproj                 |    2 +
 ports/win32/msvc/lwIP_Test.vcxproj.filters         |    9 +
 11 files changed, 1880 insertions(+), 8 deletions(-)
 create mode 100644 examples/httpd/examples_fs/404.html
 create mode 100644 examples/httpd/examples_fs/img/sics.gif
 create mode 100644 examples/httpd/examples_fs/index.html
 create mode 100644 examples/httpd/examples_fs/ssi.shtml
 create mode 100644 examples/httpd/examples_fsdata.c
 create mode 100644 examples/httpd/genfiles_example/genfiles_example.c
 copy examples/httpd/{fs_example/fs_example.h => 
genfiles_example/genfiles_example.h} (89%)


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



reply via email to

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