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. 0673fcdb443a66416b7dc2b064bab18dab42483d
Date: Sun, 7 Aug 2016 08:17:08 +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  0673fcdb443a66416b7dc2b064bab18dab42483d (commit)
       via  980a919c9a3f3b1aea2c51aaf34ed89ca1fb3d01 (commit)
       via  8d07629b71df3e49bc49773d893c749e00a898a9 (commit)
      from  cf66233873e579a162ba05c5e87c1a2ae98c0efd (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 0673fcdb443a66416b7dc2b064bab18dab42483d
Author: Dirk Ziegelmeier <address@hidden>
Date:   Sun Aug 7 10:16:18 2016 +0200

    Fix mentioning functions that do not take pbufs as argument in pbuf layer 
docs

commit 980a919c9a3f3b1aea2c51aaf34ed89ca1fb3d01
Author: Dirk Ziegelmeier <address@hidden>
Date:   Sun Aug 7 10:13:50 2016 +0200

    Don't document IP type specific output functions, users should use IP type 
independent ones

commit 8d07629b71df3e49bc49773d893c749e00a898a9
Author: Dirk Ziegelmeier <address@hidden>
Date:   Sun Aug 7 10:05:34 2016 +0200

    Some documentation cleanups and include more comments that have been 
already in code into doxygen docs

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

Summary of changes:
 doc/doxygen/main_page.h |   31 ++++++++++++++++++++++++++
 src/api/api_lib.c       |   38 +++++++++++++++----------------
 src/api/netbuf.c        |   15 +++++--------
 src/api/netdb.c         |    8 ++-----
 src/api/netifapi.c      |   17 ++++++--------
 src/api/sockets.c       |   15 +++++--------
 src/core/def.c          |   23 +++++++++----------
 src/core/inet_chksum.c  |   22 +++++++++---------
 src/core/init.c         |   23 -------------------
 src/core/ip.c           |   39 +++++++++++++++-----------------
 src/core/ipv4/autoip.c  |   57 ++++++++++++++++++-----------------------------
 src/core/ipv4/dhcp.c    |   52 +++++++++++++++++-------------------------
 src/core/ipv4/igmp.c    |    9 +++-----
 src/core/ipv4/ip4.c     |    9 +++-----
 src/core/ipv6/ip6.c     |    3 ---
 src/core/ipv6/mld6.c    |   15 ++++++-------
 src/core/memp.c         |   11 +++++----
 src/core/netif.c        |    8 +++----
 src/core/raw.c          |   22 ++++++------------
 src/core/tcp.c          |   20 ++++++++---------
 src/core/udp.c          |   19 +++++-----------
 src/include/lwip/pbuf.h |    7 +++---
 22 files changed, 196 insertions(+), 267 deletions(-)


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



reply via email to

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