summaryrefslogtreecommitdiff
path: root/libavformat/tcp.c
Commit message (Expand)AuthorAge
* 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
* lavf/rtmp: Add option to set TCP_NODELAY for rtmpNick Ruff2021-06-20
* avformat/tcp: re-add checks for setsockopt return valuesJames Almer2018-09-11
* Merge commit '8c76bfacf663ff71cee5264a74d0f9c86addd325'James Almer2018-09-11
|\
| * tcp: Use ff_connect_parallel for RFC 8305 style connectingMartin Storsjö2018-08-31
| * tcp: Use rw_timeout for setting the connect/listen timeoutsMartin Storsjö2016-03-24
* | lavf/tcp: check return value of setsockopt.Jun Zhao2018-08-18
* | lavf/tcp: add option to setting Maximum Segment SizeJun Zhao2018-07-26
* | lavf/tcp.c: Free allocated client URLContext in case of error.Stephan Holljes2018-04-19
* | tcp: properly return EOFwm42017-12-31
* | lavf/tcp: Fix the type of the optlen argument to getsockopt().Carl Eugen Hoyos2017-11-18
* | avformat/tcp: add option to enable TCP_NODELAYAman Gupta2017-11-17
* | libavformat/tcp: fix return code for tcp_acceptSimon Thelen2017-05-10
* | HTTP: improve performance by reducing forward seeksJoel Cunningham2017-02-14
* | tcp: set socket buffer sizes before listen/connect/acceptJoel Cunningham2017-01-26
* | avformat/tcp: Put struct sockaddr_in6 under #ifMichael Niedermayer2016-11-06
* | avformat/tcp: workaround for IOS9 getaddrinfo in IPv6 only network use hardco...liu jc2016-11-05
* | Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis2016-02-29
|\|
| * lavf: reorganize URLProtocolsAnton Khirnov2016-02-22
* | libavformat/tcp.c : add send_buffer_size and recv_buffer_size optionsPerette Barella2016-01-22
* | avformat/tcp: TCP Protocol: fix descriptor leak on listen and interruptAlexander S. Drozdov2015-09-11
* | lavf/tcp: increase range for listen and call the underlying socket operations...Stephan Holljes2015-08-01
* | lavf/tcp: add tcp_acceptStephan Holljes2015-08-01
* | Merge commit '27852f2f1dec3749ea79883b70484c841169f747'Michael Niedermayer2015-04-09
|\|
| * libavformat: Handle error return from ff_listen_bindAnders Nystrom2015-04-09
* | Merge commit 'e14f98c62fdf8744b07419314095d1b3248cce75'Michael Niedermayer2015-02-28
|\|
| * tcp: Clarify the units for the timeout avoptionsMartin Storsjö2015-02-28
* | lavf/tcp: Clarify that the -timeout option takes microseconds.Carl Eugen Hoyos2014-11-12
* | Merge commit '1d4579e38ecad578c86516fad2837a273d11b320'Michael Niedermayer2014-10-11
|\|
| * tcp: Add AVOption supportLuca Barbato2014-10-10
* | Merge commit '6ee1cb5740e7490151db7dcec7e20ceaf8a2fe1f'Michael Niedermayer2014-08-25
|\|
| * libavformat: use MSG_NOSIGNAL when applicableRémi Denis-Courmont2014-08-25
| * tcp: Explicitly convert a pointer to a boolean integerMartin Storsjö2013-09-09
* | doc/protocols/tcp,lavf/tcp: apply minor fixes to TCP protocol documentationStefano Sabatini2013-12-25
* | lavf/tcp: honor listen option value in a tagStefano Sabatini2013-12-25
* | avformat/tcp: fix pointer to int warningMichael Niedermayer2013-08-25
* | 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
* | Merge commit 'bb9378251a167ef0116f263912e57f715c1e02ac'Michael Niedermayer2013-08-06
|\|
| * network: Use SOCK_CLOEXEC when availableLuca Barbato2013-08-05
* | tcp: Use a default timeout of 5 sec for opening a connection but not for rece...Michael Niedermayer2013-07-06
* | tcp: Fix the default timeoutMichael Niedermayer2013-07-06
* | Merge commit '9835abb6d63fb07613994ae90e72fef758149408'Michael Niedermayer2013-06-05
|\|
| * network: uniform ff_listen_bind and ff_listen_connectLuca Barbato2013-06-04
* | 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
* | avformat/avdevice: add missing time.h includesMichael Niedermayer2013-03-12