| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf/network: log ff_listen() errors to proper contexts rather than NULL | Anton Khirnov | 2022-01-21 | 1 | -1/+2 |
* | lavf/network: log ff_socket() errors to proper contexts rather than NULL | Anton Khirnov | 2022-01-21 | 1 | -1/+1 |
* | network: Define ENOTCONN as WSAENOTCONN if not defined | Martin Storsjö | 2019-12-11 | 1 | -0/+3 |
* | Merge commit '9b4c3f5aadf54ffd2a6e15746b1fd736379883c4' | James Almer | 2018-09-11 | 1 | -0/+28 |
|\ |
|
| * | network: Add RFC 8305 style "Happy Eyeballs"/"Fast Fallback" helper function | Martin Storsjö | 2018-08-31 | 1 | -0/+28 |
* | | lavf/network: add a ff_log_net_error function. | Jun Zhao | 2018-08-18 | 1 | -0/+2 |
* | | lavf/network: fix doxygen comments. | Jun Zhao | 2018-05-10 | 1 | -4/+4 |
* | | avformat: make avformat_network_init() explicitly optional | wm4 | 2018-01-16 | 1 | -1/+0 |
* | | libavformat: unexpose the ff_inet_aton function | Rostislav Pehlivanov | 2018-01-06 | 1 | -2/+0 |
* | | http: block while waiting for reconnecting | wm4 | 2018-01-04 | 1 | -0/+9 |
* | | avformat/tcp: add option to enable TCP_NODELAY | Aman Gupta | 2017-11-17 | 1 | -0/+1 |
* | | lavf/network: split ff_listen_bind into ff_listen and ff_accept | Stephan Holljes | 2015-08-01 | 1 | -0/+20 |
* | | avformat/network: Check for av_malloc* failures in ff_tls_init() | Michael Niedermayer | 2015-02-03 | 1 | -1/+1 |
* | | avformat/network: move sockaddr_union after sockaddr_storage compatibility code | Michael Niedermayer | 2014-09-16 | 1 | -8/+8 |
* | | avformat/network: add union for avoiding strict aliassing violations with soc... | Michael Niedermayer | 2014-09-15 | 1 | -0/+8 |
* | | Merge commit '6ee1cb5740e7490151db7dcec7e20ceaf8a2fe1f' | Michael Niedermayer | 2014-08-25 | 1 | -0/+4 |
|\| |
|
| * | libavformat: use MSG_NOSIGNAL when applicable | Rémi Denis-Courmont | 2014-08-25 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-01-07 | 1 | -6/+7 |
|\| |
|
| * | network.h: Add #endif comments to improve readability | Diego Biurrun | 2014-01-06 | 1 | -6/+7 |
* | | Merge commit '9d5ec50ead97e088d77317e77b18cef06cb3d053' | Michael Niedermayer | 2013-08-10 | 1 | -8/+1 |
|\| |
|
| * | ff_socket: put out-of-line and fallback to fcntl() for close-on-exec | Rémi Denis-Courmont | 2013-08-09 | 1 | -8/+1 |
* | | Merge commit 'abe5268c3328bf0e8fcfb7dc6e231b8920177c3a' | Michael Niedermayer | 2013-08-06 | 1 | -1/+4 |
|\| |
|
| * | tcp: Use a different log message and level if there's more addresses to try | Martin Storsjö | 2013-08-06 | 1 | -1/+4 |
* | | Merge commit 'bb9378251a167ef0116f263912e57f715c1e02ac' | Michael Niedermayer | 2013-08-06 | 1 | -0/+9 |
|\| |
|
| * | network: Use SOCK_CLOEXEC when available | Luca Barbato | 2013-08-05 | 1 | -0/+9 |
* | | ff_network_wait_fd_timeout(): check for interrupt before operation | Andrey Utkin | 2013-07-12 | 1 | -1/+1 |
* | | Merge commit 'ec7c51c7868d3ccc66b5cc38bf126258b94f086c' | Michael Niedermayer | 2013-06-16 | 1 | -0/+2 |
|\| |
|
| * | avf: move ff_http_match_no_proxy to network | Luca Barbato | 2013-06-16 | 1 | -0/+2 |
* | | Merge commit '9835abb6d63fb07613994ae90e72fef758149408' | Michael Niedermayer | 2013-06-05 | 1 | -1/+30 |
|\| |
|
| * | network: uniform ff_listen_bind and ff_listen_connect | Luca Barbato | 2013-06-04 | 1 | -1/+30 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-06-02 | 1 | -1/+4 |
|\| |
|
| * | network: factor out connect-listening code | Luca Barbato | 2013-06-01 | 1 | -1/+4 |
* | | Merge commit '28306e6d620c109ddd672f7243adfbc2bbb3b18f' | Michael Niedermayer | 2013-06-02 | 1 | -0/+3 |
|\| |
|
| * | network: factor out bind-listening code | Luca Barbato | 2013-06-01 | 1 | -0/+3 |
* | | Merge commit '80521c1997a23e148edf89e11b939ab8646297ca' | Michael Niedermayer | 2012-10-24 | 1 | -0/+8 |
|\| |
|
| * | network: add fallbacks for INADDR_LOOPBACK and INET_ADDRSTRLEN | Mans Rullgard | 2012-10-23 | 1 | -0/+8 |
* | | Merge commit 'a25d912dca9cd553440167e0476c47581359c0fc' | Michael Niedermayer | 2012-10-17 | 1 | -0/+1 |
|\| |
|
| * | network: #include stdint.h in network.h | Mans Rullgard | 2012-10-16 | 1 | -0/+1 |
* | | Introduce ff_network_wait_fd_timeout() | Andrey Utkin | 2012-10-09 | 1 | -0/+13 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-16 | 1 | -3/+22 |
|\| |
|
| * | network: Always use our version of gai_strerror on windows | Martin Storsjö | 2012-07-15 | 1 | -1/+3 |
| * | network: Undefine existing gai_strerror definitions | Martin Storsjö | 2012-07-15 | 1 | -0/+1 |
| * | network: Extend the fallback gai_strerror implementation to handle more error... | Martin Storsjö | 2012-07-15 | 1 | -2/+18 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-27 | 1 | -9/+10 |
|\| |
|
| * | network: Don't redefine error codes if they already exist in errno.h | Ronald S. Bultje | 2012-06-26 | 1 | -0/+9 |
| * | network: Include unistd.h from network.h | Martin Storsjö | 2012-06-26 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-20 | 1 | -0/+2 |
|\| |
|
| * | network: Pass pointers of the right type to get/setsockopt/ioctlsocket on win... | Martin Storsjö | 2012-06-19 | 1 | -0/+2 |
* | | Remove some warnings when compiling with mingw (mingw-w64, 32 bits) | Vincent Torri | 2012-02-03 | 1 | -0/+12 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-08 | 1 | -0/+1 |
|\| |
|