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. 63dbd


From: Simon Goldschmidt
Subject: [lwip-commits] [SCM] UNNAMED PROJECT branch, DEVEL-1_4_1, updated. 63dbd8faedbe086e0ec147229f9a1e41f1701766
Date: Sun, 12 Feb 2012 12:52:37 +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  63dbd8faedbe086e0ec147229f9a1e41f1701766 (commit)
       via  4d71f7270b79f492ecafc5f2384a0443e06a6fdd (commit)
       via  593f75fc3bc02cdd0a08e2b02d15e014c250c9e2 (commit)
       via  bec8cf9f38d3d86da5aa78f82ef30bbd3cb20f86 (commit)
       via  b163197340993752106e65d1b755c80d86aeb715 (commit)
       via  be1dccd15e955240d49e52544169a55413ac0914 (commit)
       via  83b46811f91a18fb1ee91f2254cf181c28105443 (commit)
       via  1d96195f47415c3dca2889b9d291c5bb8ce7866f (commit)
       via  5546e46c60b758325f410cb5a8c7d78f6b3bcd97 (commit)
      from  4bcb7accb8dc1c7fc8c216687eda608da09d5b54 (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 63dbd8faedbe086e0ec147229f9a1e41f1701766
Author: goldsimon <address@hidden>
Date:   Sat Feb 11 18:15:17 2012 +0100

    fixed bug #35435: No pcb state check before adding it to time-wait queue 
while closing

commit 4d71f7270b79f492ecafc5f2384a0443e06a6fdd
Author: goldsimon <address@hidden>
Date:   Sun Jan 22 11:18:36 2012 +0100

    fixed bug #35305: pcb may be freed too early on shutdown(WR)

commit 593f75fc3bc02cdd0a08e2b02d15e014c250c9e2
Author: goldsimon <address@hidden>
Date:   Sat Jan 21 18:05:15 2012 +0100

    fixed bug #34636: FIN_WAIT_2 - Incorrect shutdown of TCP pcb: don't let 
PCBs time out from FIN_WAIT_2 if the RX side wasn't close (by either calling 
tcp_close or tcp_shutdown(RDWR))

commit bec8cf9f38d3d86da5aa78f82ef30bbd3cb20f86
Author: goldsimon <address@hidden>
Date:   Sat Jan 21 16:57:53 2012 +0100

    Fixed my last chagne to pbuf_copy

commit b163197340993752106e65d1b755c80d86aeb715
Author: goldsimon <address@hidden>
Date:   Fri Jan 20 21:36:52 2012 +0100

    - fixed bug #35151: DHCP asserts on incoming option lengths;
    - fixed wrong CHANGELOG of the last commit

commit be1dccd15e955240d49e52544169a55413ac0914
Author: goldsimon <address@hidden>
Date:   Fri Jan 20 21:21:10 2012 +0100

    pbuf_copy(): moved the check for "p_to != NULL" to a better place.

commit 83b46811f91a18fb1ee91f2254cf181c28105443
Author: goldsimon <address@hidden>
Date:   Fri Jan 20 21:19:26 2012 +0100

    fixed bug #35291: NULL pointer in pbuf_copy

commit 1d96195f47415c3dca2889b9d291c5bb8ce7866f
Author: goldsimon <address@hidden>
Date:   Sat Dec 17 22:12:01 2011 +0100

    implemented API functions to access so_options of IP pcbs (UDP, TCP, RAW) 
(fixes bug #35061)

commit 5546e46c60b758325f410cb5a8c7d78f6b3bcd97
Author: goldsimon <address@hidden>
Date:   Mon Jan 16 09:40:15 2012 +0100

    Added option CHECKSUM_GEN_ICMP

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

Summary of changes:
 CHANGELOG                  |   33 ++++++++++++++++---
 src/api/sockets.c          |    6 ++--
 src/core/dhcp.c            |   61 ++++++++++++++++++------------------
 src/core/ipv4/icmp.c       |    4 ++
 src/core/pbuf.c            |   12 +++---
 src/core/raw.c             |    4 +-
 src/core/tcp.c             |   74 +++++++++++++++++++++++++------------------
 src/core/tcp_in.c          |    6 +++
 src/core/udp.c             |   12 +++---
 src/include/ipv4/lwip/ip.h |    7 ++++
 src/include/lwip/opt.h     |    7 ++++
 11 files changed, 143 insertions(+), 83 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

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