Tree @release-1.6.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_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.6.1
- Win32: fixed cpu hog by cache manager on exit (ticket #514). Maxim Dounin 8 years ago
- Added connection serial number in logging of left open sockets. Sergey Kandaurov 8 years ago
- Win32: MSVC 2013 compatibility. Maxim Dounin 8 years ago
- Core: handle getsockopt(TCP_FASTOPEN) failures. Piotr Sikora 8 years ago
- Win32: support for UTF-16 surrogate pairs (ticket #457). Maxim Dounin 8 years ago
- Added per-process random seeding (ticket #456). Maxim Dounin 8 years ago
- Win32: fixed init_process without master process (ticket #453). Maxim Dounin 8 years ago
- Win32: plugged memory leak. Maxim Dounin 8 years ago
- Core: handling of getsockopt(TCP_DEFER_ACCEPT) failures. Maxim Dounin 8 years ago
- Added ngx_filename_cmp() with "/" sorted to the left. Maxim Dounin 8 years ago
- Win32: MinGW GCC compatibility. Maxim Dounin 8 years ago
- Win32: Borland C compatibility fixes. Maxim Dounin 8 years ago
- Win32: Open Watcom C compatibility fixes. Maxim Dounin 8 years ago
- Added the NGX_EBADF define. Valentin Bartenev 8 years ago
- Autoindex: improved ngx_de_info() error handling. Sergey Kandaurov 9 years ago
- Make macros safe. Gleb Smirnoff 9 years ago
- Win32: added missing reset of wev->ready on WSAEWOULDBLOCK. Maxim Dounin 9 years ago
- Win32: disabled MSVC warning about '\0' not fitting into array. Valentin Bartenev 9 years ago
- Implemented IPv6 support for URLs specified using domain names. Ruslan Ermilov 9 years ago
- Correct plural form for "path" in the whole source base. Andrey Belov 9 years ago
- Win32: fixed build with Visual Studio 2005 Express. Maxim Dounin 10 years ago
- Win32: fixed cpu hog after process startup failure. Maxim Dounin 10 years ago
- Style. Maxim Dounin 10 years ago
- Fixed return type of ngx_strerror_init(). Maxim Dounin 10 years ago
- Win32: disallowed access to various non-canonical name variants. Maxim Dounin 10 years ago
- Accept moderation in case of EMFILE/ENFILE. Maxim Dounin 10 years ago
- Fixed spelling in multiline C comments. Ruslan Ermilov 10 years ago
- Win32: improved ngx_mutex_init() stub (ticket #138). Maxim Dounin 10 years ago
- Win32: fixed memory allocation for shmem name (ticket #134). Maxim Dounin 10 years ago
- Fixed win32 build after realpath changes in r4559. Maxim Dounin 10 years ago