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. 4a7f2ffc5


From: Sylvain Rochet
Subject: [lwip-commits] [SCM] UNNAMED PROJECT branch, ppp-new, updated. 4a7f2ffc5e3f761bf2bf1f1493dd15ff3ce57af9
Date: Mon, 18 Jun 2012 00:22:09 +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  4a7f2ffc5e3f761bf2bf1f1493dd15ff3ce57af9 (commit)
       via  503162ec54bdcf769dbcc62344d8fcc5ba27cb27 (commit)
       via  22fad86453090e2944c8baf4a3a48b523ec9501e (commit)
       via  8641b8a36e0d6e4b8ebc8d81e7b41a806b45d97a (commit)
      from  be2d3b5886b3ee518119e6acb3fdbb932bcfcbb4 (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 4a7f2ffc5e3f761bf2bf1f1493dd15ff3ce57af9
Author: Sylvain Rochet <address@hidden>
Date:   Mon Jun 18 02:21:18 2012 +0200

    pcb->outpacket_buf replaced by pbuf everywhere it was used

commit 503162ec54bdcf769dbcc62344d8fcc5ba27cb27
Author: Sylvain Rochet <address@hidden>
Date:   Mon Jun 18 01:18:24 2012 +0200

    CHAP is now using pbuf instead of pcb->outpacket_buf

commit 22fad86453090e2944c8baf4a3a48b523ec9501e
Author: Sylvain Rochet <address@hidden>
Date:   Mon Jun 18 01:10:21 2012 +0200

    PAP is now using pbuf instead of pcb->outpacket_buf

commit 8641b8a36e0d6e4b8ebc8d81e7b41a806b45d97a
Author: Sylvain Rochet <address@hidden>
Date:   Sun Jun 17 23:48:55 2012 +0200

    PPP_PCB are now allocated using memp_alloc()

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

Summary of changes:
 src/include/lwip/memp_std.h |    4 ++
 src/include/lwip/opt.h      |   15 ++++---
 src/netif/ppp/chap-new.c    |   29 ++++++++------
 src/netif/ppp/eap.c         |   92 +++++++++++++++++++++++++++++++------------
 src/netif/ppp/fsm.c         |   31 ++++++++++++---
 src/netif/ppp/ppp.c         |   81 +++++++++-----------------------------
 src/netif/ppp/ppp.h         |   10 +----
 src/netif/ppp/ppp_impl.h    |    4 +-
 src/netif/ppp/upap.c        |   28 ++++++++++---
 9 files changed, 163 insertions(+), 131 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

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