lwip-commits
[Top][All Lists]
Advanced

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

[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up


From: Dirk Ziegelmeier
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. c69dede728f68ad40b74935bf85bfdb5977efc5d
Date: Mon, 16 Nov 2015 11:30:41 +0000

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  c69dede728f68ad40b74935bf85bfdb5977efc5d (commit)
      from  39370db55de5501a6c12481a75a92d93aed1adf7 (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 c69dede728f68ad40b74935bf85bfdb5977efc5d
Author: Dirk Ziegelmeier <address@hidden>
Date:   Mon Nov 16 12:27:24 2015 +0100

    Move httpd from contrib to main git repository

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

Summary of changes:
 src/apps/httpd/fs.c                    |  175 +++
 src/apps/httpd/fs/404.html             |   21 +
 src/apps/httpd/fs/img/sics.gif         |  Bin 0 -> 724 bytes
 src/apps/httpd/fs/index.html           |   47 +
 src/apps/httpd/fsdata.c                |  298 ++++
 COPYING => src/apps/httpd/fsdata.h     |   19 +-
 src/apps/httpd/httpd.c                 | 2399 ++++++++++++++++++++++++++++++++
 src/apps/httpd/httpd_structs.h         |  104 ++
 src/apps/httpd/makefsdata/makefsdata   |   97 ++
 src/apps/httpd/makefsdata/makefsdata.c |  778 +++++++++++
 src/apps/httpd/makefsdata/readme.txt   |   13 +
 src/include/lwip/apps/fs.h             |  100 ++
 src/include/lwip/apps/httpd.h          |  199 +++
 src/include/lwip/apps/httpd_opts.h     |  286 ++++
 14 files changed, 4535 insertions(+), 1 deletions(-)
 create mode 100644 src/apps/httpd/fs.c
 create mode 100644 src/apps/httpd/fs/404.html
 create mode 100644 src/apps/httpd/fs/img/sics.gif
 create mode 100644 src/apps/httpd/fs/index.html
 create mode 100644 src/apps/httpd/fsdata.c
 copy COPYING => src/apps/httpd/fsdata.h (75%)
 create mode 100644 src/apps/httpd/httpd.c
 create mode 100644 src/apps/httpd/httpd_structs.h
 create mode 100644 src/apps/httpd/makefsdata/makefsdata
 create mode 100644 src/apps/httpd/makefsdata/makefsdata.c
 create mode 100644 src/apps/httpd/makefsdata/readme.txt
 create mode 100644 src/include/lwip/apps/fs.h
 create mode 100644 src/include/lwip/apps/httpd.h
 create mode 100644 src/include/lwip/apps/httpd_opts.h


hooks/post-receive
-- 
lwIP - A Lightweight TCPIP stack



reply via email to

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