log

age author description
Mon, 23 May 2016 12:50:59 +0300 Ruslan Ermilov Stream: fixed duplicate listen address detection.
Fri, 20 May 2016 19:10:42 +0300 Ruslan Ermilov Use ngx_cmp_sockaddr() where appropriate.
Fri, 20 May 2016 18:41:17 +0300 Valentin Bartenev HTTP/2: the "421 Misdirected Request" response (closes #848).
Fri, 20 May 2016 17:02:04 +0300 Ruslan Ermilov Belatedly changed the ngx_create_listening() prototype.
Thu, 19 May 2016 14:46:32 +0300 Maxim Dounin SSL: removed default DH parameters.
Thu, 19 May 2016 14:46:32 +0300 Maxim Dounin SSL: support for multiple curves (ticket #885).
Thu, 19 May 2016 14:46:32 +0300 Maxim Dounin SSL: style.
Thu, 19 May 2016 14:46:32 +0300 Maxim Dounin SSL: error messages style.
Thu, 19 May 2016 14:46:32 +0300 Maxim Dounin SSL: support for multiple certificates (ticket #814).
Thu, 19 May 2016 14:46:32 +0300 Maxim Dounin SSL: support for per-certificate chains.
Thu, 19 May 2016 14:46:32 +0300 Maxim Dounin SSL: made it possible to iterate though all certificates.
Thu, 19 May 2016 14:46:32 +0300 Maxim Dounin OCSP stapling: additional function to configure stapling on a cert.
Thu, 19 May 2016 14:46:32 +0300 Maxim Dounin OCSP stapling: staple now extracted via SSL_get_certificate().
Thu, 19 May 2016 14:46:32 +0300 Maxim Dounin OCSP stapling: staple now stored in certificate, not SSL context.
Thu, 19 May 2016 14:46:32 +0300 Maxim Dounin OCSP stapling: staple provided in arguments.
Wed, 18 May 2016 16:21:32 +0300 Maxim Dounin Added overflow checks for version numbers (ticket #762).
Wed, 18 May 2016 15:57:30 +0300 Maxim Dounin Events: close descriptors on errors in ngx_epoll_test_rdhup().
Wed, 18 May 2016 15:57:29 +0300 Maxim Dounin Events: changed ngx_epoll_test_rdhup() to use existing epollfd.
Wed, 18 May 2016 15:57:28 +0300 Maxim Dounin Fixed work with --test-build-epoll after f7849bfb6d21.
Mon, 16 May 2016 20:37:38 +0300 Maxim Dounin Cache: fixed updating bypassed cached errors (ticket #827).
Mon, 16 May 2016 20:37:23 +0300 Maxim Dounin Dav: return 501 on PUT with ranges (ticket #948).
Mon, 16 May 2016 16:22:34 +0300 Valentin Bartenev Fixed an error log message about epoll_wait() timeout.
Fri, 13 May 2016 17:19:23 +0300 Valentin Bartenev Improved EPOLLRDHUP handling.
Thu, 12 May 2016 16:43:19 +0300 Dmitry Volyntsev Map: support of complex values in resulting strings.
Wed, 11 May 2016 17:55:30 +0300 Ruslan Ermilov Removed a surplus condition from ngx_parse_inet6_url().
Wed, 11 May 2016 17:55:20 +0300 Valentin Bartenev Core: fixed port handling in ngx_parse_inet6_url().
Thu, 28 Apr 2016 16:30:19 +0300 Ruslan Ermilov Removed unused flag unexpected_eof from ngx_connection_t.
Tue, 26 Apr 2016 19:31:46 +0300 Vladimir Homutov Variable $request_id.
Fri, 18 Dec 2015 19:05:27 +0300 Roman Arutyunyan Upstream: the "transparent" parameter of proxy_bind and friends.
Wed, 13 Apr 2016 15:42:47 +0300 Roman Arutyunyan Stream: prepared proxy_bind to accept parameters.