summaryrefslogtreecommitdiffstats
path: root/libavformat/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: add port missing error messageJordi Ortiz2012-07-251-2/+5
* tcp: add initial timeout limit for incoming connectionsJordi Ortiz2012-07-091-1/+10
* 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
* network: Include unistd.h from network.hMartin Storsjö2012-06-261-1/+0
* 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
* tcp: Check the listen callJordi Ortiz2012-06-171-1/+5
* 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: Allow signalling end of reading/writingSamuel Pitoiset2012-05-221-0/+17
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-281-2/+1
* avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö2012-01-051-0/+1
* proto: Use .priv_data_size to allocate the private contextMartin Storsjö2011-12-011-8/+2
* avformat: Use ff_check_interruptMartin Storsjö2011-11-131-2/+2
* tcp: make connect() timeout properlyLuca Barbato2011-05-271-8/+17
* libavformat: Make protocols pass URLContext as log context where availableMartin Storsjö2011-04-201-2/+2
* lavf: use designated initializers for all protocolsAnton Khirnov2011-04-081-6/+5
* avio: move extern url_interrupt_cb declaration from avio.h to url.hAnton Khirnov2011-04-071-0/+1
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-071-2/+2
* proto: introduce listen option in tcpLuca Barbato2011-04-071-2/+22
* proto: factor ff_network_wait_fd and use it on udpLuca Barbato2011-04-071-12/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Use AVERROR_EXIT with url_interrupt_cb.Nicolas George2011-03-151-2/+4
* libavformat: Remove FF_NETERRNO()Martin Storsjö2011-02-231-4/+4
* Non-blocking protocol: TCPNicolas George2011-02-051-36/+11
* TCP: factor the poll() callNicolas George2011-02-031-10/+18
* os: replace select with pollLuca Barbato2011-01-281-34/+14
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* tcp: Check url_interrupt_cb if connect was interrupted by a signalThomas Guillem2010-12-141-1/+4
* Remove two instances of AVERROR(ff_neterrno()), because ff_neterrno() itselfRonald S. Bultje2010-11-041-2/+2
* tcp: Check both wfds and efds when waiting for the result from connectMartin Storsjö2010-09-211-3/+5
* Print error messages in case of connection failure or name resolution failureRonald S. Bultje2010-08-141-2/+11
* Make ff_url_split() publicMåns Rullgård2010-06-271-1/+1
* Declare the url_write buffer parameter as constMartin Storsjö2010-06-011-1/+1
* Don't report EINTR from select as an error, retry select insteadMartin Storsjö2010-03-261-0/+4
* move ff_url_split() and ff_url_join() declarations to internal.hAurelien Jacobs2010-03-141-0/+1
* Rename url_split to ff_url_splitMartin Storsjö2010-03-081-1/+1
* Don't explicitly initialize networking in the tcp and udp protocolsMartin Storsjö2010-03-051-4/+0
* Fix BSD compile (PF_UNSPEC is not a standard define, AF_UNSPEC is).Ronald S. Bultje2010-01-271-1/+1
* Use getaddrinfo() instead of resolve_host(). Patch by Martin StorsjöMartin Storsjö2010-01-111-9/+25
* Use ff_neterrno instead of errno in tcp.c.Martin Storsjö2009-07-151-2/+2
* Add url_get_file_handle(), which is used to get the file descriptorRonald S. Bultje2009-03-031-0/+7
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-1/+1
* only include sys/select.h if present, fix mingw compilationBaptiste Coudurier2008-09-261-0/+2
* include sys/select.h to get select, according to posix 2001,Baptiste Coudurier2008-09-241-0/+1
* Remove check for @ in tcp.c which removes the authorization data from theRonald S. Bultje2008-08-241-2/+1
* Cosmetics after previous patches.Ronald S. Bultje2008-08-231-7/+3
OpenPOWER on IntegriCloud