summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Variables: avoid possible buffer overrun with some "$sent_http_*".HEADmasterbranches/defaultSergey Kandaurov2023-05-011-2/+4
* Fixed segfault if regex studies list allocation fails.Maxim Dounin2023-04-181-3/+3
* Version bump.Sergey Kandaurov2023-04-171-2/+2
* Gzip: compatibility with recent zlib-ng versions.Maxim Dounin2023-03-271-6/+12
* SSL: enabled TLSv1.3 by default.Maxim Dounin2023-03-247-14/+21
* Mail: fixed handling of blocked client read events in proxy.Maxim Dounin2023-03-241-3/+9
* Syslog: introduced error log handler.Maxim Dounin2023-03-102-9/+41
* Syslog: removed usage of ngx_cycle->log and ngx_cycle->hostname.Maxim Dounin2023-03-102-18/+24
* HTTP/2: finalize request as bad if header validation fails.Maxim Dounin2023-03-101-8/+1
* HTTP/2: socket leak with "return 444" in error_page (ticket #2455).Maxim Dounin2023-03-101-0/+4
* SSL: logging levels of errors observed with BoringSSL.Maxim Dounin2023-03-081-0/+21
* SSL: logging levels of errors observed with tlsfuzzer and LibreSSL.Maxim Dounin2023-03-081-0/+7
* SSL: logging levels of various errors reported with tlsfuzzer.Maxim Dounin2023-03-081-0/+41
* SSL: switched to detect log level based on the last error.Maxim Dounin2023-03-081-1/+1
* Core: stricter UTF-8 handling in ngx_utf8_decode().Yugo Horie2023-02-231-1/+6
* Win32: non-ASCII names in ngx_fs_bsize(), ngx_fs_available().Maxim Dounin2023-02-231-4/+42
* Win32: removed attempt to use a drive letter in ngx_fs_bsize().Maxim Dounin2023-02-231-6/+0
* Win32: non-ASCII names support in ngx_open_tempfile().Maxim Dounin2023-02-232-10/+37
* Win32: non-ASCII names support in ngx_rename_file().Maxim Dounin2023-02-232-1/+56
* Win32: non-ASCII names support in ngx_delete_file().Maxim Dounin2023-02-232-1/+37
* Win32: reworked ngx_win32_rename_file() to use nginx wrappers.Maxim Dounin2023-02-231-3/+3
* Win32: reworked ngx_win32_rename_file() to check errors.Maxim Dounin2023-02-231-2/+10
* Win32: non-ASCII directory names support in ngx_delete_dir().Maxim Dounin2023-02-232-1/+37
* Win32: non-ASCII directory names support in ngx_create_dir().Maxim Dounin2023-02-232-10/+72
* Win32: non-ASCII directory names support in ngx_getcwd().Maxim Dounin2023-02-232-1/+39
* Win32: non-ASCII names support in "include" with wildcards.Maxim Dounin2023-02-232-34/+64
* Win32: non-ASCII names support in autoindex (ticket #458).Maxim Dounin2023-02-232-21/+244
* Lingering close for connections with pipelined requests.Maxim Dounin2023-02-022-1/+4
* Fixed "zero size buf" alerts with subrequests.Maxim Dounin2023-01-286-12/+6
* Style.Maxim Dounin2023-01-284-7/+7
* Added warning about redefinition of listen socket protocol options.Maxim Dounin2023-01-282-1/+66
* Fixed handling of very long locations (ticket #2435).Maxim Dounin2023-01-262-2/+2
* Gzip static: ranges support (ticket #2349).Maxim Dounin2023-01-241-0/+2
* Updated link to OpenVZ suspend/resume bug.Maxim Dounin2022-12-211-1/+1
* Fixed port ranges support in the listen directive.Valentin Bartenev2022-12-183-3/+3
* Style.BullerDu2022-12-163-4/+4
* Version bump.Sergey Kandaurov2022-12-161-2/+2
* Win32: event flags handling edge cases in ngx_wsarecv().Maxim Dounin2022-12-012-0/+4
* SSL: fixed ngx_ssl_recv() to reset c->read->ready after errors.Maxim Dounin2022-12-012-3/+7
* Removed casts from ngx_memcmp() macro.Maxim Dounin2022-11-301-1/+1
* Fixed alignment of ngx_memmove()/ngx_movemem() macro definitions.Maxim Dounin2022-11-301-2/+2
* SSL: fixed debug logging of SSL_sendfile() return value.Sergey Kandaurov2022-11-241-1/+1
* Fixed segfault when switching off master process during upgrade.Maxim Dounin2022-11-232-11/+3
* Disabled cloning of sockets without master process (ticket #2403).Maxim Dounin2022-11-231-1/+4
* Filtering duplicate addresses in listen (ticket #2400).Maxim Dounin2022-11-233-26/+85
* Process events posted by ngx_close_idle_connections() immediately.Roman Arutyunyan2022-11-182-0/+2
* SSI: handling of subrequests from other modules (ticket #1263).Ciel Zhao2022-11-212-1/+29
* Fixed PROXY protocol to use ngx_memcpy()/ngx_memcmp().Maxim Dounin2022-11-081-5/+5
* Added logging to PROXY protocol write buffer check.Maxim Dounin2022-11-081-0/+2
* Increased maximum read PROXY protocol header size.Roman Arutyunyan2022-11-024-8/+11