log stream/udp.c @ 37195:ac6c37d85d65 default tip

age author description
Sun, 17 Mar 2013 22:47:41 +0000 diego Add _BSD_SOURCE #define for struct hostent and struct ip_mreq.
Mon, 05 Nov 2012 20:26:12 +0000 reimar Remove nonsense casts.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Wed, 25 Feb 2009 12:51:20 +0000 reimar Use memset to make sure all parts of struct sockaddr_in are always initialized.
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.
Sun, 01 Feb 2009 13:33:35 +0000 diego HAVE_ATON --> HAVE_INET_ATON to match FFmpeg and give it a 0/1 value.
Mon, 01 Sep 2008 07:31:57 +0000 diego Move '#define closesocket close' preprocessor directive to a common place
Sun, 31 Aug 2008 13:59:54 +0000 diego Revert moving closesocket definition and network headers to network.h.
Fri, 29 Aug 2008 22:55:39 +0000 diego Move duplicated '#define closesocket close' into network.h along with
Fri, 29 Aug 2008 20:05:08 +0000 diego Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.
Fri, 01 Aug 2008 20:28:58 +0000 diego Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;
Wed, 30 Jul 2008 12:01:30 +0000 diego Start unifying names of internal preprocessor directives.
Wed, 14 May 2008 17:20:42 +0000 diego Use standard license headers with standard formatting.
Wed, 19 Sep 2007 12:54:10 +0000 reimar Fix a few typos
Sun, 12 Aug 2007 12:16:11 +0000 diego Fix UDP select timeout.
Thu, 08 Mar 2007 20:47:10 +0000 nicodvb optionally reuse the socket if -reuse-socket is selected; patch by Yong Hwan (sio4 users sf net) simplified by me
Sat, 26 Aug 2006 20:06:06 +0000 reimar Fix mingw compilation
Sun, 20 Aug 2006 23:19:18 +0000 rfelker missing header for struct timeval
Sat, 05 Aug 2006 08:49:40 +0000 ben kill a warning in getsockopt()
Fri, 04 Aug 2006 19:31:53 +0000 ben removed udp socket creation code from rtp stack to a new dedicated udp helper file