log stream/tcp.c @ 34042:89ad6c0928cf

age author description
Sun, 20 Jun 2010 19:29:18 +0000 attila Prefere the use of inet_ntop over inet_ntoa, as the former is ipv6 safe.
Sat, 20 Feb 2010 11:13:01 +0000 reimar Make sure we do not try to use IPv6 with winsock2, we end up connecting
Sat, 30 Jan 2010 22:26:47 +0000 diego Add license header to all files missing it in the stream subdirectory.
Fri, 26 Jun 2009 13:54:22 +0000 reimar Replace incorrect use of strncpy by av_strlcpy.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Sun, 01 Feb 2009 14:38:28 +0000 diego Restructure network tests: Always check for both inet_aton and inet_pton.
Sun, 01 Feb 2009 13:42:27 +0000 diego Convert HAVE_WINSOCK2_H into a 0/1 definition.