[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-commits] [SCM] UNNAMED PROJECT branch, ppp-new, updated. 90faecd86
From: |
Sylvain Rochet |
Subject: |
[lwip-commits] [SCM] UNNAMED PROJECT branch, ppp-new, updated. 90faecd86e16cffe31c1fe49f98613b3eaece8be |
Date: |
Tue, 03 Jul 2012 22:14:54 +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 90faecd86e16cffe31c1fe49f98613b3eaece8be (commit)
via 2e069429c20ab661cfb7f1d4958909da8bae1107 (commit)
from 11a3057e8ed31883599a063dd88730d26b326e5e (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 90faecd86e16cffe31c1fe49f98613b3eaece8be
Author: Sylvain Rochet <address@hidden>
Date: Tue Jul 3 22:59:50 2012 +0200
replaced u_int{8,16,32}_t to lwIP u{8,16,32}_t types
added padding to compiler generated bitfield, this is seen as best practice,
maybe it helps buggy compilers
commit 2e069429c20ab661cfb7f1d4958909da8bae1107
Author: Sylvain Rochet <address@hidden>
Date: Tue Jul 3 22:03:51 2012 +0200
removed bool type, replaced by u8_t
-----------------------------------------------------------------------
Summary of changes:
src/netif/ppp/auth.c | 24 ++++++------
src/netif/ppp/demand.c | 8 ++--
src/netif/ppp/eap.c | 24 ++++++------
src/netif/ppp/eap.h | 4 +-
src/netif/ppp/eui64.h | 6 +-
src/netif/ppp/ipcp.c | 90 ++++++++++++++++++++++----------------------
src/netif/ppp/ipcp.h | 35 +++++++++--------
src/netif/ppp/ipv6cp.h | 19 +++++----
src/netif/ppp/lcp.c | 14 +++---
src/netif/ppp/lcp.h | 48 ++++++++++++++---------
src/netif/ppp/multilink.c | 8 ++--
src/netif/ppp/ppp.c | 24 ++++++------
src/netif/ppp/ppp.h | 87 +++++++++++++++++++++++--------------------
src/netif/ppp/ppp_impl.h | 51 +++++++++----------------
src/netif/ppp/utils.c | 4 +-
15 files changed, 227 insertions(+), 219 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-commits] [SCM] UNNAMED PROJECT branch, ppp-new, updated. 90faecd86e16cffe31c1fe49f98613b3eaece8be,
Sylvain Rochet <=