summaryrefslogtreecommitdiffhomepage
path: root/src/http (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-05Upstream: fixed u->conf->preserve_output (ticket #1519).Maxim Dounin1-6/+12
2018-04-03Upstream: fixed ngx_http_upstream_test_next() conditions.Maxim Dounin1-2/+18
2018-03-22gRPC: fixed possible sign extension of error and setting_value.Maxim Dounin1-3/+3
2018-03-20gRPC: fixed missing state save in frame header parsing.Sergey Kandaurov1-0/+1
2018-03-19HTTP/2: improved frame info debugging.Ruslan Ermilov2-5/+8
2018-03-19gRPC: fixed parsing response headers split on CONTINUATION frames.Sergey Kandaurov1-2/+2
2018-03-19Fixed checking ngx_tcp_push() and ngx_tcp_nopush() return values.Ruslan Ermilov1-1/+1
2018-03-19Upstream: fixed comments after 13f8dec720b5.Ruslan Ermilov3-6/+2
2018-03-17gRPC: special handling of "trailer only" responses.Maxim Dounin2-10/+16
2018-03-17gRPC: special handling of the TE request header.Maxim Dounin3-2/+72
2018-03-17The gRPC proxy module.Maxim Dounin1-0/+4571
2018-03-17Upstream: u->conf->preserve_output flag.Maxim Dounin2-2/+5
2018-03-17Upstream: u->request_body_blocked flag.Maxim Dounin2-2/+20
2018-03-17Upstream: trailers support, u->conf->pass_trailers flag.Maxim Dounin2-0/+98
2018-03-17HTTP/2: externalized various constants and interfaces.Maxim Dounin5-91/+129
2018-03-07Improved code readablity.Ruslan Ermilov1-2/+6
2018-03-05HTTP/2: unknown frames now logged at info level.Maxim Dounin1-2/+2
2018-03-01Access log: support for disabling escaping (ticket #1450).Vladimir Homutov1-8/+60
2018-03-01Postpone filter: prevented uninitialized r->out.Roman Arutyunyan1-5/+5
2018-02-28Generic subrequests in memory.Roman Arutyunyan7-188/+107
2018-02-22Modules compatibility: additional upstream metrics.Vladimir Homutov1-0/+1
2018-02-26Auth basic: prevent null character in error log (ticket #1494).Vadim Filimonov1-2/+2
2018-02-22HTTP/2: style.Ruslan Ermilov1-17/+4
2018-02-21Geo: optimized configuration parser.Ruslan Ermilov1-1/+5
2018-02-21Geo: fixed memory allocation error handling (closes #1482).Ruslan Ermilov1-11/+16
2018-02-15HTTP/2: precalculate hash for "Cookie".Maxim Dounin1-1/+2
2018-02-15HTTP/2: fixed ngx_http_v2_push_stream() allocation error handling.Ruslan Ermilov1-15/+47
2018-02-15HTTP/2: push additional request headers (closes #1478).Ruslan Ermilov3-94/+214
2018-02-15Expose more headers with NGX_HTTP_HEADERS.Ruslan Ermilov2-2/+2
2018-02-15HTTP/2: style.Sergey Kandaurov2-4/+4
2018-02-09HTTP/2: fixed null pointer dereference with server push.Ruslan Ermilov1-1/+5
2018-02-08HTTP/2: fixed build with -Werror=unused-but-set-variable.Ruslan Ermilov1-10/+3
2018-02-08HTTP/2: server push.Ruslan Ermilov5-18/+873
2018-02-08HTTP/2: changed prototypes of request pseudo-headers parsers.Ruslan Ermilov1-25/+24
2018-02-08Basic support of the Link response header.Ruslan Ermilov4-19/+32
2018-02-07Dav: added error logging.Roman Arutyunyan1-1/+10
2018-02-06HTTP/2: removed unused field from ngx_http_v2_stream_t.Sergey Kandaurov1-2/+0
2018-01-30Upstream: removed X-Powered-By from the list of special headers.Ruslan Ermilov1-4/+0
2018-01-30SSL: using default server context in session remove (closes #1464).Sergey Kandaurov1-2/+2
2018-01-30HTTP/2: finalize request as bad if parsing of pseudo-headers fails.Ruslan Ermilov1-8/+1
2018-01-29HTTP/2: more style, comments, and debugging.Ruslan Ermilov3-158/+168
2018-01-29HTTP/2: handle duplicate INITIAL_WINDOW_SIZE settings.Ruslan Ermilov1-2/+2
2018-01-11Upstream: fixed "header already sent" alerts on backend errors.Maxim Dounin1-3/+4
2017-12-13Retain CAP_NET_RAW capability for transparent proxying.Roman Arutyunyan1-0/+6
2017-11-20Proxy: escape explicit space in URI in default cache key.Roman Arutyunyan1-1/+1
2017-11-20Inherit valid_unparsed_uri in cloned subrequests (ticket #1430).Roman Arutyunyan1-0/+1
2017-11-20Proxy: simplified conditions of using unparsed uri.Roman Arutyunyan1-4/+2
2017-12-01Upstream: flush low-level buffers on write retry.Patryk Lesiewicz1-1/+1
2017-11-28Upstream keepalive: clean read delayed flag in stored connections.Roman Arutyunyan1-0/+1
2017-12-04Autoindex: discard request body (ticket #1439).Maxim Dounin1-0/+6