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. c6831648e211546970eb9ff51ceaa2bfb5422eb8
Date: Tue, 26 Jul 2016 17:30:37 +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  c6831648e211546970eb9ff51ceaa2bfb5422eb8 (commit)
       via  8a9de94b1f3835e58a1631aa867bc46cda17098f (commit)
       via  8140c77d7d0dd26e0be6dc4410445a6c2b6ebd59 (commit)
       via  67d674a59c6df7199704b3ff2ded3a1bf846c0bf (commit)
       via  dc0859b8d17c0a3bbc8e8d6926b2a87dae9fae31 (commit)
       via  9c10daba93d2b8364c1722e59b30ce83d639919b (commit)
       via  0fea2bc02e3856b44e5eff0376f90757d92e4328 (commit)
       via  ce19c59bb2761948c1405785d540461de4bf497f (commit)
       via  8643782e5da0894b4a6b6ad646980fe2a77a4da7 (commit)
      from  bd79f6c055acca80650f83695dc9e7ef64021a06 (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 c6831648e211546970eb9ff51ceaa2bfb5422eb8
Author: Dirk Ziegelmeier <address@hidden>
Date:   Tue Jul 26 19:30:05 2016 +0200

    Document apps in doxygen module style, create more top-level categories to 
structure documentation

commit 8a9de94b1f3835e58a1631aa867bc46cda17098f
Author: Dirk Ziegelmeier <address@hidden>
Date:   Tue Jul 26 18:39:53 2016 +0200

    Restructure documentation. Create two top-level sections for thread-safe 
and callback-style APIs.

commit 8140c77d7d0dd26e0be6dc4410445a6c2b6ebd59
Author: Dirk Ziegelmeier <address@hidden>
Date:   Tue Jul 26 18:26:58 2016 +0200

    Document Socket API in doxygen module style

commit 67d674a59c6df7199704b3ff2ded3a1bf846c0bf
Author: Dirk Ziegelmeier <address@hidden>
Date:   Tue Jul 26 18:20:30 2016 +0200

    Document IGMP and MLD6 API in doxygen module style

commit dc0859b8d17c0a3bbc8e8d6926b2a87dae9fae31
Author: Dirk Ziegelmeier <address@hidden>
Date:   Tue Jul 26 18:10:05 2016 +0200

    Document DHCP and AUTOIP API in doxygen module style

commit 9c10daba93d2b8364c1722e59b30ce83d639919b
Author: Dirk Ziegelmeier <address@hidden>
Date:   Tue Jul 26 17:53:07 2016 +0200

    Document netif API in doxygen module style

commit 0fea2bc02e3856b44e5eff0376f90757d92e4328
Author: Dirk Ziegelmeier <address@hidden>
Date:   Tue Jul 26 17:40:55 2016 +0200

    Document netconn API in doxygen module style

commit ce19c59bb2761948c1405785d540461de4bf497f
Author: Dirk Ziegelmeier <address@hidden>
Date:   Tue Jul 26 17:11:01 2016 +0200

    Document ip address function in doxygen module style

commit 8643782e5da0894b4a6b6ad646980fe2a77a4da7
Author: Dirk Ziegelmeier <address@hidden>
Date:   Tue Jul 26 16:53:27 2016 +0200

    Document netif and lwIP in doxygen module style

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

Summary of changes:
 doc/doxygen/lwip.Doxyfile         |    4 ++
 doc/doxygen/main_page.h           |   16 ++++++++
 doc/doxygen/ppp.h                 |    1 +
 src/api/api_lib.c                 |   44 +++++++++++++++++++++-
 src/api/netbuf.c                  |   16 ++++++++
 src/api/netifapi.c                |   12 ++++++
 src/api/sockets.c                 |    9 +++++
 src/api/tcpip.c                   |    1 +
 src/apps/httpd/httpd.c            |    7 +++-
 src/apps/netbiosns/netbiosns.c    |   18 ++++++++-
 src/apps/snmp/snmp_core.c         |   42 ++++++++++++++-------
 src/apps/snmp/snmp_msg.c          |   10 +++++
 src/apps/snmp/snmp_raw.c          |    1 +
 src/apps/snmp/snmp_traps.c        |   32 +++++++++++++---
 src/apps/sntp/sntp.c              |   34 +++++++++++------
 src/core/dns.c                    |    3 ++
 src/core/init.c                   |    7 +++-
 src/core/ip.c                     |   21 ++++++++++-
 src/core/ipv4/autoip.c            |   13 ++++++-
 src/core/ipv4/dhcp.c              |   20 +++++++++-
 src/core/ipv4/igmp.c              |   10 +++++
 src/core/ipv6/mld6.c              |   15 ++++++--
 src/core/memp.c                   |    2 +
 src/core/netif.c                  |   34 ++++++++++++++---
 src/core/pbuf.c                   |    3 +-
 src/core/raw.c                    |    1 +
 src/core/tcp.c                    |    2 +-
 src/core/udp.c                    |    2 +-
 src/include/lwip/api.h            |   11 +++++-
 src/include/lwip/apps/netbiosns.h |    3 --
 src/include/lwip/apps/snmp.h      |    5 ++-
 src/include/lwip/ip_addr.h        |   75 +++++++++++++++++++++++++++++++------
 src/include/lwip/netifapi.h       |   23 ++++++++++++
 33 files changed, 430 insertions(+), 67 deletions(-)


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



reply via email to

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