nginx/src/http
Maxim Dounin a20c6d202e SSL: avoid SSL_CTX_set_tmp_rsa_callback() call with LibreSSL.
LibreSSL removed support for export ciphers and a call to
SSL_CTX_set_tmp_rsa_callback() results in an error left in the error
queue.  This caused alerts "ignoring stale global SSL error (...called
a function you should not call) while SSL handshaking" on a first connection
in each worker process.
2015-03-23 02:42:34 +03:00
..
modules SSL: avoid SSL_CTX_set_tmp_rsa_callback() call with LibreSSL. 2015-03-23 02:42:34 +03:00
ngx_http_cache.h Cache: added temp_path to file cache. 2015-02-02 19:38:35 +03:00
ngx_http_config.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_http_copy_filter_module.c Added support for offloading read() in thread pools. 2015-03-14 17:37:25 +03:00
ngx_http_core_module.c Added support for offloading read() in thread pools. 2015-03-14 17:37:25 +03:00
ngx_http_core_module.h Added support for offloading read() in thread pools. 2015-03-14 17:37:25 +03:00
ngx_http_file_cache.c Added support for offloading read() in thread pools. 2015-03-14 17:37:25 +03:00
ngx_http_header_filter_module.c Fixed response line formatting with empty reason phrase. 2013-09-18 18:53:26 +04:00
ngx_http_parse_time.c Fixed compilation with -Wmissing-prototypes. 2012-07-24 15:09:54 +00:00
ngx_http_parse.c Overflow detection in ngx_http_parse_chunked(). 2015-03-17 00:26:27 +03:00
ngx_http_postpone_filter_module.c Fixed error logging. 2013-05-21 17:30:19 +04:00
ngx_http_request_body.c Request body: avoid potential overflow. 2014-03-03 17:39:53 +04:00
ngx_http_request.c SSL: reset ready flag if recv(MSG_PEEK) found no bytes in socket. 2015-03-02 21:15:46 +03:00
ngx_http_request.h Style: moved ngx_http_ephemeral() macro to ngx_http_request.h. 2015-03-04 08:10:40 +03:00
ngx_http_script.c Style. 2013-10-18 18:13:35 +04:00
ngx_http_script.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_http_spdy_filter_module.c SPDY: stop emitting multiple empty header values. 2014-10-27 14:25:56 -07:00
ngx_http_spdy_module.c SPDY: macro used for recv_buffer_size initialization. 2014-03-19 12:57:32 +04:00
ngx_http_spdy_module.h SPDY: added the "spdy_chunk_size" directive. 2014-01-14 16:24:45 +04:00
ngx_http_spdy.c SPDY: fixed format specifier in logging. 2015-03-15 21:46:21 +08:00
ngx_http_spdy.h SPDY: fixed operator precedence in uint16/uint32 write macros. 2014-05-29 21:15:19 +04:00
ngx_http_special_response.c Format specifier fixes in error logging. 2013-08-20 20:47:16 +04:00
ngx_http_upstream_round_robin.c Upstream: included backup peers into peer.tries. 2014-09-12 18:50:46 +04:00
ngx_http_upstream_round_robin.h Upstream: generic hash module. 2014-06-02 16:16:22 +04:00
ngx_http_upstream.c Removed ngx_connection_t.lock. 2015-03-20 06:43:19 +03:00
ngx_http_upstream.h Upstream: $upstream_header_time variable. 2015-01-14 09:03:35 +03:00
ngx_http_variables.c Variables: fixed non-indexed access of prefix vars (ticket #600). 2014-08-27 21:38:04 +04:00
ngx_http_variables.h Removed unused ngx_http_clear_variable() macro. 2013-03-21 16:06:13 +00:00
ngx_http_write_filter_module.c Write filter: fixed handling of sync bufs (ticket #132). 2014-11-28 16:58:39 +03:00
ngx_http.c Avoided to add duplicate hash key in ngx_http_types_slot(). 2014-09-17 22:52:02 +08:00
ngx_http.h Removed busy locks. 2015-03-20 06:45:32 +03:00