Tree @release-1.6.2 (Download .tar.gz)
History of src / os @release-1.6.2
- Win32: fixed cpu hog by cache manager on exit (ticket #514). Maxim Dounin 8 years ago
- Added #ifndef around NGX_HAVE_CASELESS_FILESYSTEM define. 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
- Use ngx_socket_errno where appropriate. Piotr Sikora 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
- Fixed handling of the ready flag with kqueue. Valentin Bartenev 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
- Disable symlinks: use O_PATH to open path components. Valentin Bartenev 8 years ago
- Added the NGX_EBADF define. Valentin Bartenev 8 years ago
- Autoindex: improved ngx_de_info() error handling. Sergey Kandaurov 8 years ago
- Format specifier fixes in error logging. Sergey Kandaurov 8 years ago
- Unbreak building on Linux without sendfile64() support. Valentin Bartenev 8 years ago
- Don't lose pointer to first nonempty buf in ngx_*_sendfile_chain(). Gleb Smirnoff 8 years ago
- On DragonFlyBSD, TCP_KEEPIDLE and TCP_KEEPINTVL are in msecs. Ruslan Ermilov 8 years ago
- Events: honor NGX_USE_GREEDY_EVENT when kqueue support is enabled. Valentin Bartenev 8 years ago
- Style. Maxim Dounin 8 years ago
- Make macros safe. Gleb Smirnoff 8 years ago
- Fixed build on Linux with x32 ABI. Maxim Dounin 9 years ago
- Core: support several "error_log" directives. Vladimir Homutov 9 years ago
- Valgrind: another complaint about uninitialized bytes. Tatsuhiko Kubo 9 years ago
- Valgrind: supressed complaints about uninitialized bytes. Maxim Dounin 9 years ago