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. d6e1b86147


From: Sylvain Rochet
Subject: [lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. d6e1b861474eca127b1d76ac2dac1de2c244a1c1
Date: Sat, 21 Feb 2015 20:53:52 +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  d6e1b861474eca127b1d76ac2dac1de2c244a1c1 (commit)
       via  a8e973f5d7935606d8f7527c26c9990d365ddc98 (commit)
       via  c4d1354c54d841f6829653dfba628cf5c62ed3d7 (commit)
       via  dc2e700057e395f0ede4bff156b474248e3eba95 (commit)
      from  bfe0c3a8e01c69f4a757c8915e18d012e9aee218 (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 d6e1b861474eca127b1d76ac2dac1de2c244a1c1
Author: Sylvain Rochet <address@hidden>
Date:   Sat Feb 21 21:52:39 2015 +0100

    PPP, CORE, improved, re-ordered and re-numbered IOCTL commands

commit a8e973f5d7935606d8f7527c26c9990d365ddc98
Author: Sylvain Rochet <address@hidden>
Date:   Sat Feb 21 21:48:53 2015 +0100

    PPP, CORE, remove the user ability to set the PPP error code 
(PPPCTLS_ERRCODE)
    
    This is now totally useless, it was used for the PPP core code but it is not
    used anymore, remove then the user ability to set the PPP error code through
    PPPCTLS_ERRCODE.

commit c4d1354c54d841f6829653dfba628cf5c62ed3d7
Author: Sylvain Rochet <address@hidden>
Date:   Sat Feb 21 21:42:59 2015 +0100

    PPP, CORE, don't use ppp_ioctl() from PPP core, assign pcb->err_code instead
    
    Removed useless calls to ppp_ioctl(pcb, PPPCTLS_ERRCODE, …), we now assign
    pcb->err_code directly instead. ppp_ioctl() is not linked anymore if user
    application don't use it.

commit dc2e700057e395f0ede4bff156b474248e3eba95
Author: Sylvain Rochet <address@hidden>
Date:   Sat Feb 21 21:37:08 2015 +0100

    PPP, CORE, using u8_t on ioctl command instead of int
    
    We don't need an int here, all commands are between 0 and 255.

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

Summary of changes:
 src/api/pppapi.c            |    2 +-
 src/include/lwip/pppapi.h   |    4 ++--
 src/include/netif/ppp/ppp.h |   35 +++++++++++++++++++++--------------
 src/netif/ppp/auth.c        |   16 +++++-----------
 src/netif/ppp/lcp.c         |    6 ++----
 src/netif/ppp/ppp.c         |    9 +--------
 6 files changed, 32 insertions(+), 40 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

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