summaryrefslogtreecommitdiff
path: root/libavformat/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/tcp: correct strdup checkGyan Doshi2023-04-021-1/+1
* libavformat/tcp: add local_addr/local_port for network optionjackarain2023-03-301-2/+51
* lavf/network: log ff_listen() errors to proper contexts rather than NULLAnton Khirnov2022-01-211-1/+1
* lavf/network: log ff_socket() errors to proper contexts rather than NULLAnton Khirnov2022-01-211-1/+1
* lavf/rtmp: Add option to set TCP_NODELAY for rtmpNick Ruff2021-06-201-0/+3
* avformat/tcp: re-add checks for setsockopt return valuesJames Almer2018-09-111-4/+12
* Merge commit '8c76bfacf663ff71cee5264a74d0f9c86addd325'James Almer2018-09-111-48/+36
|\
| * tcp: Use ff_connect_parallel for RFC 8305 style connectingMartin Storsjö2018-08-311-26/+15
| * tcp: Use rw_timeout for setting the connect/listen timeoutsMartin Storsjö2016-03-241-1/+5
* | lavf/tcp: check return value of setsockopt.Jun Zhao2018-08-181-4/+12
* | lavf/tcp: add option to setting Maximum Segment SizeJun Zhao2018-07-261-0/+11
* | lavf/tcp.c: Free allocated client URLContext in case of error.Stephan Holljes2018-04-191-1/+3
* | tcp: properly return EOFwm42017-12-311-0/+2
* | lavf/tcp: Fix the type of the optlen argument to getsockopt().Carl Eugen Hoyos2017-11-181-1/+1
* | avformat/tcp: add option to enable TCP_NODELAYAman Gupta2017-11-171-0/+5
* | libavformat/tcp: fix return code for tcp_acceptSimon Thelen2017-05-101-1/+1
* | HTTP: improve performance by reducing forward seeksJoel Cunningham2017-02-141-0/+21
* | tcp: set socket buffer sizes before listen/connect/acceptJoel Cunningham2017-01-261-8/+9
* | avformat/tcp: Put struct sockaddr_in6 under #ifMichael Niedermayer2016-11-061-0/+2
* | avformat/tcp: workaround for IOS9 getaddrinfo in IPv6 only network use hardco...liu jc2016-11-051-0/+8
* | Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis2016-02-291-1/+1
|\ \ | |/
| * lavf: reorganize URLProtocolsAnton Khirnov2016-02-221-1/+1
* | libavformat/tcp.c : add send_buffer_size and recv_buffer_size optionsPerette Barella2016-01-221-0/+13
* | avformat/tcp: TCP Protocol: fix descriptor leak on listen and interruptAlexander S. Drozdov2015-09-111-4/+4
* | lavf/tcp: increase range for listen and call the underlying socket operations...Stephan Holljes2015-08-011-5/+10
* | lavf/tcp: add tcp_acceptStephan Holljes2015-08-011-0/+18
* | Merge commit '27852f2f1dec3749ea79883b70484c841169f747'Michael Niedermayer2015-04-091-3/+3
|\ \ | |/
| * libavformat: Handle error return from ff_listen_bindAnders Nystrom2015-04-091-3/+3
* | Merge commit 'e14f98c62fdf8744b07419314095d1b3248cce75'Michael Niedermayer2015-02-281-1/+1
|\ \ | |/
| * tcp: Clarify the units for the timeout avoptionsMartin Storsjö2015-02-281-2/+2
* | lavf/tcp: Clarify that the -timeout option takes microseconds.Carl Eugen Hoyos2014-11-121-1/+1
* | Merge commit '1d4579e38ecad578c86516fad2837a273d11b320'Michael Niedermayer2014-10-111-6/+7
|\ \ | |/
| * tcp: Add AVOption supportLuca Barbato2014-10-101-9/+31
* | Merge commit '6ee1cb5740e7490151db7dcec7e20ceaf8a2fe1f'Michael Niedermayer2014-08-251-1/+1
|\ \ | |/
| * libavformat: use MSG_NOSIGNAL when applicableRémi Denis-Courmont2014-08-251-1/+1
| * tcp: Explicitly convert a pointer to a boolean integerMartin Storsjö2013-09-091-1/+1
* | doc/protocols/tcp,lavf/tcp: apply minor fixes to TCP protocol documentationStefano Sabatini2013-12-251-2/+2
* | lavf/tcp: honor listen option value in a tagStefano Sabatini2013-12-251-2/+7
* | avformat/tcp: fix pointer to int warningMichael Niedermayer2013-08-251-1/+1
* | Merge commit 'abe5268c3328bf0e8fcfb7dc6e231b8920177c3a'Michael Niedermayer2013-08-061-1/+1
|\ \ | |/
| * tcp: Use a different log message and level if there's more addresses to tryMartin Storsjö2013-08-061-1/+1
* | Merge commit 'bb9378251a167ef0116f263912e57f715c1e02ac'Michael Niedermayer2013-08-061-1/+3
|\ \ | |/
| * network: Use SOCK_CLOEXEC when availableLuca Barbato2013-08-051-1/+3
* | tcp: Use a default timeout of 5 sec for opening a connection but not for rece...Michael Niedermayer2013-07-061-3/+8
* | tcp: Fix the default timeoutMichael Niedermayer2013-07-061-2/+1
* | Merge commit '9835abb6d63fb07613994ae90e72fef758149408'Michael Niedermayer2013-06-051-2/+2
|\ \ | |/
| * network: uniform ff_listen_bind and ff_listen_connectLuca Barbato2013-06-041-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-06-021-46/+6
|\ \ | |/
| * network: factor out connect-listening codeLuca Barbato2013-06-011-44/+6
* | Merge commit '28306e6d620c109ddd672f7243adfbc2bbb3b18f'Michael Niedermayer2013-06-021-27/+7
|\ \ | |/