lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] [SCM] UNNAMED PROJECT branch, DEVEL-1_4_1, updated. 3db38


From: Simon Goldschmidt
Subject: [lwip-commits] [SCM] UNNAMED PROJECT branch, DEVEL-1_4_1, updated. 3db38110542785a0c4e9a9b24800d46448cd752c
Date: Wed, 22 Feb 2012 21:42:57 +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, DEVEL-1_4_1 has been updated
       via  3db38110542785a0c4e9a9b24800d46448cd752c (commit)
       via  f8bafcb29865ad5803c4466e63adb819b2da2db7 (commit)
       via  eb658da462a9b72c62dc0f44ea57acdb644c66a4 (commit)
       via  d8b2bc278833a2314e3357414fff7990b11b4dc9 (commit)
       via  07af231f2bbe9cabd9c3a504430f624daf8c6685 (commit)
       via  8d04da8c6e3a3e504e119835964574159f22e77e (commit)
       via  6b37e7ec74eea0b593371fb0655d9e27ce39122a (commit)
       via  8c5edcf5642cf2e4af9d71b5efb3c89891f46129 (commit)
       via  162432fe2403a8667b69ecd215e3a1f0bd53115c (commit)
       via  13791ccff336857dabf4aeca83e22935666aa1eb (commit)
      from  aecc5db1be11d5ef6f7960a7d8c69c37b9e78211 (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 3db38110542785a0c4e9a9b24800d46448cd752c
Author: goldsimon <address@hidden>
Date:   Wed Feb 22 21:47:33 2012 +0100

    unit tests lwipopts.h: NO_SYS==1, disable netconn and sockets (not tests) 
-> lwipopts.h is now usable for unix unit test makefile, too

commit f8bafcb29865ad5803c4466e63adb819b2da2db7
Author: goldsimon <address@hidden>
Date:   Wed Feb 22 21:35:04 2012 +0100

    Minor: cosmetic source code layout changes

commit eb658da462a9b72c62dc0f44ea57acdb644c66a4
Author: goldsimon <address@hidden>
Date:   Wed Feb 22 21:34:22 2012 +0100

    Fixed unit tests: adapted lwipopts.h and fixed test_tcp_new_counters_pcb() 
after adding snd_wnd_max to struct tcp_pcb.

commit d8b2bc278833a2314e3357414fff7990b11b4dc9
Author: goldsimon <address@hidden>
Date:   Thu Feb 16 13:11:04 2012 +0100

    Added lwipopts.h file for unit tests

commit 07af231f2bbe9cabd9c3a504430f624daf8c6685
Author: goldsimon <address@hidden>
Date:   Thu Feb 16 12:55:14 2012 +0100

    fixed pbuf leak when PPP session is aborted through pppSigHUP() (bug 
#35541: PPP Memory Leak)

commit 8d04da8c6e3a3e504e119835964574159f22e77e
Author: goldsimon <address@hidden>
Date:   Thu Feb 16 12:30:52 2012 +0100

    fixed bug #35531: Impossible to send multicast without a gateway 
(introduced when fixing bug# 33551)

commit 6b37e7ec74eea0b593371fb0655d9e27ce39122a
Author: goldsimon <address@hidden>
Date:   Thu Feb 16 08:01:54 2012 +0100

    Patch by Stéphane Lesage:
    fixed bug #35536 SNMP: error too big response is malformed

commit 8c5edcf5642cf2e4af9d71b5efb3c89891f46129
Author: goldsimon <address@hidden>
Date:   Thu Feb 16 07:33:38 2012 +0100

    fixed bug #35537: MEMP_NUM_* sanity checks should be disabled with 
MEMP_MEM_MALLOC==1

commit 162432fe2403a8667b69ecd215e3a1f0bd53115c
Author: goldsimon <address@hidden>
Date:   Mon Feb 13 21:38:48 2012 +0100

    Correctly calculate the default value of MEMP_NUM_SYS_TIMEOUT as needed

commit 13791ccff336857dabf4aeca83e22935666aa1eb
Author: goldsimon <address@hidden>
Date:   Mon Feb 13 20:41:58 2012 +0100

    Fixed unused local variable warning (patch #7711)

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

Summary of changes:
 CHANGELOG                       |   15 +++++++++++++++
 src/core/init.c                 |   38 +++++++++++++++++++++++---------------
 src/core/snmp/msg_in.c          |   34 +++++++++++++++++++++++++---------
 src/core/snmp/msg_out.c         |    9 +--------
 src/include/lwip/opt.h          |    4 +++-
 src/netif/etharp.c              |    4 +++-
 src/netif/ppp/ppp.c             |   26 ++++++++++++++++++++------
 test/unit/lwip_unittests.c      |    1 -
 COPYING => test/unit/lwipopts.h |   21 +++++++++++++++++++--
 test/unit/tcp/tcp_helper.c      |    1 +
 test/unit/tcp/test_tcp.c        |   15 +++++++--------
 11 files changed, 117 insertions(+), 51 deletions(-)
 copy COPYING => test/unit/lwipopts.h (65%)


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

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