Tree @release-1.5.7 (Download .tar.gz)
History of src / os @release-1.5.7
- 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 9 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
- Valgrind: sigaction() failure now ignored. Maxim Dounin 9 years ago
- Win32: added missing reset of wev->ready on WSAEWOULDBLOCK. Maxim Dounin 9 years ago
- Use "void" for functions with empty parameter list. Sergey Kandaurov 9 years ago
- Style: remove unnecessary references to HTTP from non-HTTP modules. Piotr Sikora 9 years ago
- Use NGX_FILE_ERROR for handling file operations errors. Valentin Bartenev 9 years ago
- Win32: disabled MSVC warning about '\0' not fitting into array. Valentin Bartenev 9 years ago
- Core: crypt_r() error handling fixed. Maxim Dounin 9 years ago
- Implemented IPv6 support for URLs specified using domain names. Ruslan Ermilov 9 years ago
- Core: removed GLOB_NOSORT glob option. Maxim Dounin 9 years ago