summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Version bump.Roman Arutyunyan2022-11-031-2/+2
* Mp4: disabled duplicate atoms.Roman Arutyunyan2022-10-191-0/+147
* SSL: improved validation of ssl_session_cache and ssl_ocsp_cache.Sergey Kandaurov2022-10-173-4/+4
* SSL: removed cast not needed after 5ffd76a9ccf3.Sergey Kandaurov2022-10-131-1/+1
* SSL: workaround for session timeout handling with TLSv1.3.Maxim Dounin2022-10-122-0/+48
* SSL: optimized rotation of session ticket keys.Maxim Dounin2022-10-122-19/+47
* SSL: automatic rotation of session ticket keys.Maxim Dounin2022-10-122-30/+160
* SSL: shorter debug messages about session tickets.Maxim Dounin2022-10-121-3/+3
* SSL: renamed session ticket key functions and data index.Maxim Dounin2022-10-122-16/+13
* SSL: renamed session ticket key type.Maxim Dounin2022-10-122-21/+21