log

age author description
Wed, 22 Jun 2016 11:50:02 +0300 Roman Arutyunyan Stream: use ngx_pcalloc() in ngx_stream_proxy_bind().
Mon, 20 Jun 2016 15:11:50 +0300 Roman Arutyunyan Fixed build on MSVC.
Mon, 20 Jun 2016 12:48:47 +0300 Roman Arutyunyan Stream: set SO_REUSEADDR for UDP upstream sockets.
Mon, 20 Jun 2016 11:50:44 +0300 Roman Arutyunyan Stream: support for $remote_port in proxy_bind.
Mon, 20 Jun 2016 11:50:43 +0300 Roman Arutyunyan Upstream: support for port in proxy_bind and friends.
Mon, 20 Jun 2016 11:50:39 +0300 Roman Arutyunyan Introduced ngx_inet_get_port() and ngx_inet_set_port() functions.
Mon, 20 Jun 2016 10:41:17 +0300 Andrei Belov Set IP_BIND_ADDRESS_NO_PORT socket option for upstream sockets.
Wed, 15 Jun 2016 21:05:30 +0100 Tim Taubert SSL: ngx_ssl_ciphers() to set list of ciphers.
Thu, 16 Jun 2016 20:55:11 +0300 Valentin Bartenev HTTP/2: fixed the "http request count is zero" alert.
Thu, 16 Jun 2016 20:55:11 +0300 Valentin Bartenev HTTP/2: avoid adding Content-Length for requests without body.
Thu, 16 Jun 2016 20:55:11 +0300 Valentin Bartenev HTTP/2: prevented double termination of a stream.
Thu, 16 Jun 2016 20:55:11 +0300 Valentin Bartenev HTTP/2: fixed a segfault while processing unbuffered upload.
Thu, 09 Jun 2016 16:55:38 +0300 Maxim Dounin An internal SHA1 implementation.
Wed, 08 Jun 2016 08:27:41 +0300 Otto Kekäläinen Fixed spelling.
Tue, 07 Jun 2016 17:44:20 +0300 Valentin Bartenev Fixed an error log message.
Tue, 07 Jun 2016 12:15:56 +0300 Sergey Kandaurov Configure: revised GCC version processing.
Tue, 07 Jun 2016 12:26:34 +0300 Sergey Kandaurov Version bump.
Tue, 31 May 2016 16:47:01 +0300 Maxim Dounin release-1.10.1 tag stable-1.10
Tue, 31 May 2016 16:47:01 +0300 Maxim Dounin nginx-1.10.1-RELEASE stable-1.10 release-1.10.1
Tue, 31 May 2016 05:13:30 +0300 Maxim Dounin Core: skip special buffers on writing (ticket #981). stable-1.10
Tue, 24 May 2016 17:44:01 +0300 Maxim Dounin Updated OpenSSL used for win32 builds. stable-1.10
Tue, 31 May 2016 02:21:38 +0300 Maxim Dounin Version bump. stable-1.10
Tue, 31 May 2016 16:43:49 +0300 Maxim Dounin release-1.11.1 tag
Tue, 31 May 2016 16:43:49 +0300 Maxim Dounin nginx-1.11.1-RELEASE release-1.11.1
Tue, 31 May 2016 05:13:30 +0300 Maxim Dounin Core: skip special buffers on writing (ticket #981).
Mon, 30 May 2016 18:09:41 +0300 Maxim Dounin Trailing spaces removed.
Tue, 24 May 2016 21:54:32 +0300 Valentin Bartenev HTTP/2: unbreak build on MSVC.
Tue, 24 May 2016 21:54:32 +0300 Valentin Bartenev Version bump.
Tue, 24 May 2016 18:54:42 +0300 Maxim Dounin release-1.11.0 tag
Tue, 24 May 2016 18:54:41 +0300 Maxim Dounin nginx-1.11.0-RELEASE release-1.11.0
Tue, 24 May 2016 17:44:01 +0300 Maxim Dounin Updated OpenSSL used for win32 builds.
Tue, 24 May 2016 17:43:58 +0300 Maxim Dounin Fixed build on MSVC.
Tue, 24 May 2016 17:37:52 +0300 Valentin Bartenev HTTP/2: implemented preread buffer for request body (closes #959).
Mon, 23 May 2016 19:17:24 +0300 Ruslan Ermilov Realip: detect duplicate real_ip_header directive.
Mon, 23 May 2016 18:44:23 +0300 Dmitry Volyntsev Realip: port support in X-Real-IP and X-Forwarded-For.
Mon, 23 May 2016 18:44:22 +0300 Dmitry Volyntsev Realip: take client port from PROXY protocol header.
Mon, 23 May 2016 18:44:22 +0300 Dmitry Volyntsev Added the $realip_remote_port variable.
Mon, 23 May 2016 18:44:21 +0300 Dmitry Volyntsev Added the $proxy_protocol_port variable.
Mon, 23 May 2016 16:37:28 +0300 Maxim Dounin Renamed "u" to "sockaddr" in listen options types.
Mon, 23 May 2016 16:37:20 +0300 Ruslan Ermilov Introduced the ngx_sockaddr_t type.
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).