# # ChangeLog for code/branches/ipv6/src/external/enet/patches # # Generated by Trac 1.0.9 # May 29, 2024, 10:40:48 AM Thu, 09 Sep 2010 14:30:50 GMT adrfried [7390] * code/branches/ipv6/src/external/enet/CMakeLists.txt (modified) * code/branches/ipv6/src/external/enet/include/enet/enet.h (modified) * code/branches/ipv6/src/external/enet/include/enet/win32.h (modified) * code/branches/ipv6/src/external/enet/patches/0001-use-getaddrinfo-for-lookup-in-unix.c.patch (modified) * code/branches/ipv6/src/external/enet/patches/0002-basic-IPv6-support-on-Linux-systems.patch (modified) * code/branches/ipv6/src/external/enet/patches/0003-using-address-family-in-functions.patch (modified) * code/branches/ipv6/src/external/enet/patches/0004-using-two-separate-sockets-for-IPv4-and-IPv6.patch (modified) * code/branches/ipv6/src/external/enet/patches/0005-IPv6-for-Windows.patch (added) * code/branches/ipv6/src/external/enet/unix.c (modified) * code/branches/ipv6/src/external/enet/win32.c (modified) IPv6 for Windows I have not tested this, please test this and ... Wed, 08 Sep 2010 23:09:09 GMT adrfried [7389] * code/branches/ipv6/src/external/enet/host.c (modified) * code/branches/ipv6/src/external/enet/include/enet/enet.h (modified) * code/branches/ipv6/src/external/enet/patches/0003-using-address-family-in-functions.patch (modified) * code/branches/ipv6/src/external/enet/patches/0004-using-two-separate-sockets-for-IPv4-and-IPv6.patch (modified) * code/branches/ipv6/src/external/enet/protocol.c (modified) * code/branches/ipv6/src/external/enet/unix.c (modified) fix some stuff Wed, 08 Sep 2010 11:31:03 GMT adrfried [7378] * code/branches/ipv6/src/external/enet/patches/0001-use-getaddrinfo-for-lookup-in-unix.c.patch (added) * code/branches/ipv6/src/external/enet/patches/0002-basic-IPv6-support-on-Linux-systems.patch (added) * code/branches/ipv6/src/external/enet/patches/0003-using-address-family-in-functions.patch (added) * code/branches/ipv6/src/external/enet/patches/0004-using-two-separate-sockets-for-IPv4-and-IPv6.patch (added) * code/branches/ipv6/src/external/enet/patches/patch (deleted) split libenet patch into smaller ones Wed, 08 Sep 2010 02:08:09 GMT adrfried [7377] * code/branches/ipv6/src/external/enet/host.c (modified) * code/branches/ipv6/src/external/enet/include/enet/enet.h (modified) * code/branches/ipv6/src/external/enet/patches/0001-use-getaddrinfo-for-lookup-in-unix.c.patch (deleted) * code/branches/ipv6/src/external/enet/patches/0002-basic-IPv6-support-on-Linux-systems.patch (deleted) * code/branches/ipv6/src/external/enet/patches/patch (added) * code/branches/ipv6/src/external/enet/protocol.c (modified) * code/branches/ipv6/src/external/enet/unix.c (modified) using two separate sockets for ipv4 and ipv6 Thu, 02 Sep 2010 22:28:21 GMT adrfried [7330] * code/branches/ipv6/src/external/enet/host.c (modified) * code/branches/ipv6/src/external/enet/include/enet/enet.h (modified) * code/branches/ipv6/src/external/enet/patches (added) * code/branches/ipv6/src/external/enet/patches/0001-use-getaddrinfo-for-lookup-in-unix.c.patch (added) * code/branches/ipv6/src/external/enet/patches/0002-basic-IPv6-support-on-Linux-systems.patch (added) * code/branches/ipv6/src/external/enet/protocol.c (modified) * code/branches/ipv6/src/external/enet/unix.c (modified) patch libenet to support ipv6 This is only done for Linux so far.