nginx-quic/src/os/win32
Sergey Kandaurov cf616abc3b Merged with the default branch. 2023-03-29 11:14:25 +04:00
..
nginx.ico add 48x48 icon 2009-04-21 15:44:39 +00:00
nginx.rc Copyright updated. 2012-01-18 15:07:43 +00:00
nginx_icon16.xpm style fix: remove trailing spaces 2006-10-09 15:38:59 +00:00
nginx_icon32.xpm nginx-0.4.0-RELEASE import 2006-08-30 10:39:17 +00:00
nginx_icon48.xpm add 48x48 icon 2009-04-21 15:44:39 +00:00
ngx_alloc.c Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_alloc.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_atomic.h Style. 2016-03-30 11:52:16 +03:00
ngx_dlopen.c Dynamic modules: dlopen() support. 2016-02-04 18:30:21 +03:00
ngx_dlopen.h Dynamic modules: dlopen() support. 2016-02-04 18:30:21 +03:00
ngx_errno.c Win32: improved fallback on FormatMessage() errors. 2019-10-21 19:06:12 +03:00
ngx_errno.h Win32: replaced NGX_EXDEV with more appropriate error code. 2016-03-29 09:52:15 +03:00
ngx_event_log.c Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_files.c Win32: non-ASCII names in ngx_fs_bsize(), ngx_fs_available(). 2023-02-23 20:50:03 +03:00
ngx_files.h Win32: non-ASCII names support in ngx_open_tempfile(). 2023-02-23 20:49:57 +03:00
ngx_os.h Stream: filters. 2016-09-15 14:55:46 +03:00
ngx_process.c Removed redundant "u" format specifier. 2016-04-08 15:03:38 +03:00
ngx_process.h Fixed "changing binary" when reaper is not init. 2017-11-28 12:00:24 +03:00
ngx_process_cycle.c Process events posted by ngx_close_idle_connections() immediately. 2022-11-18 19:31:38 +04:00
ngx_process_cycle.h Introduced worker number, ngx_worker. 2015-05-20 15:51:21 +03:00
ngx_service.c Style: keep return type and function name on different lines. 2014-07-08 03:03:14 -07:00
ngx_shmem.c Win32: shared memory base addresses and remapping. 2015-04-27 18:25:42 +03:00
ngx_shmem.h Win32: shared memory base addresses and remapping. 2015-04-27 18:25:42 +03:00
ngx_socket.c Events: available bytes calculation via ioctl(FIONREAD). 2019-10-17 16:02:19 +03:00
ngx_socket.h Added shutdown macros for win32 required for QUIC. 2022-11-22 18:05:36 +04:00
ngx_stat.c Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_thread.c Removed "worker_threads" and "thread_stack_size" directives. 2015-03-26 14:15:17 +03:00
ngx_thread.h Removed "worker_threads" and "thread_stack_size" directives. 2015-03-26 14:15:17 +03:00
ngx_time.c Win32: fixed comment in ngx_gettimeofday() calculations. 2018-05-29 11:47:32 +03:00
ngx_time.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_udp_wsarecv.c Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_user.c Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_user.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_win32_config.h Win32: disabled C4306 warnings with MSVC. 2022-09-07 00:47:07 +03:00
ngx_win32_init.c Fixed format strings for ngx_win32_version. 2021-06-18 04:00:21 +03:00
ngx_wsarecv.c Win32: event flags handling edge cases in ngx_wsarecv(). 2022-12-01 04:22:36 +03:00
ngx_wsarecv_chain.c Win32: event flags handling edge cases in ngx_wsarecv(). 2022-12-01 04:22:36 +03:00
ngx_wsasend.c Win32: added missing reset of wev->ready on WSAEWOULDBLOCK. 2013-05-29 19:18:22 +04:00
ngx_wsasend_chain.c Win32: use only preallocated memory in send/recv chain functions. 2021-07-05 13:26:49 +03:00