| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-18 | 1 | -49/+71 |
|\ |
|
| * | os_support: K&R formatting cosmetics | Diego Biurrun | 2012-07-17 | 1 | -49/+71 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-16 | 1 | -1/+11 |
|\| |
|
| * | network: Always use our version of gai_strerror on windows | Martin Storsjö | 2012-07-15 | 1 | -1/+3 |
| * | network: Extend the fallback gai_strerror implementation to handle more error... | Martin Storsjö | 2012-07-15 | 1 | -0/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-30 | 1 | -8/+10 |
|\| |
|
| * | os_support: Rename the poll fallback function to ff_poll | Martin Storsjö | 2012-06-30 | 1 | -1/+1 |
| * | os_support: Don't compare a negative number against socket descriptors | Martin Storsjö | 2012-06-30 | 1 | -6/+6 |
| * | os_support: Include all the necessary headers for the win32 open function | Ronald S. Bultje | 2012-06-30 | 1 | -1/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-27 | 1 | -0/+2 |
|\| |
|
| * | configure: Check for sys/time.h | Ronald S. Bultje | 2012-06-26 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-20 | 1 | -2/+2 |
|\| |
|
| * | lavf: remove unnecessary inclusions of unistd.h | Mans Rullgard | 2012-06-20 | 1 | -1/+0 |
| * | network: Pass pointers of the right type to get/setsockopt/ioctlsocket on win... | Martin Storsjö | 2012-06-19 | 1 | -1/+2 |
* | | Allow other programs to open the same files on Windows. | Reimar Döffinger | 2012-02-18 | 1 | -2/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-07 | 1 | -1/+0 |
|\| |
|
| * | Remove leftover includes of strings.h | Martin Storsjö | 2011-11-06 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-03 | 1 | -1/+1 |
|\| |
|
| * | Remove some stray unnecessary ffmpeg references. | Diego Biurrun | 2011-11-02 | 1 | -1/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-13 | 1 | -1/+0 |
|\| |
|
| * | configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. | Diego Biurrun | 2011-05-12 | 1 | -1/+0 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-24 | 1 | -0/+28 |
|\| |
|
| * | Handle unicode file names on windows | Kirill Gavrilov | 2011-04-24 | 1 | -0/+28 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | os_support: fix poll() implementation | Max Shakhmetov | 2011-02-15 | 1 | -1/+1 |
| * | os_support: make poll() fallbacks conditional on CONFIG_NETWORK | Mans Rullgard | 2011-01-28 | 1 | -1/+1 |
| * | os: replace select with poll | Luca Barbato | 2011-01-28 | 1 | -3/+0 |
* | | os_support: fix poll() implementation | Max Shakhmetov | 2011-02-16 | 1 | -1/+1 |
* | | os_support: make poll() fallbacks conditional on CONFIG_NETWORK | Mans Rullgard | 2011-01-30 | 1 | -1/+1 |
* | | os: replace select with poll | Luca Barbato | 2011-01-30 | 1 | -3/+0 |
|/ |
|
* | os_support: include some headers only when needed | Måns Rullgård | 2010-07-06 | 1 | -3/+3 |
* | Move resolve_host() to ffserver.c | Måns Rullgård | 2010-03-08 | 1 | -35/+0 |
* | inet_aton needs _DARWIN_C_SOURCE on OS X | David Conrad | 2010-03-07 | 1 | -0/+1 |
* | Localize the #define _SVID_SOURCE needed for inet_aton() to os_support.c | David Conrad | 2010-03-07 | 1 | -3/+8 |
* | Make our getaddrinfo implementation initialize "struct addrinfo" return | Reimar Döffinger | 2010-02-28 | 1 | -0/+1 |
* | Implement gai_strerror() for systems lacking such functionality. Patch | Ronald S. Bultje | 2010-02-08 | 1 | -0/+11 |
* | Load the proper getaddrinfo functions from ws2_32.dll, if they're present. | Martin Storsjö | 2010-01-25 | 1 | -0/+31 |
* | Provide a fallback for getnameinfo() also. Patch by Martin Storsjö | Martin Storsjö | 2010-01-11 | 1 | -0/+44 |
* | Provide fallback implementations of getaddrinfo() and freeaddrinfo(). | Martin Storsjö | 2010-01-11 | 1 | -0/+70 |
* | Use getaddrinfo(), if available, in resolve_host(). Patch by Martin | Ronald S. Bultje | 2010-01-11 | 1 | -1/+22 |
* | Currently, the replacement which is used if inet_aton isn't available, | Martin Storsjö | 2010-01-08 | 1 | -1/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -11/+11 |
* | struct timeval requires #include <sys/time.h> | Dave Yeo | 2008-08-16 | 1 | -0/+1 |
* | use h_addr_list[0] instead of h_addr as this is the posix hostent field name | Aurelien Jacobs | 2008-08-14 | 1 | -1/+1 |
* | ensure we get explicit definition of various _XOPEN_SOURCE functions we use | Aurelien Jacobs | 2008-08-14 | 1 | -0/+4 |
* | Include poll.h instead of sys/poll.h | Luca Abeni | 2008-02-13 | 1 | -3/+3 |
* | Check for the presence of sys/select.h and conditionally #include it. | Michael Kostylev | 2007-12-27 | 1 | -1/+1 |
* | Fix compilation of os_support.c for MinGW with --disable-network | Tom Harper | 2007-12-09 | 1 | -1/+1 |
* | Include os_support.h only when needed | Luca Abeni | 2007-11-21 | 1 | -0/+1 |
* | Check for winsock2.h instead of __MINGW32__ | Ramiro Polla | 2007-08-08 | 1 | -4/+4 |