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. 21489221e


From: Sylvain Rochet
Subject: [lwip-commits] [SCM] UNNAMED PROJECT branch, ppp-new, updated. 21489221efd5e9265ba7880d6deb425e29d78264
Date: Sat, 21 Feb 2015 12:21:11 +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  21489221efd5e9265ba7880d6deb425e29d78264 (commit)
       via  1f0091c3a7cee14d17fc55c8a323dbe417c700c3 (commit)
       via  8fb2e2eda7d529ec064caf0ffcf5f75bab500f0d (commit)
       via  814e44272d7fc9b2293502cf419fc4740f6a1305 (commit)
       via  3c0ba78f35f42c368a32eb9b6da54840534c409e (commit)
       via  051508230e6fdd5192f6d7edde07a65202e54ac9 (commit)
       via  5b827bf4ca68296e7d3bec583e9b5a4fc59647ac (commit)
       via  b2cf204efadd80b5e090670bb2fda887e48017b4 (commit)
       via  a6c56e8490d4b6f14af278df284503825a8f3a4a (commit)
       via  8586a8c062becf56a191ed78cdd1ee2cff48b8c1 (commit)
       via  9a8c3c0283b1481d436d3b360fd07ef05ff30662 (commit)
       via  338c5c0a680c598d09d9f261c6be1253854b0b33 (commit)
       via  127d5046d55d0dd062f08ffe59a4f54c1691de05 (commit)
       via  166d3a7491d1f998b448746f7427a408f78d6ef6 (commit)
       via  ab430739bdeb20e7082eb27c162da98f8c653d6a (commit)
       via  81fe7376320982ecb58bd02923dee555ca5a752d (commit)
       via  6208665d8b4a06deae6b3ee892e9945ea37d94f0 (commit)
       via  37205d4f2fc4b2aa6744d3a486851bc5b3706544 (commit)
       via  8ea0d5d0fc64a798e3848eb37ed662900cc7e885 (commit)
       via  9d496ffe8a0e63c890745322b4a0be8854a475e5 (commit)
       via  28e576f1db5752b259c19d1a0c5f1fe8dc6023bb (commit)
       via  ffd674283b533c0f5b7fbf4771814ebd518b0c57 (commit)
       via  d5ce4a0cd63b36627d572cb8c978ca88d695a107 (commit)
       via  f41d0f782b056a4abc82d7675ef3cdbec8d0a463 (commit)
      from  11d4a5e6ee8f0466a75957d08a97dcef2f0c1d9a (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 21489221efd5e9265ba7880d6deb425e29d78264
Author: Sylvain Rochet <address@hidden>
Date:   Sat Feb 21 13:19:48 2015 +0100

    unix port: fix FTB, manual rebase of bug #40245 patches

commit 1f0091c3a7cee14d17fc55c8a323dbe417c700c3
Merge: 814e442 8fb2e2e
Author: Sylvain Rochet <address@hidden>
Date:   Sat Feb 21 13:00:50 2015 +0100

    Merge branch 'master' into ppp-new
    
    Conflicts:
        ports/unix/proj/minimal/main.c

commit 814e44272d7fc9b2293502cf419fc4740f6a1305
Merge: 3c0ba78 0515082
Author: Sylvain Rochet <address@hidden>
Date:   Sat Feb 21 12:38:23 2015 +0100

    Merge branch 'master' into ppp-new
    
    Conflicts:
        ports/unix/proj/minimal/lwipopts.h
        ports/unix/proj/minimal/main.c
        ports/unix/proj/minimal/mintapif.c

commit 3c0ba78f35f42c368a32eb9b6da54840534c409e
Author: Sylvain Rochet <address@hidden>
Date:   Sat Feb 21 12:23:11 2015 +0100

    using netif num

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

Summary of changes:
 .gitignore                             |    3 +
 apps/httpserver_raw/httpd.c            |   55 +++++---
 apps/smtp/smtp.c                       |  239 +++++++++++++++++++++++++++++---
 apps/smtp/smtp.h                       |   50 +++++++-
 apps/sntp/sntp.c                       |  225 ++++++++++++++++++++++++------
 apps/sntp/sntp.h                       |   37 +++++
 apps/socket_examples/socket_examples.c |  161 +++++++++++++++-------
 ports/unix/check/Makefile              |    6 +-
 ports/unix/netif/tapif.c               |   20 ++--
 ports/unix/proj/minimal/Makefile       |    2 +-
 ports/unix/proj/minimal/lwipopts.h     |    8 +-
 ports/unix/proj/minimal/main.c         |   81 ++++--------
 ports/unix/proj/minimal/mintapif.c     |   61 ++------
 ports/unix/proj/minimal/timer.c        |  163 ----------------------
 ports/unix/proj/minimal/timer.h        |   13 --
 ports/unix/proj/unixsim/Makefile       |   10 +-
 ports/unix/proj/unixsim/simhost.c      |    8 +-
 ports/win32/include/arch/sys_arch.h    |    7 +
 ports/win32/pcapif.c                   |  121 +++++++++++++----
 ports/win32/sys_arch.c                 |   85 +++++++++++-
 ports/win32/test.c                     |    7 +
 21 files changed, 896 insertions(+), 466 deletions(-)
 delete mode 100644 ports/unix/proj/minimal/timer.c
 delete mode 100644 ports/unix/proj/minimal/timer.h


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

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