summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-03-10Syslog: introduced error log handler.Maxim Dounin2-9/+41
2023-03-10Syslog: removed usage of ngx_cycle->log and ngx_cycle->hostname.Maxim Dounin2-18/+24
2023-03-10HTTP/2: finalize request as bad if header validation fails.Maxim Dounin1-8/+1
2023-03-10HTTP/2: socket leak with "return 444" in error_page (ticket #2455).Maxim Dounin1-0/+4
2023-03-08SSL: logging levels of errors observed with BoringSSL.Maxim Dounin1-0/+21
2023-03-08SSL: logging levels of errors observed with tlsfuzzer and LibreSSL.Maxim Dounin1-0/+7
2023-03-08SSL: logging levels of various errors reported with tlsfuzzer.Maxim Dounin1-0/+41
2023-03-08SSL: switched to detect log level based on the last error.Maxim Dounin1-1/+1
2023-02-23Core: stricter UTF-8 handling in ngx_utf8_decode().Yugo Horie1-1/+6
2023-02-23Win32: non-ASCII names in ngx_fs_bsize(), ngx_fs_available().Maxim Dounin1-4/+42
2023-02-23Win32: removed attempt to use a drive letter in ngx_fs_bsize().Maxim Dounin1-6/+0
2023-02-23Win32: non-ASCII names support in ngx_open_tempfile().Maxim Dounin2-10/+37
2023-02-23Win32: non-ASCII names support in ngx_rename_file().Maxim Dounin2-1/+56
2023-02-23Win32: non-ASCII names support in ngx_delete_file().Maxim Dounin2-1/+37
2023-02-23Win32: reworked ngx_win32_rename_file() to use nginx wrappers.Maxim Dounin1-3/+3
2023-02-23Win32: reworked ngx_win32_rename_file() to check errors.Maxim Dounin1-2/+10
2023-02-23Win32: non-ASCII directory names support in ngx_delete_dir().Maxim Dounin2-1/+37
2023-02-23Win32: non-ASCII directory names support in ngx_create_dir().Maxim Dounin2-10/+72
2023-02-23Win32: non-ASCII directory names support in ngx_getcwd().Maxim Dounin2-1/+39
2023-02-23Win32: non-ASCII names support in "include" with wildcards.Maxim Dounin2-34/+64
2023-02-23Win32: non-ASCII names support in autoindex (ticket #458).Maxim Dounin2-21/+244
2023-02-02Lingering close for connections with pipelined requests.Maxim Dounin2-1/+4
2023-01-28Fixed "zero size buf" alerts with subrequests.Maxim Dounin6-12/+6
2023-01-28Style.Maxim Dounin4-7/+7
2023-01-28Added warning about redefinition of listen socket protocol options.Maxim Dounin2-1/+66
2023-01-26HTTP/3: trigger more compatibility errors for "listen quic".Roman Arutyunyan1-3/+19
2023-02-27HTTP/3: "quic" parameter of "listen" directive.Roman Arutyunyan10-85/+121
2023-02-22QUIC: OpenSSL compatibility layer.Roman Arutyunyan8-49/+789
2023-02-23QUIC: improved ssl_reject_handshake error logging.Sergey Kandaurov1-0/+8
2023-02-23QUIC: using ngx_ssl_handshake_log().Sergey Kandaurov3-9/+7
2023-02-23QUIC: moved "handshake failed" reason to send_alert.Sergey Kandaurov1-1/+1
2023-02-23QUIC: using NGX_QUIC_ERR_CRYPTO macro in ALPN checks.Sergey Kandaurov1-1/+1
2023-02-13QUIC: fixed indentation.Sergey Kandaurov2-3/+3
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-26Fixed handling of very long locations (ticket #2435).Maxim Dounin2-2/+2
2023-01-24Gzip static: ranges support (ticket #2349).Maxim Dounin1-0/+2
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