summaryrefslogtreecommitdiff
path: root/libavformat/network.c
Commit message (Expand)AuthorAge
* network: prevent SIGPIPE on OSXwm42015-05-31
* lavf: move TLS-related ifdeffery to library specific fileswm42015-05-26
* ff_socket: put out-of-line and fallback to fcntl() for close-on-execRémi Denis-Courmont2013-08-09
* tcp: Use a different log message and level if there's more addresses to tryMartin Storsjö2013-08-06
* avf: move ff_http_match_no_proxy to networkLuca Barbato2013-06-16
* network: uniform ff_listen_bind and ff_listen_connectLuca Barbato2013-06-04
* network: factor out connect-listening codeLuca Barbato2013-06-01
* network: factor out bind-listening codeLuca Barbato2013-06-01
* w32pthreads: move from lavc to compat/Anton Khirnov2013-05-24
* Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-04
* network: use HAVE_THREADS instead of local hackMans Rullgard2012-10-27
* Add some more missing includes after removing the implicit common.hMartin Storsjö2012-08-15
* network: Don't redefine error codes if they already exist in errno.hRonald S. Bultje2012-06-26
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* network: properly declare WSADATA in windowsSergey Radionov2011-12-21
* avformat: Warn about using network functions without calling avformat_network...Martin Storsjö2011-11-07
* openssl: Only use CRYPTO_set_id_callback on OpenSSL < 1.0.0Martin Storsjö2011-11-06
* avformat: Initialize gnutls in ff_tls_init()Martin Storsjö2011-11-05
* avformat: Add ff_tls_init()/deinit() that initialize OpenSSLMartin Storsjö2011-11-05
* avformat: Split out functions from network.h to a new file, network.cMartin Storsjö2011-11-05