summaryrefslogtreecommitdiff
path: root/libavformat/tcp.c
Commit message (Expand)AuthorAge
* 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
* Rename url_split to ff_url_splitMartin Storsjö2010-03-08
* Don't explicitly initialize networking in the tcp and udp protocolsMartin Storsjö2010-03-05
* Fix BSD compile (PF_UNSPEC is not a standard define, AF_UNSPEC is).Ronald S. Bultje2010-01-27
* Use getaddrinfo() instead of resolve_host(). Patch by Martin StorsjöMartin Storsjö2010-01-11
* Use ff_neterrno instead of errno in tcp.c.Martin Storsjö2009-07-15
* Add url_get_file_handle(), which is used to get the file descriptorRonald S. Bultje2009-03-03
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* only include sys/select.h if present, fix mingw compilationBaptiste Coudurier2008-09-26
* include sys/select.h to get select, according to posix 2001,Baptiste Coudurier2008-09-24
* Remove check for @ in tcp.c which removes the authorization data from theRonald S. Bultje2008-08-24
* Cosmetics after previous patches.Ronald S. Bultje2008-08-23
* On failure, return directly because the fail: case does nothing. This alsoRonald S. Bultje2008-08-23
* Move malloc() down until after all initializations, so that the resource isRonald S. Bultje2008-08-23
* Fix memleak on some OSes in case network initialization fails. SeeRonald S. Bultje2008-08-23
* Remove useless comments. See "[PATCH] tcp.c/udp.c memleak?" for discussion.Ronald S. Bultje2008-08-23
* Set TCP protocol to is_streamed=1 as seeking is not possible.Diego Biurrun2008-03-05
* Include os_support.h only when neededLuca Abeni2007-11-21
* Add initialization and cleanup functions for WinsockRamiro Polla2007-08-09
* MinGW returns EAGAIN instead of EINPROGRESSRamiro Polla2007-08-08
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* implement ff_socket_nonblock and use it in networking codeAlex Beregszaszi2007-04-27
* use ff_neterrno() and FF_NETERROR() for networking error handlingAlex Beregszaszi2007-04-27
* move resolve_host from tcp.c to os_support.c as it is used widelyAlex Beregszaszi2007-04-26
* cosmetics in resolve_hostAlex Beregszaszi2007-04-26
* change PF_INET to AF_INET to be consistent in the whole project. PF_INET is d...Alex Beregszaszi2007-02-22
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-13
* move networking #includes into separate fileRamiro Polla2007-02-04