| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '9b4c3f5aadf54ffd2a6e15746b1fd736379883c4' | James Almer | 2018-09-11 | 1 | -0/+225 |
|\ |
|
| * | network: Add RFC 8305 style "Happy Eyeballs"/"Fast Fallback" helper function | Martin Storsjö | 2018-08-31 | 1 | -0/+226 |
* | | Merge commit '22f98ac19cf29f22b3e1d10314df9503f06fe683' | James Almer | 2018-09-11 | 1 | -3/+6 |
|\| |
|
| * | network: Check for EINTR in ff_poll_interrupt | Martin Storsjö | 2018-08-14 | 1 | -3/+6 |
| * | network: Use ff_neterrno instead of AVERROR(errno) for poll errors | Simon Thelen | 2018-08-14 | 1 | -1/+1 |
* | | lavf/network: check return value of setsockopt. | Jun Zhao | 2018-08-18 | 1 | -2/+5 |
* | | lavf/network: add a ff_log_net_error function. | Jun Zhao | 2018-08-18 | 1 | -0/+7 |
* | | avformat: make avformat_network_init() explicitly optional | wm4 | 2018-01-16 | 1 | -9/+0 |
* | | http: block while waiting for reconnecting | wm4 | 2018-01-04 | 1 | -0/+18 |
* | | Merge commit '61cec5adaacb358783c18aa07362f15824c1b274' | James Almer | 2017-11-01 | 1 | -4/+8 |
|\| |
|
| * | tls: Hide backend implementation details from users | Diego Biurrun | 2017-06-02 | 1 | -4/+8 |
| * | network: prevent SIGPIPE on OSX | wm4 | 2015-05-31 | 1 | -0/+4 |
| * | lavf: move TLS-related ifdeffery to library specific files | wm4 | 2015-05-26 | 1 | -82/+9 |
* | | libavformat/tcp: fix return code for tcp_accept | Simon Thelen | 2017-05-10 | 1 | -1/+1 |
* | | libavformat/network: use defined constant in poll | Zhao Zhili | 2016-01-29 | 1 | -1/+1 |
* | | lavf/network: split ff_listen_bind into ff_listen and ff_accept | Stephan Holljes | 2015-08-01 | 1 | -6/+21 |
* | | network: prevent SIGPIPE on OSX | wm4 | 2015-05-30 | 1 | -0/+4 |
* | | network: Move variable declaration under an #if | Timothy Gu | 2015-05-28 | 1 | -1/+1 |
* | | lavf: move TLS-related ifdeffery to library specific files | wm4 | 2015-05-27 | 1 | -88/+11 |
* | | network: Do not leave context locked on error | Vittorio Giovara | 2015-04-23 | 1 | -1/+3 |
* | | avformat/network: Check for av_malloc* failures in ff_tls_init() | Michael Niedermayer | 2015-02-03 | 1 | -1/+5 |
* | | lavf: Use av_gettime_relative() | Olivier Langlois | 2014-05-17 | 1 | -2/+2 |
* | | avformat/network: use av_malloc_array() | Michael Niedermayer | 2014-04-13 | 1 | -1/+1 |
* | | avformat/network: check ff_socket_nonblock() return and print a debug message | Michael Niedermayer | 2013-12-13 | 1 | -2/+5 |
* | | avformat/network: check for fcntl() failure in ff_socket() | Michael Niedermayer | 2013-10-20 | 1 | -2/+4 |
* | | avformat/network: fix duplicate include | Michael Niedermayer | 2013-09-21 | 1 | -1/+0 |
* | | avformat: remove duplicate includes | Michael Niedermayer | 2013-09-21 | 1 | -1/+0 |
* | | Reinstate proper FFmpeg license for all files. | Thilo Borgmann | 2013-08-30 | 1 | -5/+5 |
* | | Merge commit '9d5ec50ead97e088d77317e77b18cef06cb3d053' | Michael Niedermayer | 2013-08-10 | 1 | -1/+20 |
|\| |
|
| * | ff_socket: put out-of-line and fallback to fcntl() for close-on-exec | Rémi Denis-Courmont | 2013-08-09 | 1 | -0/+19 |
* | | Merge commit 'abe5268c3328bf0e8fcfb7dc6e231b8920177c3a' | Michael Niedermayer | 2013-08-06 | 1 | -4/+9 |
|\| |
|
| * | tcp: Use a different log message and level if there's more addresses to try | Martin Storsjö | 2013-08-06 | 1 | -4/+9 |
* | | ff_network_wait_fd_timeout(): check for interrupt before operation | Andrey Utkin | 2013-07-12 | 1 | -2/+2 |
* | | ff_network_wait_fd_timeout: do not break with timeout < 0 | Michael Niedermayer | 2013-07-06 | 1 | -1/+1 |
* | | Merge commit 'ec7c51c7868d3ccc66b5cc38bf126258b94f086c' | Michael Niedermayer | 2013-06-16 | 1 | -0/+54 |
|\| |
|
| * | avf: move ff_http_match_no_proxy to network | Luca Barbato | 2013-06-16 | 1 | -0/+54 |
* | | avformat/network: remove unused variable | Michael Niedermayer | 2013-06-05 | 1 | -1/+0 |
* | | Merge commit '9835abb6d63fb07613994ae90e72fef758149408' | Michael Niedermayer | 2013-06-05 | 1 | -15/+29 |
|\| |
|
| * | network: uniform ff_listen_bind and ff_listen_connect | Luca Barbato | 2013-06-04 | 1 | -13/+28 |
* | | avformat/network: check the return value from setsockopt() | Michael Niedermayer | 2013-06-03 | 1 | -1/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-06-02 | 1 | -0/+48 |
|\| |
|
| * | network: factor out connect-listening code | Luca Barbato | 2013-06-01 | 1 | -0/+46 |
* | | Merge commit '28306e6d620c109ddd672f7243adfbc2bbb3b18f' | Michael Niedermayer | 2013-06-02 | 1 | -0/+29 |
|\| |
|
| * | network: factor out bind-listening code | Luca Barbato | 2013-06-01 | 1 | -0/+29 |
* | | os2threads: move from lavc to compat/ | Dave Yeo | 2013-05-28 | 1 | -1/+1 |
* | | Merge commit '90f9a5830b5d332de7ebb1ab45589f1870cbd65d' | Michael Niedermayer | 2013-05-24 | 1 | -1/+1 |
|\| |
|
| * | w32pthreads: move from lavc to compat/ | Anton Khirnov | 2013-05-24 | 1 | -1/+1 |
* | | Fix OS/2 threading | Dave Yeo | 2012-12-29 | 1 | -0/+2 |
* | | Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967' | Michael Niedermayer | 2012-12-05 | 1 | -2/+0 |
|\| |
|
| * | Remove pointless #undefs of previously forbidden functions. | Anton Khirnov | 2012-12-04 | 1 | -2/+0 |