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
/
os
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
2022-12-16
Style.
BullerDu
1
-1
/
+1
2022-12-01
Win32: event flags handling edge cases in ngx_wsarecv().
Maxim Dounin
2
-0
/
+4
2022-11-23
Fixed segfault when switching off master process during upgrade.
Maxim Dounin
1
-10
/
+0
2022-11-18
Process events posted by ngx_close_idle_connections() immediately.
Roman Arutyunyan
2
-0
/
+2
2022-09-07
Win32: disabled C4306 warnings with MSVC.
Maxim Dounin
1
-0
/
+3
2022-09-07
Win32: removed misleading comment about warnings being disabled.
Maxim Dounin
1
-2
/
+0
2022-07-15
Events: fixed EPOLLRDHUP with FIONREAD (ticket #2367).
Maxim Dounin
1
-0
/
+2
2022-05-30
Fixed runtime handling of systems without EPOLLRDHUP support.
Marcus Ball
2
-2
/
+6
2022-01-26
Core: added autotest for UDP segmentation offloading.
Vladimir Homutov
1
-0
/
+4
2022-01-25
Core: added function for local source address cmsg.
Vladimir Homutov
1
-0
/
+65
2022-01-25
Core: made the ngx_sendmsg() function non-static.
Vladimir Homutov
1
-70
/
+95
2021-12-27
Support for sendfile(SF_NOCACHE).
Maxim Dounin
1
-0
/
+6
2021-12-27
Simplified sendfile(SF_NODISKIO) usage.
Maxim Dounin
1
-46
/
+28
2021-11-25
HTTP/2: fixed "task already active" with sendfile in threads.
Maxim Dounin
2
-22
/
+0
2021-10-29
Fixed sendfile() limit handling on Linux.
Maxim Dounin
1
-1
/
+3
2021-08-30
Give GCC atomics precedence over deprecated Darwin atomic(3).
Sergey Kandaurov
1
-33
/
+33
2021-07-05
Win32: use only preallocated memory in send/recv chain functions.
Ruslan Ermilov
2
-12
/
+20
2021-07-05
Use only preallocated memory in ngx_readv_chain() (ticket #1408).
Ruslan Ermilov
1
-1
/
+1
2021-06-18
Fixed format strings for ngx_win32_version.
Maxim Dounin
1
-3
/
+3
2021-04-22
Restored zeroing of ngx_channel_t in ngx_pass_open_channel().
Ruslan Ermilov
1
-0
/
+2
2021-03-11
Removed "ch" argument from ngx_pass_open_channel().
Ruslan Ermilov
1
-39
/
+18
2021-03-01
Introduced strerrordesc_np() support.
Maxim Dounin
1
-1
/
+45
2021-03-01
Improved maximum errno detection.
Maxim Dounin
1
-6
/
+85
2020-06-22
Cache: introduced min_free cache clearing.
Maxim Dounin
4
-0
/
+48
2020-06-22
Too large st_blocks values are now ignored (ticket #157).
Maxim Dounin
1
-1
/
+4
2020-06-22
Large block sizes on Linux are now ignored (ticket #1168).
Maxim Dounin
1
-0
/
+12
2020-06-08
Stream: fixed processing of zero length UDP packets (ticket #1982).
Vladimir Homutov
1
-0
/
+7
2020-06-01
Fixed SIGQUIT not removing listening UNIX sockets (closes #753).
Ruslan Ermilov
1
-12
/
+2
2019-10-21
Win32: silenced -Wcast-function-type GCC warning (ticket #1865).
Maxim Dounin
1
-1
/
+1
2019-10-21
Win32: improved fallback on FormatMessage() errors.
Maxim Dounin
1
-1
/
+1
2019-10-17
Events: available bytes calculation via ioctl(FIONREAD).
Maxim Dounin
8
-2
/
+173
2019-01-28
Fixed portability issues with union sigval.
Sergey Kandaurov
2
-1
/
+7
2019-01-24
Win32: added WSAPoll() support.
Maxim Dounin
2
-0
/
+75
2018-12-24
Win32: removed NGX_DIR_MASK concept.
Maxim Dounin
3
-9
/
+18
2018-07-22
Fixed NGX_TID_T_FMT format specification for uint64_t.
Maxim Dounin
1
-2
/
+2
2018-05-29
Win32: fixed comment in ngx_gettimeofday() calculations.
Ruslan Ermilov
1
-1
/
+1
2018-05-23
Removed glibc crypt_r() bug workaround (ticket #1469).
Maxim Dounin
1
-4
/
+0
2018-03-19
Fixed checking ngx_tcp_push() and ngx_tcp_nopush() return values.
Ruslan Ermilov
2
-2
/
+2
[next]