Tree @release-1.9.13 (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.9.13
- 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 6 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
- Removed unused thread-local-storage code. Ruslan Ermilov 7 years ago
- Removed ngx_threaded and related code. Ruslan Ermilov 7 years ago
- Removed stub implementation of win32 mutexes. Ruslan Ermilov 7 years ago
- Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation. Ruslan Ermilov 7 years ago
- Core: expose maximum values of time_t and ngx_int_t. Ruslan Ermilov 7 years ago
- Renamed ngx_handle_sent_chain() to ngx_chain_update_sent(). Valentin Bartenev 7 years ago
- Events: introduced cancelable timers. Valentin Bartenev 7 years ago
- Win32: made build-able with MinGW-w64 gcc. Kouhei Sutou 7 years ago
- Core: added limit to recv_chain(). Roman Arutyunyan 7 years ago
- Style. Maxim Dounin 7 years ago
- Win32: suppressed warnings by "-Werror=sign-compare". Kouhei Sutou 7 years ago
- Reduced difference between the send chain functions. Valentin Bartenev 7 years ago
- Removed the "complete" variable from various send chain functions. Valentin Bartenev 7 years ago
- Moved the code for adjusting sent buffers in a separate function. Valentin Bartenev 7 years ago
- Style: use ngx_free() instead of free(). Tatsuhiko Kubo 8 years ago
- Style: keep return type and function name on different lines. Piotr Sikora 8 years ago
- Style: add whitespace between control statement and parentheses. Piotr Sikora 8 years ago
- Win32: ngx_open_dir() and ngx_close_dir() fixes. Maxim Dounin 8 years ago