| 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/+1 |
* | lavf/network: log ff_socket() errors to proper contexts rather than NULL | Anton Khirnov | 2022-01-21 | 1 | -1/+1 |
* | lavf/rtmp: Add option to set TCP_NODELAY for rtmp | Nick Ruff | 2021-06-20 | 1 | -0/+3 |
* | avformat/tcp: re-add checks for setsockopt return values | James Almer | 2018-09-11 | 1 | -4/+12 |
* | Merge commit '8c76bfacf663ff71cee5264a74d0f9c86addd325' | James Almer | 2018-09-11 | 1 | -48/+36 |
|\ |
|
| * | tcp: Use ff_connect_parallel for RFC 8305 style connecting | Martin Storsjö | 2018-08-31 | 1 | -26/+15 |
| * | tcp: Use rw_timeout for setting the connect/listen timeouts | Martin Storsjö | 2016-03-24 | 1 | -1/+5 |
* | | lavf/tcp: check return value of setsockopt. | Jun Zhao | 2018-08-18 | 1 | -4/+12 |
* | | lavf/tcp: add option to setting Maximum Segment Size | Jun Zhao | 2018-07-26 | 1 | -0/+11 |
* | | lavf/tcp.c: Free allocated client URLContext in case of error. | Stephan Holljes | 2018-04-19 | 1 | -1/+3 |
* | | tcp: properly return EOF | wm4 | 2017-12-31 | 1 | -0/+2 |
* | | lavf/tcp: Fix the type of the optlen argument to getsockopt(). | Carl Eugen Hoyos | 2017-11-18 | 1 | -1/+1 |
* | | avformat/tcp: add option to enable TCP_NODELAY | Aman Gupta | 2017-11-17 | 1 | -0/+5 |
* | | libavformat/tcp: fix return code for tcp_accept | Simon Thelen | 2017-05-10 | 1 | -1/+1 |
* | | HTTP: improve performance by reducing forward seeks | Joel Cunningham | 2017-02-14 | 1 | -0/+21 |
* | | tcp: set socket buffer sizes before listen/connect/accept | Joel Cunningham | 2017-01-26 | 1 | -8/+9 |
* | | avformat/tcp: Put struct sockaddr_in6 under #if | Michael Niedermayer | 2016-11-06 | 1 | -0/+2 |
* | | avformat/tcp: workaround for IOS9 getaddrinfo in IPv6 only network use hardco... | liu jc | 2016-11-05 | 1 | -0/+8 |
* | | Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d' | Derek Buitenhuis | 2016-02-29 | 1 | -1/+1 |
|\| |
|
| * | lavf: reorganize URLProtocols | Anton Khirnov | 2016-02-22 | 1 | -1/+1 |
* | | libavformat/tcp.c : add send_buffer_size and recv_buffer_size options | Perette Barella | 2016-01-22 | 1 | -0/+13 |
* | | avformat/tcp: TCP Protocol: fix descriptor leak on listen and interrupt | Alexander S. Drozdov | 2015-09-11 | 1 | -4/+4 |
* | | lavf/tcp: increase range for listen and call the underlying socket operations... | Stephan Holljes | 2015-08-01 | 1 | -5/+10 |
* | | lavf/tcp: add tcp_accept | Stephan Holljes | 2015-08-01 | 1 | -0/+18 |
* | | Merge commit '27852f2f1dec3749ea79883b70484c841169f747' | Michael Niedermayer | 2015-04-09 | 1 | -3/+3 |
|\| |
|
| * | libavformat: Handle error return from ff_listen_bind | Anders Nystrom | 2015-04-09 | 1 | -3/+3 |
* | | Merge commit 'e14f98c62fdf8744b07419314095d1b3248cce75' | Michael Niedermayer | 2015-02-28 | 1 | -1/+1 |
|\| |
|
| * | tcp: Clarify the units for the timeout avoptions | Martin Storsjö | 2015-02-28 | 1 | -2/+2 |
* | | lavf/tcp: Clarify that the -timeout option takes microseconds. | Carl Eugen Hoyos | 2014-11-12 | 1 | -1/+1 |
* | | Merge commit '1d4579e38ecad578c86516fad2837a273d11b320' | Michael Niedermayer | 2014-10-11 | 1 | -6/+7 |
|\| |
|
| * | tcp: Add AVOption support | Luca Barbato | 2014-10-10 | 1 | -9/+31 |
* | | Merge commit '6ee1cb5740e7490151db7dcec7e20ceaf8a2fe1f' | Michael Niedermayer | 2014-08-25 | 1 | -1/+1 |
|\| |
|
| * | libavformat: use MSG_NOSIGNAL when applicable | Rémi Denis-Courmont | 2014-08-25 | 1 | -1/+1 |
| * | tcp: Explicitly convert a pointer to a boolean integer | Martin Storsjö | 2013-09-09 | 1 | -1/+1 |
* | | doc/protocols/tcp,lavf/tcp: apply minor fixes to TCP protocol documentation | Stefano Sabatini | 2013-12-25 | 1 | -2/+2 |
* | | lavf/tcp: honor listen option value in a tag | Stefano Sabatini | 2013-12-25 | 1 | -2/+7 |
* | | avformat/tcp: fix pointer to int warning | Michael Niedermayer | 2013-08-25 | 1 | -1/+1 |
* | | Merge commit 'abe5268c3328bf0e8fcfb7dc6e231b8920177c3a' | Michael Niedermayer | 2013-08-06 | 1 | -1/+1 |
|\| |
|
| * | tcp: Use a different log message and level if there's more addresses to try | Martin Storsjö | 2013-08-06 | 1 | -1/+1 |
* | | Merge commit 'bb9378251a167ef0116f263912e57f715c1e02ac' | Michael Niedermayer | 2013-08-06 | 1 | -1/+3 |
|\| |
|
| * | network: Use SOCK_CLOEXEC when available | Luca Barbato | 2013-08-05 | 1 | -1/+3 |
* | | tcp: Use a default timeout of 5 sec for opening a connection but not for rece... | Michael Niedermayer | 2013-07-06 | 1 | -3/+8 |
* | | tcp: Fix the default timeout | Michael Niedermayer | 2013-07-06 | 1 | -2/+1 |
* | | Merge commit '9835abb6d63fb07613994ae90e72fef758149408' | Michael Niedermayer | 2013-06-05 | 1 | -2/+2 |
|\| |
|
| * | network: uniform ff_listen_bind and ff_listen_connect | Luca Barbato | 2013-06-04 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-06-02 | 1 | -46/+6 |
|\| |
|
| * | network: factor out connect-listening code | Luca Barbato | 2013-06-01 | 1 | -44/+6 |
* | | Merge commit '28306e6d620c109ddd672f7243adfbc2bbb3b18f' | Michael Niedermayer | 2013-06-02 | 1 | -27/+7 |
|\| |
|
| * | network: factor out bind-listening code | Luca Barbato | 2013-06-01 | 1 | -27/+7 |
* | | avformat/avdevice: add missing time.h includes | Michael Niedermayer | 2013-03-12 | 1 | -0/+1 |