log network.h @ 6491:b7f807b4cd88 libavformat tip

age author description
Fri, 03 Sep 2010 20:06:01 +0000 rbultje Move INET6_ADDRSTRLEN to network.h, similar to other network-related fixups libavformat
Thu, 15 Apr 2010 18:27:27 +0000 rbultje Fix compile error on mingw where ETIMEDOUT is missing (because it's a WSA error). libavformat
Sun, 07 Mar 2010 19:48:59 +0000 conrad Localize the #define _SVID_SOURCE needed for inet_aton() to os_support.c libavformat
Mon, 08 Feb 2010 18:48:12 +0000 rbultje Implement gai_strerror() for systems lacking such functionality. Patch libavformat
Wed, 20 Jan 2010 17:26:14 +0000 rbultje Use the configure check from r21351 and use it to properly define struct libavformat
Mon, 11 Jan 2010 17:45:17 +0000 rbultje Provide a fallback for getnameinfo() also. Patch by Martin Storsj libavformat
Mon, 11 Jan 2010 17:42:35 +0000 rbultje Implement a fallback for struct sockaddr_storage if not available. libavformat
Mon, 11 Jan 2010 17:27:07 +0000 rbultje Provide fallback implementations of getaddrinfo() and freeaddrinfo(). libavformat
Sat, 24 Jan 2009 14:52:46 +0000 diego Fix undefined preprocessor directives warnings during 'make checkheaders'. libavformat
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavformat
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavformat
Sun, 31 Aug 2008 07:39:47 +0000 stefano Globally rename the header inclusion guard names. libavformat
Wed, 17 Oct 2007 09:37:46 +0000 diego Add FFMPEG_ prefix to all multiple inclusion guards. libavformat
Thu, 09 Aug 2007 23:39:05 +0000 ramiro Add initialization and cleanup functions for Winsock libavformat
Wed, 08 Aug 2007 19:18:10 +0000 ramiro Check for winsock2.h instead of __MINGW32__ libavformat
Tue, 15 May 2007 14:58:30 +0000 alex initial mingw networking support libavformat
Fri, 27 Apr 2007 00:41:50 +0000 alex implement ff_socket_nonblock and use it in networking code libavformat
Fri, 27 Apr 2007 00:35:54 +0000 alex use ff_neterrno() and FF_NETERROR() for networking error handling libavformat
Fri, 23 Mar 2007 22:01:37 +0000 mmu_man Some more BeOS cleanup: check for arpa/inet.h; declare the prototype for inet_aton if not found; remove barpainet.h as it's not longer needed. libavformat
Sun, 04 Feb 2007 17:05:44 +0000 mru move networking #includes into separate file libavformat