summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2023-02-13QUIC: fixed indentation.Sergey Kandaurov2-3/+3
2023-02-13README: fixed toc.Sergey Kandaurov1-6/+7
2023-02-08README: updated building from sources, added directives reference.Sergey Kandaurov1-11/+136
2023-01-31QUIC: fixed broken token in NEW_TOKEN (ticket #2446).Roman Arutyunyan4-8/+34
2023-01-31QUIC: ngx_quic_copy_buffer() function.Roman Arutyunyan3-21/+37
2023-01-24QUIC: improved SO_COOKIE configure test.Maxim Dounin1-1/+1
2023-01-18QUIC: defer setting the active flag for client stream events.Sergey Kandaurov1-18/+21
2023-01-10QUIC: relocated ngx_quic_init_streams() for 0-RTT.Roman Arutyunyan1-13/+9
2023-01-05HTTP/3: insert count block timeout.Roman Arutyunyan1-0/+6
2023-01-05HTTP/3: trigger 400 (Bad Request) on stream error while blocked.Roman Arutyunyan1-1/+1
2023-01-10QUIC: set stream error flag on reset.Roman Arutyunyan1-2/+12
2023-01-10QUIC: automatically add and never delete stream events.Roman Arutyunyan3-32/+9
2023-01-10HTTP/3: fixed $connection_time.Sergey Kandaurov2-4/+2
2023-01-03HTTP/3: handled insertion reference to a going to be evicted entry.Roman Arutyunyan1-21/+16
2023-01-02Merged with the default branch.Sergey Kandaurov9-11/+11
2022-12-21Updated link to OpenVZ suspend/resume bug.Maxim Dounin1-1/+1
2022-12-18Fixed port ranges support in the listen directive.Valentin Bartenev3-3/+3
2022-12-16Style.BullerDu3-4/+4
2022-12-16Version bump.Sergey Kandaurov1-2/+2
2022-12-15Merged with the default branch.Sergey Kandaurov20-63/+216
2022-12-13release-1.23.3 tagMaxim Dounin1-0/+1
2022-12-13nginx-1.23.3-RELEASErelease-1.23.3Maxim Dounin1-0/+55
2022-12-13Updated OpenSSL and zlib used for win32 builds.Maxim Dounin1-2/+2
2022-12-01Win32: event flags handling edge cases in ngx_wsarecv().Maxim Dounin2-0/+4
2022-12-01SSL: fixed ngx_ssl_recv() to reset c->read->ready after errors.Maxim Dounin2-3/+7
2022-11-30Removed casts from ngx_memcmp() macro.Maxim Dounin1-1/+1
2022-11-30Fixed alignment of ngx_memmove()/ngx_movemem() macro definitions.Maxim Dounin1-2/+2
2022-11-24SSL: fixed debug logging of SSL_sendfile() return value.Sergey Kandaurov1-1/+1
2022-11-23Fixed segfault when switching off master process during upgrade.Maxim Dounin2-11/+3
2022-11-23Disabled cloning of sockets without master process (ticket #2403).Maxim Dounin1-1/+4
2022-11-23Filtering duplicate addresses in listen (ticket #2400).Maxim Dounin3-26/+85
2022-11-18Process events posted by ngx_close_idle_connections() immediately.Roman Arutyunyan2-0/+2
2022-11-21SSI: handling of subrequests from other modules (ticket #1263).Ciel Zhao2-1/+29
2022-11-08Fixed PROXY protocol to use ngx_memcpy()/ngx_memcmp().Maxim Dounin1-5/+5
2022-11-08Added logging to PROXY protocol write buffer check.Maxim Dounin1-0/+2
2022-11-02Increased maximum read PROXY protocol header size.Roman Arutyunyan4-8/+11
2022-11-03Version bump.Roman Arutyunyan1-2/+2
2022-10-25HTTP/3: implement keepalive for hq.Roman Arutyunyan1-17/+30
2022-11-30QUIC: application init() callback.Roman Arutyunyan6-28/+64
2022-10-19release-1.23.2 tagMaxim Dounin1-0/+1
2022-10-19nginx-1.23.2-RELEASErelease-1.23.2Maxim Dounin1-0/+114
2022-10-19Mp4: disabled duplicate atoms.Roman Arutyunyan1-0/+147
2022-10-17SSL: improved validation of ssl_session_cache and ssl_ocsp_cache.Sergey Kandaurov3-4/+4
2022-10-13SSL: removed cast not needed after 5ffd76a9ccf3.Sergey Kandaurov1-1/+1
2022-10-12SSL: workaround for session timeout handling with TLSv1.3.Maxim Dounin2-0/+48
2022-10-12SSL: optimized rotation of session ticket keys.Maxim Dounin2-19/+47
2022-10-12SSL: automatic rotation of session ticket keys.Maxim Dounin2-30/+160
2022-10-12SSL: shorter debug messages about session tickets.Maxim Dounin1-3/+3
2022-10-12SSL: renamed session ticket key functions and data index.Maxim Dounin2-16/+13
2022-10-12SSL: renamed session ticket key type.Maxim Dounin2-21/+21