January 29, 2011
View 362d8f7

os_support: make poll() fallbacks conditional on CONFIG_NETWORK

Mans Rullgard authored on 2011/01/29 02:16:15
January 28, 2011
View a8475bb

os: replace select with poll

Luca Barbato authored on 2011/01/28 11:12:21
July 6, 2010
View 7fddac9

os_support: include some headers only when needed

Måns Rullgård authored on 2010/07/06 20:42:52
March 9, 2010
View 22f73dc

Move resolve_host() to ffserver.c

Måns Rullgård authored on 2010/03/09 03:43:27
March 8, 2010
View 38c3b6e

inet_aton needs _DARWIN_C_SOURCE on OS X

David Conrad authored on 2010/03/08 04:49:02
View ac11d56

Localize the #define _SVID_SOURCE needed for inet_aton() to os_support.c

David Conrad authored on 2010/03/08 04:48:59
March 1, 2010
View a34fc5e

Make our getaddrinfo implementation initialize "struct addrinfo" return value to NULL on errors.

Reimar Döffinger authored on 2010/03/01 07:31:17
February 9, 2010
View 04a2b04

Implement gai_strerror() for systems lacking such functionality. Patch by KO Myung-Hun <komh challion net>.

Ronald S. Bultje authored on 2010/02/09 03:48:12
January 25, 2010
View 6023d84

Load the proper getaddrinfo functions from ws2_32.dll, if they're present.

Martin Storsjö authored on 2010/01/25 10:28:01
January 12, 2010
View 5d629b7

Provide a fallback for getnameinfo() also. Patch by Martin Storsjö <$firstname()$firstname,st>.

Martin Storsjö authored on 2010/01/12 02:45:17
View fa053ca

Provide fallback implementations of getaddrinfo() and freeaddrinfo(). Patch by Martin Storsjö <$firstname()$firstname,st>.

Martin Storsjö authored on 2010/01/12 02:27:07
View 7e43f74

Use getaddrinfo(), if available, in resolve_host(). Patch by Martin Storsjö <$firstname()$firstname,st>.

Ronald S. Bultje authored on 2010/01/12 02:14:16
January 8, 2010
View b827f4e

Currently, the replacement which is used if inet_aton isn't available, only works correctly on little-endian. The attached patch makes it endian independent.

Martin Storsjö authored on 2010/01/08 09:04:23
January 14, 2009
View b250f9c

Change semantic of CONFIG_*, HAVE_* and ARCH_*. They are now always defined to either 0 or 1.

Aurelien Jacobs authored on 2009/01/14 08:44:16
August 17, 2008
View e748e34

struct timeval requires #include <sys/time.h> patch by Dave Yeo daveryeo _at_ telus _dot_ net

Dave Yeo authored on 2008/08/17 03:39:30