aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* QUIC: removed redundant "app" flag from ngx_quic_close_frame_t.Sergey Kandaurov2021-02-03
* HTTP/3: reverted version check for keepalive flag.Roman Arutyunyan2021-02-02
* HTTP/3: fixed format specifier.Roman Arutyunyan2021-02-01
* HTTP/3: refactored request body parser.Roman Arutyunyan2021-01-25
* QUIC: fixed stateless reset recognition and send.Roman Arutyunyan2021-02-01
* QUIC: refactored packet processing.Roman Arutyunyan2021-01-28
* QUIC: stateless retry.Vladimir Homutov2021-01-29
* HTTP/3: call ngx_handle_read_event() from client header handler.Roman Arutyunyan2021-01-29
* HTTP/3: removed HTTP/3-specific code.Roman Arutyunyan2020-12-21
* HTTP/3: client header validation.Roman Arutyunyan2021-01-18
* HTTP/3: added comment.Roman Arutyunyan2021-01-12
* HTTP/3: client pseudo-headers restrictions.Roman Arutyunyan2021-01-22
* HTTP/3: refactored request parser.Roman Arutyunyan2021-01-22
* QUIC: draft-33 salt and retry keys.Sergey Kandaurov2021-01-11
* QUIC: fixed header protection macro name.Vladimir Homutov2020-12-30
* QUIC: ngx_quic_bpf module.Vladimir Homutov2020-12-25
* Core: added interface to linux bpf() system call.Vladimir Homutov2020-12-15
* QUIC: ngx_quic_module.Vladimir Homutov2020-12-25
* QUIC: moved all quic sources into src/event/quic.Vladimir Homutov2020-12-25
* QUIC: removed unused <openssl/aes.h> inclusion.Sergey Kandaurov2020-12-22
* QUIC: fixed -Wtype-limits with GCC <= 5 (ticket #2104).Sergey Kandaurov2020-12-22
* QUIC: fixed logging PATH_CHALLENGE/RESPONSE and build with GCC < 5.Sergey Kandaurov2020-12-22
* QUIC: fixed building ALPN callback without debug and http2.Sergey Kandaurov2020-12-22
* QUIC: fixed build with OpenSSL < 1.1.1.Sergey Kandaurov2020-12-22
* QUIC: converted to SSL_CIPHER_get_protocol_id().Sergey Kandaurov2020-12-21
* 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
| * Version bump.Ruslan Ermilov2020-11-26
* | QUIC: always calculate rtt for largest acknowledged packet.Roman Arutyunyan2020-12-09
* | QUIC: send and process ack_delay for Initial and Handshake levels.Roman Arutyunyan2020-12-10
* | QUIC: use client max_ack_delay when computing pto timeout.Roman Arutyunyan2020-12-09
* | QUIC: resend handshake packets along with initial.Roman Arutyunyan2020-12-08
* | QUIC: set the temporary flag for input frame buffers.Roman Arutyunyan2020-12-08
* | QUIC: coalesce output packets into a single UDP datagram.Roman Arutyunyan2020-12-07
* | QUIC: introduced QUIC buffers.Roman Arutyunyan2020-12-01
* | QUIC: fixed handling of clients connected to wildcard address.Vladimir Homutov2020-12-07
* | QUIC: disabling bidirectional SSL shutdown earlier.Sergey Kandaurov2020-12-06
* | QUIC: fixed missing quic flag on listener in the stream module.Vladimir Homutov2020-12-04
* | HTTP/3: introduced ngx_http_v3_filter.Roman Arutyunyan2020-11-27
* | QUIC: fixed send contexts cleanup.Vladimir Homutov2020-12-02
* | QUIC: removed ngx_quic_hexdump() macro.Vladimir Homutov2020-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