aboutsummaryrefslogtreecommitdiff
path: root/src/http
Commit message (Expand)AuthorAge
* HTTP/3: staticize internal parsing functions.Sergey Kandaurov2020-12-16
* HTTP/3: staticize ngx_http_v3_methods.Sergey Kandaurov2020-12-16
* Merged with the default branch.Sergey Kandaurov2020-12-15
|\
| * Fixed double close of non-regular files in flv and mp4.Maxim Dounin2020-12-11
| * Removed extra allocation for r->uri.Maxim Dounin2020-12-10
| * Fixed parsing of absolute URIs with empty path (ticket #2079).Maxim Dounin2020-12-10
| * SSL: fixed SSL shutdown on lingering close.Ruslan Ermilov2020-12-08
| * Upstream: excluded down servers from the next_upstream tries.Ruslan Ermilov2020-11-27
* | HTTP/3: introduced ngx_http_v3_filter.Roman Arutyunyan2020-11-27
* | HTTP/3: eliminated r->method_start.Roman Arutyunyan2020-11-25
* | HTTP/3: null-terminate empty header value.Roman Arutyunyan2020-11-17
* | HTTP/3: finalize chunked response body chain with NULL.Roman Arutyunyan2020-11-17
* | Merged with the default branch.Sergey Kandaurov2020-11-24
|\|
| * gRPC: RST_STREAM(NO_ERROR) handling after "trailer only" responses.Pavel Pautov2020-11-18
| * Request body: removed error assumption (ticket #2058).Maxim Dounin2020-11-09
| * Request body: improved logging.Maxim Dounin2020-11-09
| * SSL: fixed non-working SSL shutdown on lingering close.Ruslan Ermilov2020-11-06
| * Removed dead code from ngx_http_set_keepalive().Ruslan Ermilov2020-11-06
| * Core: added format specifiers to output binary data as hex.Vladimir Homutov2020-10-28
* | Fixed generating chunked response after 46e3542d51b3.Roman Arutyunyan2020-11-10
* | QUIC: generate default stateless reset token key.Roman Arutyunyan2020-11-11
* | QUIC: renamed c->qs to c->quic.Roman Arutyunyan2020-11-10
* | QUIC: connection multiplexing per port.Roman Arutyunyan2020-11-11
* | QUIC: multiple versions support in ALPN.Sergey Kandaurov2020-11-10
* | Merged with the default branch.Sergey Kandaurov2020-10-29
|\|
| * SSL: ssl_reject_handshake directive (ticket #195).Maxim Dounin2020-10-22
| * Upstream: proxy_ssl_conf_command and friends.Maxim Dounin2020-10-22
| * SSL: ssl_conf_command directive.Maxim Dounin2020-10-22
| * Core: ngx_conf_set_keyval_slot() now accepts NGX_CONF_UNSET_PTR.Maxim Dounin2020-10-22
| * Limit req: unlocking of nodes on complex value errors.Maxim Dounin2020-10-08
* | QUIC: reverted previous 3 commits.Vladimir Homutov2020-10-19
* | SSL: added the "ssl_keys_file" directive.Vladimir Homutov2020-09-15
* | QUIC: fixed ngx_http_upstream_init() much like HTTP/2 connections.Sergey Kandaurov2020-10-12
* | Merged with the default branch.Sergey Kandaurov2020-10-01
|\|
| * Proxy: error checking for array init, missed in 7716:d6a5e14aa3e4.Maxim Dounin2020-09-29
| * Userid: userid_flags fixup.Maxim Dounin2020-09-29
| * Userid: userid_flags directive to set cookie flags.Maxim Dounin2020-09-28
| * Proxy: added the "proxy_cookie_flags" directive.Ruslan Ermilov2020-09-27
| * Proxy: changed interface of some internal functions.Ruslan Ermilov2020-09-27
| * Proxy: strengthen syntax checking for some directives.Ruslan Ermilov2020-09-27
| * SSL: abort handshake on SSL_set_SSL_CTX() errors.Sergey Kandaurov2020-09-24
| * HTTP/2: run posted requests after reading body.Maxim Dounin2020-09-23
| * HTTP/2: fixed segfault on DATA frames after 400 errors.Maxim Dounin2020-09-23
| * Cache: keep c->body_start when Vary changes (ticket #2029).Sergey Kandaurov2020-09-09
| * Cache: reset c->body_start when reading a variant on Vary mismatch.Sergey Kandaurov2017-08-04
| * HTTP/2: rejecting invalid stream identifiers with PROTOCOL_ERROR.Sergey Kandaurov2020-09-02
| * Cache: ignore stale-if-error for 4xx and 5xx codes.Roman Arutyunyan2020-07-29
* | QUIC: moved ssl configuration pointer to quic configuration.Vladimir Homutov2020-10-01
* | QUIC: added stateless reset support.Vladimir Homutov2020-09-30
* | QUIC: switch stream context to a server selected by SNI.Roman Arutyunyan2020-09-29