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. 093c7b438


From: Sylvain Rochet
Subject: [lwip-commits] [SCM] UNNAMED PROJECT branch, ppp-new, updated. 093c7b438681f6b847567ae7d829ae365391f96a
Date: Sun, 03 Jun 2012 22:35:15 +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  093c7b438681f6b847567ae7d829ae365391f96a (commit)
       via  8332a5aa53a7e87bbd126791dcabdc84d6b26ec7 (commit)
       via  eb020656d2e5d9b935df6876ffb0918518602b9d (commit)
       via  31456a6dfe8b6b5c6c4c274b6e592111be608638 (commit)
       via  03fda0f803132316d97ff02e1284ec226c7487fc (commit)
      from  c09f03f6e883c3a5c0026e5f2f2f4883f1de0022 (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 093c7b438681f6b847567ae7d829ae365391f96a
Author: Sylvain Rochet <address@hidden>
Date:   Mon Jun 4 00:34:28 2012 +0200

    cleaned depreacted __P() and __V() macros, removed the legacy varargs.h 
header

commit 8332a5aa53a7e87bbd126791dcabdc84d6b26ec7
Author: Sylvain Rochet <address@hidden>
Date:   Mon Jun 4 00:12:45 2012 +0200

    disabled all plugins hooks

commit eb020656d2e5d9b935df6876ffb0918518602b9d
Author: Sylvain Rochet <address@hidden>
Date:   Mon Jun 4 00:12:17 2012 +0200

    disabled all plugins hooks

commit 31456a6dfe8b6b5c6c4c274b6e592111be608638
Author: Sylvain Rochet <address@hidden>
Date:   Sun Jun 3 23:56:56 2012 +0200

    removed CamelCase in ppp.c and ppp_impl.h, added compat macro in ppp.h (but 
disabled for now)

commit 03fda0f803132316d97ff02e1284ec226c7487fc
Author: Sylvain Rochet <address@hidden>
Date:   Sun Jun 3 21:48:10 2012 +0200

    removed CamelCase for all ppp.h declared functions

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

Summary of changes:
 src/netif/ppp/auth.c      |   76 +++---
 src/netif/ppp/ccp.c       |   54 ++--
 src/netif/ppp/chap-new.c  |    4 +-
 src/netif/ppp/chap-new.h  |    2 +
 src/netif/ppp/chap_ms.c   |   22 +-
 src/netif/ppp/chap_ms.h   |   10 +-
 src/netif/ppp/demand.c    |    2 +-
 src/netif/ppp/eap.c       |   18 +-
 src/netif/ppp/eap.h       |    4 +-
 src/netif/ppp/ecp.c       |   24 +-
 src/netif/ppp/fsm.c       |   16 +-
 src/netif/ppp/fsm.h       |   44 ++--
 src/netif/ppp/ipcp.c      |   82 +++---
 src/netif/ppp/ipcp.h      |    2 +-
 src/netif/ppp/lcp.c       |   64 ++--
 src/netif/ppp/lcp.h       |   10 +-
 src/netif/ppp/multilink.c |   12 +-
 src/netif/ppp/options.c   |   66 +++---
 src/netif/ppp/ppp.c       |  684 +++++++++++++++++++++++----------------------
 src/netif/ppp/ppp.h       |   38 ++-
 src/netif/ppp/ppp_impl.h  |  147 +++++------
 src/netif/ppp/upap.c      |   30 +-
 src/netif/ppp/upap.h      |    4 +-
 src/netif/ppp/utils.c     |   32 +-
 24 files changed, 727 insertions(+), 720 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

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