summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeLines
* Core: replaced unsafe uses of sizeof() by ngx_nitems().HEADmasterAlejandro Colomar2023-05-23-2/+2
* Core: added macro to calculate the length of an array.Alejandro Colomar2023-05-23-0/+3
* QUIC: fixed OpenSSL compat layer with OpenSSL master branch.Sergey Kandaurov2023-05-23-1/+2
* QUIC: fixed post-close use-after-free.Roman Arutyunyan2023-05-22-7/+16
* QUIC: better sockaddr initialization.Maxim Dounin2023-05-21-1/+1
* Merged with the quic branch.Roman Arutyunyan2023-05-19-41/+23350
|\
| * HTTP/3: removed server push support.Roman Arutyunyan2023-05-12-1082/+6
| * Common tree insert function for QUIC and UDP connections.Roman Arutyunyan2023-05-14-69/+10
| * Stream: removed QUIC support.Roman Arutyunyan2023-05-14-490/+3
| * QUIC: style.Maxim Dounin2023-05-11-3/+4
| * HTTP/3: removed "http3" parameter of "listen" directive.Roman Arutyunyan2023-05-11-33/+7
| * QUIC: removed "quic_mtu" directive.Roman Arutyunyan2023-05-11-73/+1
| * QUIC: resized input datagram buffer from 65535 to 65527.Roman Arutyunyan2023-05-11-1/+1
| * QUIC: keep stream sockaddr and addr_text constant.Roman Arutyunyan2023-05-11-2/+29
| * QUIC: set c->socklen for streams.Roman Arutyunyan2023-04-27-0/+1
| * QUIC: fixed addr_text after migration (ticket #2488).Roman Arutyunyan2023-04-27-6/+3
| * QUIC: reschedule path validation on path insertion/removal.Sergey Kandaurov2023-05-09-3/+45
| * QUIC: lower bound path validation PTO.Sergey Kandaurov2023-05-09-2/+2
| * QUIC: separated path validation retransmit backoff.Sergey Kandaurov2023-05-09-7/+10
| * QUIC: removed check for in-flight packets in computing PTO.Sergey Kandaurov2023-05-09-5/+1
| * QUIC: disabled datagram fragmentation.Roman Arutyunyan2023-05-06-0/+72
| * QUIC: fixed encryption level in ngx_quic_frame_sendto().Roman Arutyunyan2023-05-04-1/+1
| * QUIC: optimized immediate close.Roman Arutyunyan2023-05-02-15/+11
| * QUIC: fixed split frames error handling.Sergey Kandaurov2023-05-04-2/+5
| * HTTP/3: fixed ngx_http_v3_init_session() error handling.Sergey Kandaurov2023-05-04-3/+0
| * Stream: allow waiting on a blocked QUIC stream (ticket #2479).Roman Arutyunyan2023-04-06-1/+6
| * HTTP/3: fixed CANCEL_PUSH handling.Sergey Kandaurov2023-04-06-1/+1
| * QUIC: optimized sending stream response.Roman Arutyunyan2023-04-03-0/+11
| * Merged with the default branch.Sergey Kandaurov2023-03-29-165/+904
| |\
| * | QUIC: style.Roman Arutyunyan2023-03-15-1/+1
| * | HTTP/3: fixed OpenSSL compatibility layer initialization.Sergey Kandaurov2023-03-24-4/+36
| * | HTTP/3: trigger more compatibility errors for "listen quic".Roman Arutyunyan2023-01-26-3/+19
| * | HTTP/3: "quic" parameter of "listen" directive.Roman Arutyunyan2023-02-27-85/+121
| * | QUIC: OpenSSL compatibility layer.Roman Arutyunyan2023-02-22-49/+789
| * | QUIC: improved ssl_reject_handshake error logging.Sergey Kandaurov2023-02-23-0/+8
| * | QUIC: using ngx_ssl_handshake_log().Sergey Kandaurov2023-02-23-9/+7
| * | QUIC: moved "handshake failed" reason to send_alert.Sergey Kandaurov2023-02-23-1/+1
| * | QUIC: using NGX_QUIC_ERR_CRYPTO macro in ALPN checks.Sergey Kandaurov2023-02-23-1/+1
| * | QUIC: fixed indentation.Sergey Kandaurov2023-02-13-3/+3
| * | QUIC: fixed broken token in NEW_TOKEN (ticket #2446).Roman Arutyunyan2023-01-31-8/+34
| * | QUIC: ngx_quic_copy_buffer() function.Roman Arutyunyan2023-01-31-21/+37
| * | QUIC: defer setting the active flag for client stream events.Sergey Kandaurov2023-01-18-18/+21
| * | QUIC: relocated ngx_quic_init_streams() for 0-RTT.Roman Arutyunyan2023-01-10-13/+9
| * | HTTP/3: insert count block timeout.Roman Arutyunyan2023-01-05-0/+6
| * | HTTP/3: trigger 400 (Bad Request) on stream error while blocked.Roman Arutyunyan2023-01-05-1/+1
| * | QUIC: set stream error flag on reset.Roman Arutyunyan2023-01-10-2/+12
| * | QUIC: automatically add and never delete stream events.Roman Arutyunyan2023-01-10-32/+9
| * | HTTP/3: fixed $connection_time.Sergey Kandaurov2023-01-10-4/+2
| * | HTTP/3: handled insertion reference to a going to be evicted entry.Roman Arutyunyan2023-01-03-21/+16
| * | Merged with the default branch.Sergey Kandaurov2023-01-02-11/+11
| |\ \