lwip-commits
[Top][All Lists]
Advanced

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

[lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. 6b4db944dd


From: Sylvain Rochet
Subject: [lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. 6b4db944dd2ee81983cd31f9344ab98a44286322
Date: Fri, 20 Feb 2015 20:27:05 +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, master has been updated
       via  6b4db944dd2ee81983cd31f9344ab98a44286322 (commit)
       via  0a761d238a413380e1efe224c2550cbc56048722 (commit)
       via  c8f026c3824d04ed50e92d3f1c9a22afb60c3d78 (commit)
       via  2c70c12814c61461b276151006e917dc278ab5d6 (commit)
       via  b31f6eb45f9ecc00e149a75b763b7cf4cd194dea (commit)
       via  d387c1c83aa1c925045d1854594816afb1b16327 (commit)
      from  7a1a2b9aa677a5271861dc001254b0a1973f5b49 (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 6b4db944dd2ee81983cd31f9344ab98a44286322
Author: Sylvain Rochet <address@hidden>
Date:   Fri Feb 20 21:24:58 2015 +0100

    PPP, using err_t return code instead of PPPERR_
    
    Standardised PPP API to follow lwIP already used return codes.
    PPPERR_ are now used only on link status callback.

commit 0a761d238a413380e1efe224c2550cbc56048722
Author: Sylvain Rochet <address@hidden>
Date:   Fri Feb 20 21:01:24 2015 +0100

    PPP, using err_t return type on ppp_ioctl()

commit c8f026c3824d04ed50e92d3f1c9a22afb60c3d78
Author: Sylvain Rochet <address@hidden>
Date:   Fri Feb 20 20:54:05 2015 +0100

    PPP, PPPoS, removed PPPERR_ on err_t return type

commit 2c70c12814c61461b276151006e917dc278ab5d6
Author: Sylvain Rochet <address@hidden>
Date:   Fri Feb 20 20:52:10 2015 +0100

    PPP, PPPoL2TP, removed PPPERR_ usage
    
    Low level protocol callbacks are using err_t returns type,
    don't use PPPERR_ on them.

commit b31f6eb45f9ecc00e149a75b763b7cf4cd194dea
Author: Sylvain Rochet <address@hidden>
Date:   Fri Feb 20 20:51:37 2015 +0100

    PPP, PPPoE, removed PPPERR_ usage
    
    Low level protocol callbacks are using err_t returns type,
    don't use PPPERR_ on them.

commit d387c1c83aa1c925045d1854594816afb1b16327
Author: Sylvain Rochet <address@hidden>
Date:   Fri Feb 20 19:35:12 2015 +0100

    PPP, PPPoS, added missing static modifier on pppos_netif_input()

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

Summary of changes:
 src/api/pppapi.c                 |    8 ++++----
 src/include/lwip/pppapi.h        |   10 +++++-----
 src/include/netif/ppp/ppp.h      |    8 ++++----
 src/include/netif/ppp/ppp_impl.h |    2 +-
 src/netif/ppp/ppp.c              |   33 +++++++++++++++++----------------
 src/netif/ppp/pppoe.c            |   10 ++++++----
 src/netif/ppp/pppol2tp.c         |   10 ++++++----
 src/netif/ppp/pppos.c            |   20 +++++++++++---------
 8 files changed, 54 insertions(+), 47 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

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