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: Simon Goldschmidt
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-1262-g3dafa72
Date: Thu, 15 Feb 2018 16:11:33 -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 - A Lightweight TCPIP stack".

The branch, master has been updated
       via  3dafa72ec86628cbded7256fd0634e0685180156 (commit)
       via  d4c4b0eec502608fad9626e70de1d65233498a61 (commit)
      from  58de2af5f2101533bf1b1b16d8fbd70b8e8df2c8 (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 3dafa72ec86628cbded7256fd0634e0685180156
Author: goldsimon <address@hidden>
Date:   Thu Feb 15 21:03:22 2018 +0100

    apps: add http client
    
    Signed-off-by: goldsimon <address@hidden>

commit d4c4b0eec502608fad9626e70de1d65233498a61
Author: goldsimon <address@hidden>
Date:   Thu Feb 15 20:13:25 2018 +0100

    rename folder 'src/apps/httpd' to 'http'
    
    Signed-off-by: goldsimon <address@hidden>

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

Summary of changes:
 src/Filelists.mk                                 |   6 +-
 src/apps/{httpd => http}/fs.c                    |   0
 src/apps/{httpd => http}/fs/404.html             |   0
 src/apps/{httpd => http}/fs/img/sics.gif         | Bin
 src/apps/{httpd => http}/fs/index.html           |   0
 src/apps/{httpd => http}/fsdata.c                |   0
 src/apps/{httpd => http}/fsdata.h                |   0
 src/apps/http/http_client.c                      | 838 +++++++++++++++++++++++
 src/apps/{httpd => http}/httpd.c                 |   0
 src/apps/{httpd => http}/httpd_structs.h         |   0
 src/apps/{httpd => http}/makefsdata/makefsdata   |   0
 src/apps/{httpd => http}/makefsdata/makefsdata.c |   0
 src/apps/{httpd => http}/makefsdata/readme.txt   |   0
 src/apps/{httpd => http}/makefsdata/tinydir.h    |   0
 src/include/lwip/apps/http_client.h              | 135 ++++
 15 files changed, 976 insertions(+), 3 deletions(-)
 rename src/apps/{httpd => http}/fs.c (100%)
 rename src/apps/{httpd => http}/fs/404.html (100%)
 rename src/apps/{httpd => http}/fs/img/sics.gif (100%)
 rename src/apps/{httpd => http}/fs/index.html (100%)
 rename src/apps/{httpd => http}/fsdata.c (100%)
 rename src/apps/{httpd => http}/fsdata.h (100%)
 create mode 100644 src/apps/http/http_client.c
 rename src/apps/{httpd => http}/httpd.c (100%)
 rename src/apps/{httpd => http}/httpd_structs.h (100%)
 rename src/apps/{httpd => http}/makefsdata/makefsdata (100%)
 rename src/apps/{httpd => http}/makefsdata/makefsdata.c (100%)
 rename src/apps/{httpd => http}/makefsdata/readme.txt (100%)
 rename src/apps/{httpd => http}/makefsdata/tinydir.h (100%)
 create mode 100644 src/include/lwip/apps/http_client.h


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



reply via email to

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