Tree @release-1.12.1 (Download .tar.gz)
- ..
- nginx.ico
- nginx.rc
- nginx_icon16.xpm
- nginx_icon32.xpm
- nginx_icon48.xpm
- ngx_alloc.c
- ngx_alloc.h
- ngx_atomic.h
- ngx_dlopen.c
- ngx_dlopen.h
- ngx_errno.c
- ngx_errno.h
- ngx_event_log.c
- ngx_files.c
- ngx_files.h
- ngx_os.h
- ngx_process.c
- ngx_process.h
- ngx_process_cycle.c
- ngx_process_cycle.h
- ngx_service.c
- ngx_shmem.c
- ngx_shmem.h
- ngx_socket.c
- ngx_socket.h
- ngx_stat.c
- ngx_thread.c
- ngx_thread.h
- ngx_time.c
- ngx_time.h
- ngx_udp_wsarecv.c
- ngx_user.c
- ngx_user.h
- ngx_win32_config.h
- ngx_win32_init.c
- ngx_wsarecv.c
- ngx_wsarecv_chain.c
- ngx_wsasend.c
- ngx_wsasend_chain.c
History of src / os / win32 @release-1.12.1
- Introduced worker_shutdown_timeout. Maxim Dounin 5 years ago
- Cancelable timers are now preserved if there are other timers. Maxim Dounin 5 years ago
- Win32: compatiblity with OpenSSL 1.1.0. Maxim Dounin 5 years ago
- Win32: support 64-bit compilation with MSVC. Maxim Dounin 5 years ago
- Win32: fixed some warnings reported by Borland C. Maxim Dounin 5 years ago
- Win32: minimized redefinition of ssize_t. Maxim Dounin 5 years ago
- Win32: minimized redefinition of intptr_t/uintptr_t. Maxim Dounin 5 years ago
- Win32: stdint.h used for MinGW GCC. Maxim Dounin 5 years ago
- Win32: fixed building with newer versions of MinGW GCC. Maxim Dounin 5 years ago
- Cache: cache manager limits. Dmitry Volyntsev 5 years ago
- Stream: filters. Roman Arutyunyan 5 years ago
- Always seed PRNG with PID, seconds, and milliseconds. Ruslan Ermilov 6 years ago
- Win32: added per-thread random seeding. Ruslan Ermilov 6 years ago
- Removed redundant "u" format specifier. Ruslan Ermilov 6 years ago
- Fixed spelling. Josh Soref 6 years ago
- Fixed ngx_os_signal_process() prototype. Ruslan Ermilov 6 years ago
- Fixed ngx_pid_t formatting in ngx_sprintf() and logging. Sergey Kandaurov 6 years ago
- Style. Ruslan Ermilov 6 years ago
- Win32: replaced NGX_EXDEV with more appropriate error code. Maxim Dounin 6 years ago
- Win32: additional error code NGX_EEXIST_FILE (ticket #910). Maxim Dounin 6 years ago
- Core: added support for more than 64 CPUs in worker_cpu_affinity. Vladimir Homutov 6 years ago
- Dynamic modules: dlopen() support. Maxim Dounin 6 years ago
- Dynamic modules: changed ngx_modules to cycle->modules. Maxim Dounin 6 years ago
- Win32: MSVC 2015 compatibility. Maxim Dounin 6 years ago
- Core: idle connections now closed only once on exiting. Valentin Bartenev 7 years ago
- Core: added support for writing to stdout. Vladimir Homutov 7 years ago
- Introduced worker number, ngx_worker. Maxim Dounin 7 years ago
- Win32: shared memory base addresses and remapping. Maxim Dounin 7 years ago
- Replaced the remaining NGX_OLD_THREADS check with NGX_WIN32. Ruslan Ermilov 7 years ago
- Removed "worker_threads" and "thread_stack_size" directives. Ruslan Ermilov 7 years ago