]> git.sesse.net Git - ffmpeg/history - libavformat/tcp.c
Combine deprecation guards where appropriate
[ffmpeg] / libavformat / tcp.c
2016-03-24 Martin Storsjötcp: Use rw_timeout for setting the connect/listen...
2016-02-22 Anton Khirnovlavf: reorganize URLProtocols
2015-04-09 Anders Nystromlibavformat: Handle error return from ff_listen_bind
2015-02-28 Martin Storsjötcp: Clarify the units for the timeout avoptions
2014-10-10 Luca Barbatotcp: Add AVOption support
2014-08-25 Rémi Denis-Courmontlibavformat: use MSG_NOSIGNAL when applicable
2013-09-09 Martin Storsjötcp: Explicitly convert a pointer to a boolean integer
2013-08-06 Martin Storsjötcp: Use a different log message and level if there...
2013-08-05 Luca Barbatonetwork: Use SOCK_CLOEXEC when available
2013-06-04 Luca Barbatonetwork: uniform ff_listen_bind and ff_listen_connect
2013-06-01 Luca Barbatonetwork: factor out connect-listening code
2013-06-01 Luca Barbatonetwork: factor out bind-listening code
2012-07-25 Jordi Ortiztcp: add port missing error message
2012-07-09 Jordi Ortiztcp: add initial timeout limit for incoming connections
2012-06-27 Jordi Ortiztcp: Pass NULL as hostname to getaddrinfo if the string...
2012-06-27 Jordi Ortiztcp: Set AI_PASSIVE when the socket will be used for...
2012-06-26 Martin Storsjönetwork: Include unistd.h from network.h
2012-06-20 Mans RullgardRemove unnecessary inclusions of [sys/]time.h
2012-06-19 Martin Storsjötcp: Check the return value from getsockopt
2012-06-19 Martin Storsjönetwork: Use av_strerror for getting error messages
2012-06-17 Jordi Ortiztcp: Check the listen call
2012-05-31 Martin Storsjötcp: Try enabling SO_REUSEADDR when listening
2012-05-31 Martin Storsjötcp: Check the return values from bind and accept
2012-05-22 Samuel Pitoisettcp: Allow signalling end of reading/writing
2012-03-28 Diego BiurrunReplace memset(0) by zero initializations.
2012-01-05 Martin Storsjöavio: Add an URLProtocol flag for indicating that a...
2011-12-01 Martin Storsjöproto: Use .priv_data_size to allocate the private...
2011-11-13 Martin Storsjöavformat: Use ff_check_interrupt
2011-05-27 Luca Barbatotcp: make connect() timeout properly
2011-04-20 Martin Storsjölibavformat: Make protocols pass URLContext as log...
2011-04-08 Anton Khirnovlavf: use designated initializers for all protocols
2011-04-07 Anton Khirnovavio: move extern url_interrupt_cb declaration from...
2011-04-07 Anton Khirnovavio: AVIO_ prefixes for URL_ open flags.
2011-04-07 Luca Barbatoproto: introduce listen option in tcp
2011-04-07 Luca Barbatoproto: factor ff_network_wait_fd and use it on udp
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-15 Nicolas GeorgeUse AVERROR_EXIT with url_interrupt_cb.
2011-02-23 Martin Storsjölibavformat: Remove FF_NETERRNO()
2011-02-06 Nicolas GeorgeNon-blocking protocol: TCP
2011-02-04 Nicolas GeorgeTCP: factor the poll() call
2011-01-28 Luca Barbatoos: replace select with poll
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-12-14 Thomas Guillemtcp: Check url_interrupt_cb if connect was interrupted...
2010-11-04 Ronald S. BultjeRemove two instances of AVERROR(ff_neterrno()), because...
2010-09-21 Martin Storsjötcp: Check both wfds and efds when waiting for the...
2010-08-14 Ronald S. BultjePrint error messages in case of connection failure...
2010-06-27 Måns RullgårdMake ff_url_split() public
2010-06-01 Martin StorsjöDeclare the url_write buffer parameter as const
2010-03-26 Martin StorsjöDon't report EINTR from select as an error, retry selec...
2010-03-14 Aurelien Jacobsmove ff_url_split() and ff_url_join() declarations...
2010-03-08 Martin StorsjöRename url_split to ff_url_split
2010-03-05 Martin StorsjöDon't explicitly initialize networking in the tcp and...
2010-01-27 Ronald S. BultjeFix BSD compile (PF_UNSPEC is not a standard define...
2010-01-11 Martin StorsjöUse getaddrinfo() instead of resolve_host(). Patch...
2009-07-15 Martin StorsjöUse ff_neterrno instead of errno in tcp.c.
2009-03-03 Ronald S. BultjeAdd url_get_file_handle(), which is used to get the...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-09-26 Baptiste Coudurieronly include sys/select.h if present, fix mingw compilation
2008-09-24 Baptiste Coudurierinclude sys/select.h to get select, according to posix...
2008-08-24 Ronald S. BultjeRemove check for @ in tcp.c which removes the authoriza...
2008-08-23 Ronald S. BultjeCosmetics after previous patches.
2008-08-23 Ronald S. BultjeOn failure, return directly because the fail: case...
2008-08-23 Ronald S. BultjeMove malloc() down until after all initializations...
2008-08-23 Ronald S. BultjeFix memleak on some OSes in case network initialization...
2008-08-23 Ronald S. BultjeRemove useless comments. See "[PATCH] tcp.c/udp.c memle...
2008-03-05 Diego BiurrunSet TCP protocol to is_streamed=1 as seeking is not...
2007-11-21 Luca AbeniInclude os_support.h only when needed
2007-08-09 Ramiro PollaAdd initialization and cleanup functions for Winsock
2007-08-08 Ramiro PollaMinGW returns EAGAIN instead of EINPROGRESS
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-04-27 Alex Beregszasziimplement ff_socket_nonblock and use it in networking...
2007-04-27 Alex Beregszasziuse ff_neterrno() and FF_NETERROR() for networking...
2007-04-26 Alex Beregszaszimove resolve_host from tcp.c to os_support.c as it...
2007-04-26 Alex Beregszaszicosmetics in resolve_host
2007-02-22 Alex Beregszaszichange PF_INET to AF_INET to be consistent in the whole...
2007-02-13 François RevolThis fixes error handling for BeOS, removing the need...
2007-02-04 Ramiro Pollamove networking #includes into separate file
2007-01-21 Ramiro PollaBeOS cleanup
2007-01-18 Aurelien Jacobscosmetics: indentation
2007-01-18 François RevolThe long awaited BeOS cleanup, phase 1
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-02-02 Michael Niedermayeros2 thread, network and freetype2 support by (Paul...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-05-09 Diego BiurrunMac OS X 10.4 compilation fix by Steven M. Schultz...
2005-02-24 Måns Rullgårdkill warnings patch by (Måns Rullgård <mru inprovide...
2004-08-12 Petr DoubekHTTP Authentication Patch by (Petr Doubek <doubek at...
2004-06-19 Mike Melansonsweeping change from -EIO -> AVERROR_IO
2004-03-14 Leon van Stuivenbergtcp select() check and enables pressing 'q' when readin...
2004-03-14 Michael Niedermayerno read loop tcp/http and http CRLF fix by (Leon van...
2003-09-29 Philip GladstoneFix a very nasty problem with extra bytes appearing...
2003-09-08 Fabrice Bellardremoved ctype.h header
2003-07-24 François RevolOSX and BeOS networking fix (socklen_t)
2003-07-17 Fabrice Bellardsupport aborting in TCP
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2002-11-25 Fabrice Bellardrenamed libav to libavformat