summaryrefslogtreecommitdiffstats
path: root/libavformat/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * network: factor out bind-listening codeLuca Barbato2013-06-011-27/+7
* | avformat/avdevice: add missing time.h includesMichael Niedermayer2013-03-121-0/+1
* | tcp: accept params through avio_open2() optionsAndrey Utkin2012-10-091-8/+30
* | tcp: use timeout option consistentlyAndrey Utkin2012-10-091-8/+11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-251-2/+5
|\ \ | |/
| * tcp: add port missing error messageJordi Ortiz2012-07-251-2/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-091-1/+10
|\ \ | |/
| * tcp: add initial timeout limit for incoming connectionsJordi Ortiz2012-07-091-1/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-281-1/+6
|\ \ | |/
| * tcp: Pass NULL as hostname to getaddrinfo if the string is emptyJordi Ortiz2012-06-271-1/+4
| * tcp: Set AI_PASSIVE when the socket will be used for listeningJordi Ortiz2012-06-271-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-271-1/+0
|\ \ | |/
| * network: Include unistd.h from network.hMartin Storsjö2012-06-261-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-201-4/+6
|\ \ | |/
| * Remove unnecessary inclusions of [sys/]time.hMans Rullgard2012-06-201-1/+0
| * tcp: Check the return value from getsockoptMartin Storsjö2012-06-191-1/+2
| * network: Use av_strerror for getting error messagesMartin Storsjö2012-06-191-2/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-171-1/+5
|\ \ | |/
| * tcp: Check the listen callJordi Ortiz2012-06-171-1/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-011-0/+2
|\ \ | |/
| * tcp: Try enabling SO_REUSEADDR when listeningMartin Storsjö2012-06-011-0/+2
| * tcp: Check the return values from bind and acceptMartin Storsjö2012-06-011-0/+8
* | tcp: Check the return values from bind and acceptMartin Storsjö2012-06-011-0/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-231-0/+17
|\ \ | |/
OpenPOWER on IntegriCloud