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. 84d8760561


From: Simon Goldschmidt
Subject: [lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. 84d876056138c8b4875636d56d7d3b453c7f9f7f
Date: Sun, 25 Mar 2012 15:19:04 +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  84d876056138c8b4875636d56d7d3b453c7f9f7f (commit)
       via  e1225cec5f4817248b77c773aef1feecff6e6888 (commit)
       via  5db6bb02d6ef13da2d6053fee101eee4cc100610 (commit)
       via  679d3fd5b341c29154edf7552fa25239ecb64b05 (commit)
      from  c622985fda7c7a293253ff7d96cd43c54dd99611 (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 84d876056138c8b4875636d56d7d3b453c7f9f7f
Author: goldsimon <address@hidden>
Date:   Sun Mar 25 17:18:58 2012 +0200

    dhcp unit test: fixed 2 consts, use udp checksum 0x0000 in handcrafted 
packets so that CHECKSUM_CHECK_UDP==0 is not necessary

commit e1225cec5f4817248b77c773aef1feecff6e6888
Author: goldsimon <address@hidden>
Date:   Sun Mar 25 17:15:56 2012 +0200

    new dhcp unit test: fix compilation for strict C, made local functions 
static, made some variables and parameters const

commit 5db6bb02d6ef13da2d6053fee101eee4cc100610
Author: goldsimon <address@hidden>
Date:   Sun Mar 25 17:12:02 2012 +0200

    TCP unit tests: fix that ip.rterr stats are increased (some unit tests had 
no netif set)

commit 679d3fd5b341c29154edf7552fa25239ecb64b05
Author: Erik Ekman <address@hidden>
Date:   Thu Mar 22 10:52:05 2012 +0100

    Add unit tests for DHCP
    
    Three simple tests that test the basic functionality of the DHCP client.
    They require that UDP checksums are off for now.

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

Summary of changes:
 test/unit/dhcp/test_dhcp.c   |  809 ++++++++++++++++++++++++++++++++++++++++++
 test/unit/dhcp/test_dhcp.h   |    8 +
 test/unit/lwip_unittests.c   |    4 +-
 test/unit/lwipopts.h         |    3 +
 test/unit/tcp/tcp_helper.c   |   33 +-
 test/unit/tcp/test_tcp.c     |    8 +-
 test/unit/tcp/test_tcp_oos.c |   26 +-
 7 files changed, 868 insertions(+), 23 deletions(-)
 create mode 100644 test/unit/dhcp/test_dhcp.c
 create mode 100644 test/unit/dhcp/test_dhcp.h


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

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