summaryrefslogtreecommitdiff
path: root/libavformat/network.c
Commit message (Expand)AuthorAge
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-24
* all: Remove unnecessary libavcodec/internal.h inclusionsAndreas Rheinhardt2022-02-08
* lavf/network: log ff_listen() errors to proper contexts rather than NULLAnton Khirnov2022-01-21
* lavf/network: log ff_socket() errors to proper contexts rather than NULLAnton Khirnov2022-01-21
* avformat/network: add logging context to logSteven Liu2019-10-08
* Merge commit '9b4c3f5aadf54ffd2a6e15746b1fd736379883c4'James Almer2018-09-11
|\
| * network: Add RFC 8305 style "Happy Eyeballs"/"Fast Fallback" helper functionMartin Storsjö2018-08-31
* | Merge commit '22f98ac19cf29f22b3e1d10314df9503f06fe683'James Almer2018-09-11
|\|
| * network: Check for EINTR in ff_poll_interruptMartin Storsjö2018-08-14
| * network: Use ff_neterrno instead of AVERROR(errno) for poll errorsSimon Thelen2018-08-14
* | lavf/network: check return value of setsockopt.Jun Zhao2018-08-18
* | lavf/network: add a ff_log_net_error function.Jun Zhao2018-08-18
* | avformat: make avformat_network_init() explicitly optionalwm42018-01-16
* | http: block while waiting for reconnectingwm42018-01-04
* | Merge commit '61cec5adaacb358783c18aa07362f15824c1b274'James Almer2017-11-01
|\|
| * tls: Hide backend implementation details from usersDiego Biurrun2017-06-02
| * network: prevent SIGPIPE on OSXwm42015-05-31
| * lavf: move TLS-related ifdeffery to library specific fileswm42015-05-26
* | libavformat/tcp: fix return code for tcp_acceptSimon Thelen2017-05-10
* | libavformat/network: use defined constant in pollZhao Zhili2016-01-29
* | lavf/network: split ff_listen_bind into ff_listen and ff_acceptStephan Holljes2015-08-01
* | network: prevent SIGPIPE on OSXwm42015-05-30
* | network: Move variable declaration under an #ifTimothy Gu2015-05-28
* | lavf: move TLS-related ifdeffery to library specific fileswm42015-05-27
* | network: Do not leave context locked on errorVittorio Giovara2015-04-23
* | avformat/network: Check for av_malloc* failures in ff_tls_init()Michael Niedermayer2015-02-03
* | lavf: Use av_gettime_relative()Olivier Langlois2014-05-17
* | avformat/network: use av_malloc_array()Michael Niedermayer2014-04-13
* | avformat/network: check ff_socket_nonblock() return and print a debug messageMichael Niedermayer2013-12-13
* | avformat/network: check for fcntl() failure in ff_socket()Michael Niedermayer2013-10-20
* | avformat/network: fix duplicate includeMichael Niedermayer2013-09-21
* | avformat: remove duplicate includesMichael Niedermayer2013-09-21
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-30
* | Merge commit '9d5ec50ead97e088d77317e77b18cef06cb3d053'Michael Niedermayer2013-08-10
|\|
| * ff_socket: put out-of-line and fallback to fcntl() for close-on-execRémi Denis-Courmont2013-08-09
* | Merge commit 'abe5268c3328bf0e8fcfb7dc6e231b8920177c3a'Michael Niedermayer2013-08-06
|\|
| * tcp: Use a different log message and level if there's more addresses to tryMartin Storsjö2013-08-06
* | ff_network_wait_fd_timeout(): check for interrupt before operationAndrey Utkin2013-07-12
* | ff_network_wait_fd_timeout: do not break with timeout < 0Michael Niedermayer2013-07-06
* | Merge commit 'ec7c51c7868d3ccc66b5cc38bf126258b94f086c'Michael Niedermayer2013-06-16
|\|
| * avf: move ff_http_match_no_proxy to networkLuca Barbato2013-06-16
* | avformat/network: remove unused variableMichael Niedermayer2013-06-05
* | Merge commit '9835abb6d63fb07613994ae90e72fef758149408'Michael Niedermayer2013-06-05
|\|
| * network: uniform ff_listen_bind and ff_listen_connectLuca Barbato2013-06-04
* | avformat/network: check the return value from setsockopt()Michael Niedermayer2013-06-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-06-02
|\|
| * network: factor out connect-listening codeLuca Barbato2013-06-01
* | Merge commit '28306e6d620c109ddd672f7243adfbc2bbb3b18f'Michael Niedermayer2013-06-02
|\|
| * network: factor out bind-listening codeLuca Barbato2013-06-01