lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] [SCM] UNNAMED PROJECT branch, ppp-new, updated. d92c46246


From: Sylvain Rochet
Subject: [lwip-commits] [SCM] UNNAMED PROJECT branch, ppp-new, updated. d92c462466f90a6473fa80ea8c7b6b1f657a300d
Date: Sat, 07 Jul 2012 17:52:47 +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 "UNNAMED PROJECT".

The branch, ppp-new has been updated
       via  d92c462466f90a6473fa80ea8c7b6b1f657a300d (commit)
       via  f31b905847f923fc182850c5596c704752cf7d55 (commit)
       via  572e457e77d73976dbf2f2d2259ae69b043a4256 (commit)
      from  be9b23a082f82b21e342ac1bfe2cf01d32abfb69 (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 d92c462466f90a6473fa80ea8c7b6b1f657a300d
Author: Sylvain Rochet <address@hidden>
Date:   Sat Jul 7 19:50:56 2012 +0200

    added PPP Sequential API module, based from the Network Interface 
Sequential API module

commit f31b905847f923fc182850c5596c704752cf7d55
Author: Sylvain Rochet <address@hidden>
Date:   Sat Jul 7 17:33:34 2012 +0200

    initialize PPP in the lwip_init() function

commit 572e457e77d73976dbf2f2d2259ae69b043a4256
Author: Sylvain Rochet <address@hidden>
Date:   Sat Jul 7 15:05:15 2012 +0200

    improved PPP API header documentation

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

Summary of changes:
 src/api/pppapi.c          |  278 +++++++++++++++++++++++++++++++++++++++++++++
 src/api/tcpip.c           |   57 +++++++++
 src/core/init.c           |    4 +
 src/include/lwip/opt.h    |    7 +
 src/include/lwip/pppapi.h |  128 +++++++++++++++++++++
 src/include/lwip/tcpip.h  |   18 +++
 src/netif/ppp/ppp.c       |   14 +--
 src/netif/ppp/ppp.h       |   36 ++++--
 8 files changed, 517 insertions(+), 25 deletions(-)
 create mode 100644 src/api/pppapi.c
 create mode 100644 src/include/lwip/pppapi.h


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

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