# # ChangeLog for code/trunk/src/external/enet/LICENSE # # Generated by Trac 1.0.9 # May 20, 2024, 6:28:01 PM Thu, 16 Sep 2010 22:48:29 GMT adrfried [7459] * code/trunk (modified) * code/trunk/cmake/LibraryConfig.cmake (modified) * code/trunk/cmake/PackageConfig.cmake (modified) * code/trunk/src/CMakeLists.txt (modified) * code/trunk/src/external/CMakeLists.txt (modified) * code/trunk/src/external/enet (copied) * code/trunk/src/external/enet/CMakeLists.txt (copied) * code/trunk/src/external/enet/ChangeLog (copied) * code/trunk/src/external/enet/Doxyfile (copied) * code/trunk/src/external/enet/LICENSE (copied) * code/trunk/src/external/enet/README (copied) * code/trunk/src/external/enet/callbacks.c (copied) * code/trunk/src/external/enet/callbacks.h (copied) * code/trunk/src/external/enet/compress.c (copied) * code/trunk/src/external/enet/docs (copied) * code/trunk/src/external/enet/docs/FAQ.dox (copied) * code/trunk/src/external/enet/docs/design.dox (copied) * code/trunk/src/external/enet/docs/install.dox (copied) * code/trunk/src/external/enet/docs/license.dox (copied) * code/trunk/src/external/enet/docs/mainpage.dox (copied) * code/trunk/src/external/enet/docs/tutorial.dox (copied) * code/trunk/src/external/enet/enet.h (copied) * code/trunk/src/external/enet/host.c (copied) * code/trunk/src/external/enet/include (copied) * code/trunk/src/external/enet/include/enet (copied) * code/trunk/src/external/enet/libenet.pc.in (copied) * code/trunk/src/external/enet/list.c (copied) * code/trunk/src/external/enet/list.h (copied) * code/trunk/src/external/enet/packet.c (copied) * code/trunk/src/external/enet/patches (copied) * code/trunk/src/external/enet/patches/0001-IPv6-support.patch (copied) * code/trunk/src/external/enet/peer.c (copied) * code/trunk/src/external/enet/protocol.c (copied) * code/trunk/src/external/enet/protocol.h (copied) * code/trunk/src/external/enet/time.h (copied) * code/trunk/src/external/enet/types.h (copied) * code/trunk/src/external/enet/unix.c (copied) * code/trunk/src/external/enet/unix.h (copied) * code/trunk/src/external/enet/utility.h (copied) * code/trunk/src/external/enet/win32.c (copied) * code/trunk/src/external/enet/win32.h (copied) * code/trunk/src/libraries/network/CMakeLists.txt (modified) * code/trunk/src/libraries/network/ClientConnection.cc (modified) * code/trunk/src/libraries/network/ClientInformation.cc (modified) * code/trunk/src/libraries/network/LANDiscoverable.cc (modified) * code/trunk/src/libraries/network/LANDiscovery.cc (modified) * code/trunk/src/libraries/network/ServerConnection.cc (modified) * code/trunk/src/libraries/network/packet/ServerInformation.cc (modified) * code/trunk/src/libraries/network/packet/ServerInformation.h (modified) Merged ipv6 branch Orxonox now includes a modified version of ENet 1.3.0 Sun, 12 Sep 2010 22:16:48 GMT adrfried [7438] * code/branches/ipv6/src/external/enet/ChangeLog (modified) * code/branches/ipv6/src/external/enet/Doxyfile (modified) * code/branches/ipv6/src/external/enet/LICENSE (modified) * code/branches/ipv6/src/external/enet/README (modified) * code/branches/ipv6/src/external/enet/callbacks.c (modified) * code/branches/ipv6/src/external/enet/compress.c (modified) * code/branches/ipv6/src/external/enet/docs/FAQ.dox (modified) * code/branches/ipv6/src/external/enet/docs/design.dox (modified) * code/branches/ipv6/src/external/enet/docs/install.dox (modified) * code/branches/ipv6/src/external/enet/docs/license.dox (modified) * code/branches/ipv6/src/external/enet/docs/mainpage.dox (modified) * code/branches/ipv6/src/external/enet/docs/tutorial.dox (modified) * code/branches/ipv6/src/external/enet/host.c (modified) * code/branches/ipv6/src/external/enet/include/enet/callbacks.h (modified) * code/branches/ipv6/src/external/enet/include/enet/enet.h (modified) * code/branches/ipv6/src/external/enet/include/enet/list.h (modified) * code/branches/ipv6/src/external/enet/include/enet/protocol.h (modified) * code/branches/ipv6/src/external/enet/include/enet/time.h (modified) * code/branches/ipv6/src/external/enet/include/enet/types.h (modified) * code/branches/ipv6/src/external/enet/include/enet/unix.h (modified) * code/branches/ipv6/src/external/enet/include/enet/utility.h (modified) * code/branches/ipv6/src/external/enet/include/enet/win32.h (modified) * code/branches/ipv6/src/external/enet/libenet.pc.in (modified) * code/branches/ipv6/src/external/enet/list.c (modified) * code/branches/ipv6/src/external/enet/packet.c (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 (modified) * code/branches/ipv6/src/external/enet/peer.c (modified) * code/branches/ipv6/src/external/enet/protocol.c (modified) * code/branches/ipv6/src/external/enet/unix.c (modified) * code/branches/ipv6/src/external/enet/win32.c (modified) set svn props and fix line endings in libenet files