[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. 1e5efee7cbdc5821f46a77de3bbbad63ab6bf012 |
Date: |
Mon, 3 Oct 2016 07:52:32 +0000 (UTC) |
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 1e5efee7cbdc5821f46a77de3bbbad63ab6bf012 (commit)
via b040544628654cbea70f50866160e1316e3b2e64 (commit)
via eb77c839fc51c585abf60e0c19a464ca0ad92e16 (commit)
from 5e15125b3df98ece8910ff1d8ec739bb8f391922 (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 1e5efee7cbdc5821f46a77de3bbbad63ab6bf012
Author: Dirk Ziegelmeier <address@hidden>
Date: Mon Oct 3 09:50:34 2016 +0200
TFTP server depends on UDP
commit b040544628654cbea70f50866160e1316e3b2e64
Author: Dirk Ziegelmeier <address@hidden>
Date: Mon Oct 3 09:47:41 2016 +0200
task #14150: Add TFTP server from Logan Gunthorpe
Originally written by Logan Gunthorpe, modifications/fixes/IPv6 by Dirk
Ziegelmeier
commit eb77c839fc51c585abf60e0c19a464ca0ad92e16
Author: Dirk Ziegelmeier <address@hidden>
Date: Mon Oct 3 09:45:59 2016 +0200
Minor: comment in pbuf.c
-----------------------------------------------------------------------
Summary of changes:
src/Filelists.mk | 6 +-
src/apps/tftp/tftp_server.c | 417 +++++++++++++++++++++++++++++++++++
src/core/pbuf.c | 2 +
src/include/lwip/apps/tftp_opts.h | 105 +++++++++
src/include/lwip/apps/tftp_server.h | 94 ++++++++
5 files changed, 623 insertions(+), 1 deletion(-)
create mode 100644 src/apps/tftp/tftp_server.c
create mode 100644 src/include/lwip/apps/tftp_opts.h
create mode 100644 src/include/lwip/apps/tftp_server.h
hooks/post-receive
--
lwIP - A Lightweight TCPIP stack
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 1e5efee7cbdc5821f46a77de3bbbad63ab6bf012,
Dirk Ziegelmeier <=