log src/http/ngx_http.h @ 7660:d33e17499088

age author description
Mon, 25 Feb 2019 16:42:05 +0300 Maxim Dounin SSL: variables support in ssl_certificate and ssl_certificate_key.
Mon, 03 Oct 2016 15:58:22 +0300 Maxim Dounin Modules compatibility: http2.
Fri, 11 Sep 2015 20:13:06 +0300 Valentin Bartenev The HTTP/2 implementation (RFC 7240, 7241).
Thu, 11 Jun 2015 20:42:31 +0300 Maxim Dounin Moved ngx_http_parse_time() to core, renamed accordingly.
Thu, 11 Jun 2015 20:42:24 +0300 Maxim Dounin Removed unused ngx_http_get_time() declaration.
Mon, 23 Mar 2015 21:09:19 +0300 Maxim Dounin Request body: unbuffered reading.
Mon, 23 Mar 2015 21:09:19 +0300 Maxim Dounin Request body: filters support.
Fri, 20 Mar 2015 06:45:32 +0300 Ruslan Ermilov Removed busy locks.
Wed, 04 Mar 2015 08:10:40 +0300 Ruslan Ermilov Style: moved ngx_http_ephemeral() macro to ngx_http_request.h.
Tue, 29 Apr 2014 12:28:41 +0400 Vladimir Homutov Upstream: added the "$upstream_cookie_<name>" variables.
Sat, 11 May 2013 18:49:30 +0400 Maxim Dounin Fixed build with --with-mail_ssl_module.
Fri, 29 Mar 2013 17:23:36 +0000 Maxim Dounin Merge of r5109, r5128: removed unused prototype and macro. stable-1.2
Wed, 20 Mar 2013 10:36:57 +0000 Valentin Bartenev Preliminary experimental support for SPDY draft 2.
Mon, 11 Mar 2013 14:44:56 +0000 Valentin Bartenev Removed unused prototype of ngx_http_find_server_conf().
Wed, 27 Feb 2013 17:12:48 +0000 Valentin Bartenev SNI: reuse selected configuration for all requests in a connection.