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:28:39 +0000 |
reimar |
Use more appropriate value for memcpy length.
|
Wed, 31 Oct 2012 19:08:19 +0000 |
reimar |
Remove useless indirection that in addition completely broke the code.
|
Sun, 14 Nov 2010 09:12:34 +0000 |
cboesch |
Remove most of the NULL pointer check before free all over the code
|
Sun, 17 Oct 2010 08:49:02 +0000 |
reimar |
Add missing avstring include for av_strlcpy.
|
Wed, 13 Oct 2010 18:56:44 +0000 |
reimar |
Replace snprintf by av_strlcpy.
|
Sun, 27 Jun 2010 15:04:13 +0000 |
reimar |
Use MSG_NOSIGNAL flag if available for send().
|
Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Mon, 09 Mar 2009 20:31:03 +0000 |
ben |
Ensure the string we're trying to compare is actually not NULL.
|
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.
|
Sun, 12 Oct 2008 12:12:41 +0000 |
diego |
Move socklen_t typedef from config.h to stream/network.h.
|
Fri, 29 Aug 2008 22:29:27 +0000 |
diego |
consistency cosmetics: Avoid using .. in #include paths.
|