summaryrefslogtreecommitdiff
path: root/libavformat/tls.c
Commit message (Expand)AuthorAge
* avio: Copy URLContext generic options into child URLContextsMartin Storsjö2016-03-24
* urlprotocol: receive a list of protocols from the callerAnton Khirnov2016-02-22
* lavf: split tls.cwm42015-05-26
* tls: fix compilation when both gnutls and openssl are enabledJames Almer2015-05-22
* tls: Remove all the local polling loopsMartin Storsjö2015-05-22
* tls: Remove the nonblocking codeMartin Storsjö2015-05-22
* tls: Use custom IO to read from the URLContextMartin Storsjö2015-05-22
* tls: Pass AVOptions dictionaries through to the chained protocolMartin Storsjö2015-02-28
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* tls: Support passing old-style tcp optionsLuca Barbato2014-10-10
* cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-15
* tls: Add support for listen modeMartin Storsjö2013-09-26
* tls: Add options for verifying the peer certificateMartin Storsjö2013-09-26
* tls: Do not abort on non-fatal TLS alerts with gnutlsMartin Storsjö2013-09-22
* lavf: Handle the environment variable no_proxy more properlyMartin Storsjö2013-02-27
* tls: Return AVERROR_EOF if the TLS_read/write functions return 0Martin Storsjö2012-07-28
* avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö2012-01-05
* Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun2011-11-28
* tls: Handle connection via a http proxyMartin Storsjö2011-11-18
* tls: Use TLSv1_client_method for OpenSSLMartin Storsjö2011-11-17
* avio: add support for passing options to protocols.Anton Khirnov2011-11-13
* avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö2011-11-13
* avformat: Use ff_check_interruptMartin Storsjö2011-11-13
* tls: Use the URLContext as logging contextMartin Storsjö2011-11-10
* tls: use AVIO_FLAG_NONBLOCK instead of deprecated URL_FLAG_NONBLOCKAnton Khirnov2011-11-10
* tls: Use ERR_get_error() in do_tls_pollMartin Storsjö2011-11-08
* avformat: Add the tls protocol, using OpenSSL or gnutlsMartin Storsjö2011-11-05