summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.13.10-RELEASErelease-1.13.10Maxim Dounin2018-03-201-0/+84
* gRPC: fixed missing state save in frame header parsing.Sergey Kandaurov2018-03-201-0/+1
* HTTP/2: improved frame info debugging.Ruslan Ermilov2018-03-192-5/+8
* gRPC: fixed parsing response headers split on CONTINUATION frames.Sergey Kandaurov2018-03-191-2/+2
* Fixed checking ngx_tcp_push() and ngx_tcp_nopush() return values.Ruslan Ermilov2018-03-193-3/+3
* Upstream: fixed comments after 13f8dec720b5.Ruslan Ermilov2018-03-193-6/+2
* Configure: added gRPC module help message.Sergey Kandaurov2018-03-191-0/+1
* Contrib: vim syntax, update core and 3rd party module directives.Gena Makhomed2018-03-181-14/+44
* gRPC: special handling of "trailer only" responses.Maxim Dounin2018-03-172-10/+16
* gRPC: special handling of the TE request header.Maxim Dounin2018-03-173-2/+72
* The gRPC proxy module.Maxim Dounin2018-03-173-0/+4584
* Upstream: u->conf->preserve_output flag.Maxim Dounin2018-03-172-2/+5
* Upstream: u->request_body_blocked flag.Maxim Dounin2018-03-172-2/+20
* Upstream: trailers support, u->conf->pass_trailers flag.Maxim Dounin2018-03-172-0/+98
* HTTP/2: externalized various constants and interfaces.Maxim Dounin2018-03-176-91/+130
* Style.Roman Arutyunyan2018-03-121-3/+3
* Stream ssl_preread: $ssl_preread_alpn_protocols variable.Roman Arutyunyan2018-03-121-6/+122
* Improved code readablity.Ruslan Ermilov2018-03-072-4/+12
* HTTP/2: unknown frames now logged at info level.Maxim Dounin2018-03-051-2/+2
* Style.Maxim Dounin2018-03-051-1/+2
* Access log: support for disabling escaping (ticket #1450).Vladimir Homutov2018-03-012-16/+120
* Core: ngx_current_msec now uses monotonic time if available.Maxim Dounin2018-03-012-1/+53
* Postpone filter: prevented uninitialized r->out.Roman Arutyunyan2018-03-011-5/+5
* Generic subrequests in memory.Roman Arutyunyan2018-02-287-188/+107
* Modules compatibility: additional upstream metrics.Vladimir Homutov2018-02-221-0/+1
* Auth basic: prevent null character in error log (ticket #1494).Vadim Filimonov2018-02-261-2/+2
* Generate error for unsupported IPv6 transparent proxy.Roman Arutyunyan2018-02-221-0/+9
* HTTP/2: style.Ruslan Ermilov2018-02-221-17/+4
* Geo: fixed indentation.Sergey Kandaurov2018-02-211-11/+11
* Geo: optimized configuration parser.Ruslan Ermilov2018-02-212-2/+10
* Geo: fixed memory allocation error handling (closes #1482).Ruslan Ermilov2018-02-212-22/+32
* Version bump.Ruslan Ermilov2018-02-211-2/+2
* release-1.13.9 tagMaxim Dounin2018-02-201-0/+1
* nginx-1.13.9-RELEASErelease-1.13.9Maxim Dounin2018-02-201-0/+60
* HTTP/2: precalculate hash for "Cookie".Maxim Dounin2018-02-151-1/+2
* HTTP/2: fixed ngx_http_v2_push_stream() allocation error handling.Ruslan Ermilov2018-02-151-15/+47
* HTTP/2: push additional request headers (closes #1478).Ruslan Ermilov2018-02-154-94/+215
* Expose more headers with NGX_HTTP_HEADERS.Ruslan Ermilov2018-02-152-2/+2
* Core: added a stub for additional zone configuration.Vladimir Homutov2018-02-151-0/+1
* HTTP/2: style.Sergey Kandaurov2018-02-152-4/+4
* HTTP/2: fixed null pointer dereference with server push.Ruslan Ermilov2018-02-091-1/+5
* HTTP/2: fixed build with -Werror=unused-but-set-variable.Ruslan Ermilov2018-02-081-10/+3
* HTTP/2: server push.Ruslan Ermilov2018-02-085-18/+873
* HTTP/2: changed prototypes of request pseudo-headers parsers.Ruslan Ermilov2018-02-081-25/+24
* Basic support of the Link response header.Ruslan Ermilov2018-02-084-19/+32
* Dav: added error logging.Roman Arutyunyan2018-02-071-1/+10
* HTTP/2: removed unused field from ngx_http_v2_stream_t.Sergey Kandaurov2018-02-061-2/+0
* Contrib: vim syntax, update 3rd party module directives.Gena Makhomed2018-02-011-0/+5
* Contrib: vim syntax, update core module directives.Gena Makhomed2018-02-011-2/+2
* Upstream: removed X-Powered-By from the list of special headers.Ruslan Ermilov2018-01-301-4/+0