# # ChangeLog for code/branches/ipv6/src/external/enet/patches # # Generated by Trac 1.0.9 # May 23, 2024, 8:57:23 PM 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.