[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. 00975769a084eecc8d3c76b46640bbc41665132b |
Date: |
Thu, 10 Mar 2016 22:01:02 +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 00975769a084eecc8d3c76b46640bbc41665132b (commit)
via f7a3d6cca5507c4fbb00eefa7a1451982833f58b (commit)
via 8f71795844d055274a4740f3fdcc7c98a746789c (commit)
via 8106413644df52f109c111d247fca08386a0389e (commit)
from 5e472badf1a2aa1243b0221a7a829c770e4cba38 (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 00975769a084eecc8d3c76b46640bbc41665132b
Author: Dirk Ziegelmeier <address@hidden>
Date: Tue Mar 8 21:56:32 2016 +0100
Minor TCPIP API call functions cleanup
commit f7a3d6cca5507c4fbb00eefa7a1451982833f58b
Author: Dirk Ziegelmeier <address@hidden>
Date: Tue Mar 8 21:55:07 2016 +0100
Port PPP API to new simple tcpip API call method
commit 8f71795844d055274a4740f3fdcc7c98a746789c
Author: Dirk Ziegelmeier <address@hidden>
Date: Tue Mar 8 21:27:45 2016 +0100
Port netifapi to new simple tcpip API call method
commit 8106413644df52f109c111d247fca08386a0389e
Author: Dirk Ziegelmeier <address@hidden>
Date: Tue Mar 8 21:26:29 2016 +0100
tcpip.c: Implement an easier way for TCPIP API calls - client code does not
have to deal with semaphores and core locking any more
-----------------------------------------------------------------------
Summary of changes:
src/api/netifapi.c | 88 ++++------------------
src/api/pppapi.c | 147 ++++++++++--------------------------
src/api/tcpip.c | 37 +++++++++
src/include/lwip/netifapi.h | 6 +-
src/include/lwip/pppapi.h | 7 +-
src/include/lwip/priv/tcpip_priv.h | 14 ++++
6 files changed, 110 insertions(+), 189 deletions(-)
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. 00975769a084eecc8d3c76b46640bbc41665132b,
Dirk Ziegelmeier <=