| 2020-03-17 |
Vladimir Homutov | Firefox fixes. |
commit | commitdiff | tree | snapshot |
| 2020-03-16 |
Vladimir Homutov | Fixed a typo with OpenSSL. |
commit | commitdiff | tree | snapshot |
| 2020-03-16 |
Vladimir Homutov | Split transport and crypto parts into separate files. |
commit | commitdiff | tree | snapshot |
| 2020-03-16 |
Vladimir Homutov | Added processing of CONNECTION CLOSE frames. |
commit | commitdiff | tree | snapshot |
| 2020-03-14 |
Roman Arutyunyan | Temporary fix for header null-termination in HTTP/3. |
commit | commitdiff | tree | snapshot |
| 2020-03-14 |
Sergey Kandaurov | Fixed header protection application with pn length... |
commit | commitdiff | tree | snapshot |
| 2020-03-13 |
Roman Arutyunyan | Fixed sanitizer errors. |
commit | commitdiff | tree | snapshot |
| 2020-03-13 |
Vladimir Homutov | Added check for initialized c->ssl before calling SSL... |
commit | commitdiff | tree | snapshot |
| 2020-03-13 |
Roman Arutyunyan | HTTP/3. |
commit | commitdiff | tree | snapshot |
| 2020-03-13 |
Roman Arutyunyan | Fixed infinite loop in ngx_quic_stream_send_chain(). |
commit | commitdiff | tree | snapshot |
| 2020-03-13 |
Roman Arutyunyan | Implemented tracking offset in STREAM frames. |
commit | commitdiff | tree | snapshot |
| 2020-03-13 |
Roman Arutyunyan | Implemented ngx_quic_stream_send_chain() method. |
commit | commitdiff | tree | snapshot |
| 2020-03-13 |
Vladimir Homutov | Stream "connection" read/write methods. |
commit | commitdiff | tree | snapshot |
| 2020-03-12 |
Sergey Kandaurov | Fix build. |
commit | commitdiff | tree | snapshot |
| 2020-03-12 |
Vladimir Homutov | Removed hardcoded CRYPTO and ACK frame sizes. |
commit | commitdiff | tree | snapshot |
| 2020-03-12 |
Vladimir Homutov | HTTP/QUIC interface reworked. |
commit | commitdiff | tree | snapshot |
| 2020-03-11 |
Vladimir Homutov | Initial parsing of STREAM frames. |
commit | commitdiff | tree | snapshot |
| 2020-03-12 |
Vladimir Homutov | Added support of multiple QUIC packets in single datagram. |
commit | commitdiff | tree | snapshot |
| 2020-03-11 |
Vladimir Homutov | Added more transport parameters. |
commit | commitdiff | tree | snapshot |
| 2020-03-11 |
Sergey Kandaurov | Compatibility with BoringSSL revised QUIC encryption... |
commit | commitdiff | tree | snapshot |
| 2020-03-10 |
Sergey Kandaurov | Chacha20 header protection support with BoringSSL. |
commit | commitdiff | tree | snapshot |
| 2020-03-10 |
Sergey Kandaurov | ChaCha20 / Poly1305 initial support. |
commit | commitdiff | tree | snapshot |
| 2020-03-10 |
Sergey Kandaurov | Using SSL cipher suite id to obtain cipher/digest,... |
commit | commitdiff | tree | snapshot |
| 2020-03-10 |
Sergey Kandaurov | Fixed nonce in short packet protection. |
commit | commitdiff | tree | snapshot |
| 2020-03-10 |
Vladimir Homutov | Generic payload handler for quic packets. |
commit | commitdiff | tree | snapshot |
| 2020-03-05 |
Sergey Kandaurov | Fixed header protection with negotiated cipher suite. |
commit | commitdiff | tree | snapshot |
| 2020-03-05 |
Sergey Kandaurov | Initial packets are protected with AEAD_AES_128_GCM. |
commit | commitdiff | tree | snapshot |
| 2020-03-05 |
Sergey Kandaurov | Fixed write secret logging in set_encryption_secrets... |
commit | commitdiff | tree | snapshot |
| 2020-03-05 |
Vladimir Homutov | Fixed format specifiers. |
commit | commitdiff | tree | snapshot |
| 2020-03-05 |
Vladimir Homutov | Style. |
commit | commitdiff | tree | snapshot |
| 2020-03-05 |
Vladimir Homutov | Added functions to decrypt long packets. |
commit | commitdiff | tree | snapshot |
| 2020-03-05 |
Sergey Kandaurov | Fixed ngx_quic_varint_len misuse in the previous change. |
commit | commitdiff | tree | snapshot |
| 2020-03-04 |
Vladimir Homutov | Macro for calculating size of varint. |
commit | commitdiff | tree | snapshot |
| 2020-03-05 |
Sergey Kandaurov | Fixed packet "input" debug log message. |
commit | commitdiff | tree | snapshot |
| 2020-03-05 |
Sergey Kandaurov | Using SSL cipher suite id to obtain cipher/digest,... |
commit | commitdiff | tree | snapshot |
| 2020-03-05 |
Sergey Kandaurov | Using cached ssl_conn in ngx_quic_handshake_input(... |
commit | commitdiff | tree | snapshot |
| 2020-03-04 |
Sergey Kandaurov | Adjusted transport parameters stub for active_connectio... |
commit | commitdiff | tree | snapshot |
| 2020-03-04 |
Vladimir Homutov | Implemented improved version of quic_output(). |
commit | commitdiff | tree | snapshot |
| 2020-03-03 |
Sergey Kandaurov | QUIC handshake final bits. |
commit | commitdiff | tree | snapshot |
| 2020-03-03 |
Vladimir Homutov | Split frame and packet generation into separate steps. |
commit | commitdiff | tree | snapshot |
| 2020-03-02 |
Vladimir Homutov | Aded the "ngx_quic_hexdump" macro. |
commit | commitdiff | tree | snapshot |
| 2020-02-28 |
Vladimir Homutov | Moved all QUIC code into ngx_event_quic.c |
commit | commitdiff | tree | snapshot |
| 2020-02-28 |
Sergey Kandaurov | Introduced quic_version macro, uint16/uint32 routines... |
commit | commitdiff | tree | snapshot |
| 2020-02-28 |
Sergey Kandaurov | Cleanup. |
commit | commitdiff | tree | snapshot |
| 2020-02-26 |
Vladimir Homutov | Generic function for HKDF expansion. |
commit | commitdiff | tree | snapshot |
| 2020-02-28 |
Sergey Kandaurov | QUIC header protection routines, introduced ngx_quic_tl... |
commit | commitdiff | tree | snapshot |
| 2020-02-28 |
Sergey Kandaurov | AEAD routines, introduced ngx_quic_tls_open()/ngx_quic_... |
commit | commitdiff | tree | snapshot |
| 2020-02-28 |
Sergey Kandaurov | Transport parameters stub, to complete handshake. |
commit | commitdiff | tree | snapshot |
| 2020-02-28 |
Sergey Kandaurov | Introduced ngx_quic_secret_t. |
commit | commitdiff | tree | snapshot |
| 2020-02-28 |
Sergey Kandaurov | QUIC handshake handler, draft 24 bump. |
commit | commitdiff | tree | snapshot |
| 2020-02-28 |
Sergey Kandaurov | Fixed indentation. |
commit | commitdiff | tree | snapshot |
| 2020-02-28 |
Sergey Kandaurov | PN-aware AEAD nonce, feeding proper CRYPTO length. |
commit | commitdiff | tree | snapshot |
| 2020-02-28 |
Sergey Kandaurov | OpenSSL compatibility. |
commit | commitdiff | tree | snapshot |
| 2020-02-28 |
Sergey Kandaurov | QUIC add_handshake_data callback, varint routines. |
commit | commitdiff | tree | snapshot |
| 2020-02-28 |
Sergey Kandaurov | QUIC set_encryption_secrets callback. |
commit | commitdiff | tree | snapshot |
| 2020-02-28 |
Sergey Kandaurov | Server Initial Keys. |
commit | commitdiff | tree | snapshot |
| 2020-02-28 |
Sergey Kandaurov | Initial QUIC support in http. |
commit | commitdiff | tree | snapshot |
| 2020-02-28 |
Sergey Kandaurov | HTTP UDP layer, QUIC support autotest. |
commit | commitdiff | tree | snapshot |
| 2020-03-03 |
Vladimir Homutov | Created the "quic" branch. |
commit | commitdiff | tree | snapshot |
| 2020-02-28 |
Maxim Dounin | Added default overwrite in error_page 494. |
commit | commitdiff | tree | snapshot |
| 2020-02-26 |
Roman Arutyunyan | Mp4: fixed possible chunk offset overflow. |
commit | commitdiff | tree | snapshot |
| 2020-02-27 |
Sergey Kandaurov | Disabled connection reuse while in SSL handshake. |
commit | commitdiff | tree | snapshot |
| 2020-02-20 |
Maxim Dounin | Disabled duplicate "Host" headers (ticket #1724). |
commit | commitdiff | tree | snapshot |
| 2020-02-20 |
Maxim Dounin | Removed "Transfer-Encoding: identity" support. |
commit | commitdiff | tree | snapshot |
| 2020-02-20 |
Maxim Dounin | Disabled multiple Transfer-Encoding headers. |
commit | commitdiff | tree | snapshot |
| 2020-02-11 |
Vladimir Homutov | Made ngx_http_get_forwarded_addr_internal() non-recursive. |
commit | commitdiff | tree | snapshot |
| 2020-02-05 |
Sergey Kandaurov | HTTP/2: fixed socket leak with an incomplete HEADERS... |
commit | commitdiff | tree | snapshot |
| 2020-02-05 |
Sergey Kandaurov | Version bump. |
commit | commitdiff | tree | snapshot |
| 2020-01-21 |
Maxim Dounin | release-1.17.8 tag |
commit | commitdiff | tree | snapshot |
| 2020-01-21 |
Maxim Dounin | nginx-1.17.8-RELEASE release-1.17.8 |
commit | commitdiff | tree | snapshot |
| 2020-01-17 |
Vladimir Homutov | gRPC: variables support in the "grpc_pass" directive. |
commit | commitdiff | tree | snapshot |
| 2020-01-14 |
Daniil Bondarev | HTTP/2: removed ngx_debug_point() call. |
commit | commitdiff | tree | snapshot |
| 2019-12-27 |
Maxim Dounin | SSL: reworked posted next events again. |
commit | commitdiff | tree | snapshot |
| 2019-12-27 |
Maxim Dounin | Trailing space removed. |
commit | commitdiff | tree | snapshot |
| 2019-12-27 |
Maxim Dounin | Version bump. |
commit | commitdiff | tree | snapshot |
| 2019-12-24 |
Maxim Dounin | release-1.17.7 tag |
commit | commitdiff | tree | snapshot |
| 2019-12-24 |
Maxim Dounin | nginx-1.17.7-RELEASE release-1.17.7 |
commit | commitdiff | tree | snapshot |
| 2019-12-24 |
Maxim Dounin | SSL: reworked posted next events. |
commit | commitdiff | tree | snapshot |
| 2019-12-23 |
Maxim Dounin | HTTP/2: introduced separate handler to retry stream... |
commit | commitdiff | tree | snapshot |
| 2019-12-23 |
Maxim Dounin | HTTP/2: fixed socket leak with queued frames (ticket... |
commit | commitdiff | tree | snapshot |
| 2019-12-23 |
Maxim Dounin | Dav: added checks for chunked to body presence conditions. |
commit | commitdiff | tree | snapshot |
| 2019-12-23 |
Sergey A. Osokin | Update manpage, sort command line options. |
commit | commitdiff | tree | snapshot |
| 2019-12-23 |
Ruslan Ermilov | Discard request body when redirecting to a URL via... |
commit | commitdiff | tree | snapshot |
| 2019-12-16 |
Ruslan Ermilov | Rewrite: disallow empty replacements. |
commit | commitdiff | tree | snapshot |
| 2019-12-16 |
Ruslan Ermilov | Tolerate '\0' in URI when mapping URI to path. |
commit | commitdiff | tree | snapshot |
| 2019-12-16 |
Ruslan Ermilov | Rewrite: fixed segfault with rewritten URI and "alias". |
commit | commitdiff | tree | snapshot |
| 2019-12-16 |
Ruslan Ermilov | Fixed request finalization in ngx_http_index_handler(). |
commit | commitdiff | tree | snapshot |
| 2019-12-16 |
Ruslan Ermilov | Saved some memory allocations. |
commit | commitdiff | tree | snapshot |
| 2019-12-16 |
Ruslan Ermilov | Dav: fixed Location in successful MKCOL response. |
commit | commitdiff | tree | snapshot |
| 2019-12-05 |
Maxim Dounin | Upstream keepalive: clearing of c->data in cached conne... |
commit | commitdiff | tree | snapshot |
| 2019-12-05 |
Maxim Dounin | Version bump. |
commit | commitdiff | tree | snapshot |
| 2019-11-19 |
Maxim Dounin | release-1.17.6 tag |
commit | commitdiff | tree | snapshot |
| 2019-11-19 |
Maxim Dounin | nginx-1.17.6-RELEASE release-1.17.6 |
commit | commitdiff | tree | snapshot |
| 2019-11-18 |
Roman Arutyunyan | Limit conn: added shared context. |
commit | commitdiff | tree | snapshot |
| 2019-11-18 |
Roman Arutyunyan | Limit conn: $limit_conn_status variable. |
commit | commitdiff | tree | snapshot |
| 2019-11-19 |
Roman Arutyunyan | Limit conn: limit_conn_dry_run directive. |
commit | commitdiff | tree | snapshot |
| 2019-11-18 |
Roman Arutyunyan | Updated comment after 776d1bebdca2. |
commit | commitdiff | tree | snapshot |
| 2019-11-06 |
Roman Arutyunyan | Limit req: $limit_req_status variable. |
commit | commitdiff | tree | snapshot |
| 2019-10-21 |
Roman Arutyunyan | Parsing server PROXY protocol address and port (ticket... |
commit | commitdiff | tree | snapshot |
| 2019-10-21 |
Roman Arutyunyan | Core: moved PROXY protocol fields out of ngx_connection_t. |
commit | commitdiff | tree | snapshot |
| next |