index
:
nginx.git
master
no-short-read-checks
tunnel
nginx
a.clayton@nginx.com
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-27
Gzip: compatibility with recent zlib-ng versions.
Maxim Dounin
1
-6
/
+12
2023-03-24
SSL: enabled TLSv1.3 by default.
Maxim Dounin
7
-14
/
+21
2023-03-24
Mail: fixed handling of blocked client read events in proxy.
Maxim Dounin
1
-3
/
+9
2023-03-10
Syslog: introduced error log handler.
Maxim Dounin
2
-9
/
+41
2023-03-10
Syslog: removed usage of ngx_cycle->log and ngx_cycle->hostname.
Maxim Dounin
2
-18
/
+24
2023-03-10
HTTP/2: finalize request as bad if header validation fails.
Maxim Dounin
1
-8
/
+1
2023-03-10
HTTP/2: socket leak with "return 444" in error_page (ticket #2455).
Maxim Dounin
1
-0
/
+4
2023-03-08
SSL: logging levels of errors observed with BoringSSL.
Maxim Dounin
1
-0
/
+21
2023-03-08
SSL: logging levels of errors observed with tlsfuzzer and LibreSSL.
Maxim Dounin
1
-0
/
+7
2023-03-08
SSL: logging levels of various errors reported with tlsfuzzer.
Maxim Dounin
1
-0
/
+41
2023-03-08
SSL: switched to detect log level based on the last error.
Maxim Dounin
1
-1
/
+1
2023-02-23
Core: stricter UTF-8 handling in ngx_utf8_decode().
Yugo Horie
1
-1
/
+6
2023-02-23
Win32: non-ASCII names in ngx_fs_bsize(), ngx_fs_available().
Maxim Dounin
1
-4
/
+42
2023-02-23
Win32: removed attempt to use a drive letter in ngx_fs_bsize().
Maxim Dounin
1
-6
/
+0
2023-02-23
Win32: non-ASCII names support in ngx_open_tempfile().
Maxim Dounin
2
-10
/
+37
2023-02-23
Win32: non-ASCII names support in ngx_rename_file().
Maxim Dounin
2
-1
/
+56
2023-02-23
Win32: non-ASCII names support in ngx_delete_file().
Maxim Dounin
2
-1
/
+37
2023-02-23
Win32: reworked ngx_win32_rename_file() to use nginx wrappers.
Maxim Dounin
1
-3
/
+3
2023-02-23
Win32: reworked ngx_win32_rename_file() to check errors.
Maxim Dounin
1
-2
/
+10
2023-02-23
Win32: non-ASCII directory names support in ngx_delete_dir().
Maxim Dounin
2
-1
/
+37
2023-02-23
Win32: non-ASCII directory names support in ngx_create_dir().
Maxim Dounin
2
-10
/
+72
2023-02-23
Win32: non-ASCII directory names support in ngx_getcwd().
Maxim Dounin
2
-1
/
+39
2023-02-23
Win32: non-ASCII names support in "include" with wildcards.
Maxim Dounin
2
-34
/
+64
2023-02-23
Win32: non-ASCII names support in autoindex (ticket #458).
Maxim Dounin
2
-21
/
+244
2023-02-02
Lingering close for connections with pipelined requests.
Maxim Dounin
2
-1
/
+4
2023-01-28
Fixed "zero size buf" alerts with subrequests.
Maxim Dounin
6
-12
/
+6
2023-01-28
Style.
Maxim Dounin
4
-7
/
+7
2023-01-28
Added warning about redefinition of listen socket protocol options.
Maxim Dounin
2
-1
/
+66
2023-01-26
Fixed handling of very long locations (ticket #2435).
Maxim Dounin
2
-2
/
+2
2023-01-24
Gzip static: ranges support (ticket #2349).
Maxim Dounin
1
-0
/
+2
2022-12-21
Updated link to OpenVZ suspend/resume bug.
Maxim Dounin
1
-1
/
+1
2022-12-18
Fixed port ranges support in the listen directive.
Valentin Bartenev
3
-3
/
+3
2022-12-16
Style.
BullerDu
3
-4
/
+4
2022-12-16
Version bump.
Sergey Kandaurov
1
-2
/
+2
2022-12-01
Win32: event flags handling edge cases in ngx_wsarecv().
Maxim Dounin
2
-0
/
+4
2022-12-01
SSL: fixed ngx_ssl_recv() to reset c->read->ready after errors.
Maxim Dounin
2
-3
/
+7
2022-11-30
Removed casts from ngx_memcmp() macro.
Maxim Dounin
1
-1
/
+1
2022-11-30
Fixed alignment of ngx_memmove()/ngx_movemem() macro definitions.
Maxim Dounin
1
-2
/
+2
2022-11-24
SSL: fixed debug logging of SSL_sendfile() return value.
Sergey Kandaurov
1
-1
/
+1
2022-11-23
Fixed segfault when switching off master process during upgrade.
Maxim Dounin
2
-11
/
+3
2022-11-23
Disabled cloning of sockets without master process (ticket #2403).
Maxim Dounin
1
-1
/
+4
2022-11-23
Filtering duplicate addresses in listen (ticket #2400).
Maxim Dounin
3
-26
/
+85
2022-11-18
Process events posted by ngx_close_idle_connections() immediately.
Roman Arutyunyan
2
-0
/
+2
2022-11-21
SSI: handling of subrequests from other modules (ticket #1263).
Ciel Zhao
2
-1
/
+29
2022-11-08
Fixed PROXY protocol to use ngx_memcpy()/ngx_memcmp().
Maxim Dounin
1
-5
/
+5
2022-11-08
Added logging to PROXY protocol write buffer check.
Maxim Dounin
1
-0
/
+2
2022-11-02
Increased maximum read PROXY protocol header size.
Roman Arutyunyan
4
-8
/
+11
2022-11-03
Version bump.
Roman Arutyunyan
1
-2
/
+2
2022-10-19
Mp4: disabled duplicate atoms.
Roman Arutyunyan
1
-0
/
+147
2022-10-17
SSL: improved validation of ssl_session_cache and ssl_ocsp_cache.
Sergey Kandaurov
3
-4
/
+4
[next]