| Commit message (Expand) | Author | Age | Files | Lines |
* | Localize the #define _SVID_SOURCE needed for inet_aton() to os_support.c | David Conrad | 2010-03-07 | 1 | -4/+1 |
* | Implement gai_strerror() for systems lacking such functionality. Patch | Ronald S. Bultje | 2010-02-08 | 1 | -0/+2 |
* | Use the configure check from r21351 and use it to properly define struct | Martin Storsjö | 2010-01-20 | 1 | -1/+9 |
* | Provide a fallback for getnameinfo() also. Patch by Martin Storsjö | Martin Storsjö | 2010-01-11 | 1 | -0/+32 |
* | Implement a fallback for struct sockaddr_storage if not available. | Martin Storsjö | 2010-01-11 | 1 | -0/+6 |
* | Provide fallback implementations of getaddrinfo() and freeaddrinfo(). | Martin Storsjö | 2010-01-11 | 1 | -0/+38 |
* | Fix undefined preprocessor directives warnings during 'make checkheaders'. | Diego Biurrun | 2009-01-24 | 1 | -0/+2 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -5/+5 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | Add initialization and cleanup functions for Winsock | Ramiro Polla | 2007-08-09 | 1 | -0/+17 |
* | Check for winsock2.h instead of __MINGW32__ | Ramiro Polla | 2007-08-08 | 1 | -1/+1 |
* | initial mingw networking support | Alex Beregszaszi | 2007-05-15 | 1 | -3/+13 |
* | implement ff_socket_nonblock and use it in networking code | Alex Beregszaszi | 2007-04-27 | 1 | -0/+2 |
* | use ff_neterrno() and FF_NETERROR() for networking error handling | Alex Beregszaszi | 2007-04-27 | 1 | -0/+3 |
* | Some more BeOS cleanup: check for arpa/inet.h; declare the prototype for inet... | François Revol | 2007-03-23 | 1 | -0/+7 |
* | move networking #includes into separate file | Ramiro Polla | 2007-02-04 | 1 | -0/+30 |