summaryrefslogtreecommitdiff
path: root/libavformat/tcp.c
Commit message (Expand)AuthorAge
* tcp: Use rw_timeout for setting the connect/listen timeoutsMartin Storsjö2016-03-24
* lavf: reorganize URLProtocolsAnton Khirnov2016-02-22
* libavformat: Handle error return from ff_listen_bindAnders Nystrom2015-04-09
* tcp: Clarify the units for the timeout avoptionsMartin Storsjö2015-02-28
* tcp: Add AVOption supportLuca Barbato2014-10-10
* libavformat: use MSG_NOSIGNAL when applicableRémi Denis-Courmont2014-08-25
* tcp: Explicitly convert a pointer to a boolean integerMartin Storsjö2013-09-09
* tcp: Use a different log message and level if there's more addresses to tryMartin Storsjö2013-08-06
* network: Use SOCK_CLOEXEC when availableLuca Barbato2013-08-05
* network: uniform ff_listen_bind and ff_listen_connectLuca Barbato2013-06-04
* network: factor out connect-listening codeLuca Barbato2013-06-01
* network: factor out bind-listening codeLuca Barbato2013-06-01
* tcp: add port missing error messageJordi Ortiz2012-07-25
* tcp: add initial timeout limit for incoming connectionsJordi Ortiz2012-07-09
* tcp: Pass NULL as hostname to getaddrinfo if the string is emptyJordi Ortiz2012-06-27
* tcp: Set AI_PASSIVE when the socket will be used for listeningJordi Ortiz2012-06-27
* network: Include unistd.h from network.hMartin Storsjö2012-06-26
* Remove unnecessary inclusions of [sys/]time.hMans Rullgard2012-06-20
* tcp: Check the return value from getsockoptMartin Storsjö2012-06-19
* network: Use av_strerror for getting error messagesMartin Storsjö2012-06-19
* tcp: Check the listen callJordi Ortiz2012-06-17
* tcp: Try enabling SO_REUSEADDR when listeningMartin Storsjö2012-06-01
* tcp: Check the return values from bind and acceptMartin Storsjö2012-06-01
* tcp: Allow signalling end of reading/writingSamuel Pitoiset2012-05-22
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-28
* avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö2012-01-05
* proto: Use .priv_data_size to allocate the private contextMartin Storsjö2011-12-01
* avformat: Use ff_check_interruptMartin Storsjö2011-11-13
* tcp: make connect() timeout properlyLuca Barbato2011-05-27
* libavformat: Make protocols pass URLContext as log context where availableMartin Storsjö2011-04-20
* lavf: use designated initializers for all protocolsAnton Khirnov2011-04-08
* avio: move extern url_interrupt_cb declaration from avio.h to url.hAnton Khirnov2011-04-07
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-07
* proto: introduce listen option in tcpLuca Barbato2011-04-07
* proto: factor ff_network_wait_fd and use it on udpLuca Barbato2011-04-07
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Use AVERROR_EXIT with url_interrupt_cb.Nicolas George2011-03-15
* libavformat: Remove FF_NETERRNO()Martin Storsjö2011-02-23
* Non-blocking protocol: TCPNicolas George2011-02-05
* TCP: factor the poll() callNicolas George2011-02-03
* os: replace select with pollLuca Barbato2011-01-28
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* tcp: Check url_interrupt_cb if connect was interrupted by a signalThomas Guillem2010-12-14
* Remove two instances of AVERROR(ff_neterrno()), because ff_neterrno() itselfRonald S. Bultje2010-11-04
* tcp: Check both wfds and efds when waiting for the result from connectMartin Storsjö2010-09-21
* Print error messages in case of connection failure or name resolution failureRonald S. Bultje2010-08-14
* Make ff_url_split() publicMåns Rullgård2010-06-27
* Declare the url_write buffer parameter as constMartin Storsjö2010-06-01
* Don't report EINTR from select as an error, retry select insteadMartin Storsjö2010-03-26
* move ff_url_split() and ff_url_join() declarations to internal.hAurelien Jacobs2010-03-14