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