summaryrefslogtreecommitdiffstats
path: root/libavformat/network.c
Commit message (Expand)AuthorAgeFilesLines
* network: prevent SIGPIPE on OSXwm42015-05-311-0/+4
* lavf: move TLS-related ifdeffery to library specific fileswm42015-05-261-82/+9
* ff_socket: put out-of-line and fallback to fcntl() for close-on-execRémi Denis-Courmont2013-08-091-0/+19
* tcp: Use a different log message and level if there's more addresses to tryMartin Storsjö2013-08-061-4/+9
* avf: move ff_http_match_no_proxy to networkLuca Barbato2013-06-161-0/+54
* network: uniform ff_listen_bind and ff_listen_connectLuca Barbato2013-06-041-13/+28
* network: factor out connect-listening codeLuca Barbato2013-06-011-0/+46
* network: factor out bind-listening codeLuca Barbato2013-06-011-0/+29
* w32pthreads: move from lavc to compat/Anton Khirnov2013-05-241-1/+1
* Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-041-2/+0
* network: use HAVE_THREADS instead of local hackMans Rullgard2012-10-271-8/+6
* Add some more missing includes after removing the implicit common.hMartin Storsjö2012-08-151-0/+1
* network: Don't redefine error codes if they already exist in errno.hRonald S. Bultje2012-06-261-0/+8
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* network: properly declare WSADATA in windowsSergey Radionov2011-12-211-1/+4
* avformat: Warn about using network functions without calling avformat_network...Martin Storsjö2011-11-071-0/+7
* openssl: Only use CRYPTO_set_id_callback on OpenSSL < 1.0.0Martin Storsjö2011-11-061-2/+2
* avformat: Initialize gnutls in ff_tls_init()Martin Storsjö2011-11-051-0/+20
* avformat: Add ff_tls_init()/deinit() that initialize OpenSSLMartin Storsjö2011-11-051-0/+79
* avformat: Split out functions from network.h to a new file, network.cMartin Storsjö2011-11-051-0/+76
OpenPOWER on IntegriCloud