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. master_at_STABLE-2_0_0-986-g8a46a85
Date: Tue, 17 Oct 2017 16:38:31 -0400 (EDT)

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  8a46a853d2ab2c470c76962d3f1cbe9362e30fa1 (commit)
       via  26b2628f01e6320d8622e8300a9f13a33a6a16fd (commit)
       via  33f29af0b68bf1d8aa1183ac13a450256997ed24 (commit)
       via  84b2a0f55b7ae7c1d3e30ae28962507260bb338b (commit)
       via  d020bfc0dfebcbe56c83090d0939b3586af576b7 (commit)
      from  558bd73a6db41d43fe196a119a1ccfd9446c78ae (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 8a46a853d2ab2c470c76962d3f1cbe9362e30fa1
Author: Dirk Ziegelmeier <address@hidden>
Date:   Tue Oct 17 22:38:18 2017 +0200

    Improve system abstraction layer doxygen docs by moving documentation from 
sys_arch.txt to sys.c

commit 26b2628f01e6320d8622e8300a9f13a33a6a16fd
Author: Dirk Ziegelmeier <address@hidden>
Date:   Tue Oct 17 22:30:51 2017 +0200

    Improve system abstraction layer doxygen docs by moving documentation from 
sys_arch.txt to the corresponding functions

commit 33f29af0b68bf1d8aa1183ac13a450256997ed24
Author: Dirk Ziegelmeier <address@hidden>
Date:   Tue Oct 17 22:05:15 2017 +0200

    Improve ZeroCopyRx.c code

commit 84b2a0f55b7ae7c1d3e30ae28962507260bb338b
Author: Dirk Ziegelmeier <address@hidden>
Date:   Tue Oct 17 21:59:34 2017 +0200

    Remove raw API TCP/UDP function documentation from rawapi.txt - it is now 
integrated in doxygen docs.
    This avoid having a second description for the same stuff that is 
"bit-rotting" because noone remembers to update this file.
    Also remove outdated and misleading zero-copy TX information.

commit d020bfc0dfebcbe56c83090d0939b3586af576b7
Author: Dirk Ziegelmeier <address@hidden>
Date:   Tue Oct 17 21:50:18 2017 +0200

    Improve UDP documentation using rawapi.txt texts

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

Summary of changes:
 doc/ZeroCopyRx.c       |   6 +-
 doc/rawapi.txt         | 289 -------------------------------------------------
 doc/sys_arch.txt       | 222 +------------------------------------
 src/core/sys.c         |  11 ++
 src/core/tcp.c         |   4 +-
 src/core/udp.c         |  30 ++---
 src/include/lwip/sys.h | 127 ++++++++++++++++++----
 7 files changed, 143 insertions(+), 546 deletions(-)


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



reply via email to

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