154 Commits (c63c303a1f2b58677d480505ec93a90f77dd25b5)

Author SHA1 Message Date
James Almer 092cbbfa74 avformat/tcp: re-add checks for setsockopt return values 6 years ago
Martin Storsjö 8c76bfacf6 tcp: Use ff_connect_parallel for RFC 8305 style connecting 6 years ago
Jun Zhao 0ed0af595b lavf/tcp: check return value of setsockopt. 6 years ago
Jun Zhao 790cf9518a lavf/tcp: add option to setting Maximum Segment Size 6 years ago
Stephan Holljes 3717512282 lavf/tcp.c: Free allocated client URLContext in case of error. 7 years ago
wm4 0e1f771d22 tcp: properly return EOF 7 years ago
Carl Eugen Hoyos c3b5ea7530 lavf/tcp: Fix the type of the optlen argument to getsockopt(). 7 years ago
Aman Gupta 80bb81a8f3 avformat/tcp: add option to enable TCP_NODELAY 7 years ago
Simon Thelen 54b6bef6e1 libavformat/tcp: fix return code for tcp_accept 8 years ago
Joel Cunningham 8c8e5d5286 HTTP: improve performance by reducing forward seeks 8 years ago
Joel Cunningham f3778108d3 tcp: set socket buffer sizes before listen/connect/accept 8 years ago
Michael Niedermayer c6bc823eea avformat/tcp: Put struct sockaddr_in6 under #if 8 years ago
liu jc c0f6eff6a7 avformat/tcp: workaround for IOS9 getaddrinfo in IPv6 only network use hardcode IPv4 address can not resolve port number. 8 years ago
Martin Storsjö 136c3438bb tcp: Use rw_timeout for setting the connect/listen timeouts 9 years ago
Anton Khirnov 2758cdedfb lavf: reorganize URLProtocols 9 years ago
Perette Barella 84110f4f77 libavformat/tcp.c : add send_buffer_size and recv_buffer_size options 9 years ago
Alexander S. Drozdov 6a8d58d693 avformat/tcp: TCP Protocol: fix descriptor leak on listen and interrupt 9 years ago
Stephan Holljes 75235a2550 lavf/tcp: increase range for listen and call the underlying socket operations accordingly 9 years ago
Stephan Holljes 21198155a7 lavf/tcp: add tcp_accept 9 years ago
Anders Nystrom 27852f2f1d libavformat: Handle error return from ff_listen_bind 10 years ago
Martin Storsjö e14f98c62f tcp: Clarify the units for the timeout avoptions 10 years ago
Carl Eugen Hoyos 1f4bce894a lavf/tcp: Clarify that the -timeout option takes microseconds. 10 years ago
Luca Barbato 1d4579e38e tcp: Add AVOption support 10 years ago
Rémi Denis-Courmont 6ee1cb5740 libavformat: use MSG_NOSIGNAL when applicable 10 years ago
Stefano Sabatini 1b4da43ce0 doc/protocols/tcp,lavf/tcp: apply minor fixes to TCP protocol documentation 11 years ago
Stefano Sabatini 702d9a23b3 lavf/tcp: honor listen option value in a tag 11 years ago
Martin Storsjö a6a4596e12 tcp: Explicitly convert a pointer to a boolean integer 11 years ago
Michael Niedermayer 22fbc7f8be avformat/tcp: fix pointer to int warning 11 years ago
Martin Storsjö abe5268c33 tcp: Use a different log message and level if there's more addresses to try 11 years ago
Luca Barbato bb9378251a network: Use SOCK_CLOEXEC when available 11 years ago
Michael Niedermayer 68b7b534be tcp: Use a default timeout of 5 sec for opening a connection but not for receiving packets 12 years ago
Michael Niedermayer 390aabb2a1 tcp: Fix the default timeout 12 years ago
Luca Barbato 9835abb6d6 network: uniform ff_listen_bind and ff_listen_connect 12 years ago
Luca Barbato f849a77e67 network: factor out connect-listening code 12 years ago
Luca Barbato 28306e6d62 network: factor out bind-listening code 12 years ago
Michael Niedermayer 9cf788eca8 avformat/avdevice: add missing time.h includes 12 years ago
Andrey Utkin 2e009c6042 tcp: accept params through avio_open2() options 12 years ago
Andrey Utkin 949acefc11 tcp: use timeout option consistently 12 years ago
Jordi Ortiz f9a9a14862 tcp: add port missing error message 12 years ago
Jordi Ortiz 5427df0186 tcp: add initial timeout limit for incoming connections 13 years ago
Jordi Ortiz ef882e464a tcp: Pass NULL as hostname to getaddrinfo if the string is empty 13 years ago
Jordi Ortiz 58f3e09ee4 tcp: Set AI_PASSIVE when the socket will be used for listening 13 years ago
Martin Storsjö 39dba5aa1b network: Include unistd.h from network.h 13 years ago
Mans Rullgard 6501dcfb5e Remove unnecessary inclusions of [sys/]time.h 13 years ago
Martin Storsjö bb6c1abb0e tcp: Check the return value from getsockopt 13 years ago
Martin Storsjö a840cdda6c network: Use av_strerror for getting error messages 13 years ago
Jordi Ortiz a7cc78cb11 tcp: Check the listen call 13 years ago
Martin Storsjö 2dbb8cc6a3 tcp: Check the return values from bind and accept 13 years ago
Martin Storsjö b7c3772be8 tcp: Try enabling SO_REUSEADDR when listening 13 years ago
Martin Storsjö 641f4a885f tcp: Check the return values from bind and accept 13 years ago