Tree @release-1.4.5 (Download .tar.gz)
History of src / os @release-1.4.5
- Win32: plugged memory leak. Maxim Dounin 8 years ago
- Autoindex: improved ngx_de_info() error handling. Sergey Kandaurov 8 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
- Core: fixed ngx_write_chain_to_file() with IOV_MAX reached. Maxim Dounin 9 years ago
- Core: added debug logging of writev() in ngx_write_chain_to_file(). Maxim Dounin 9 years ago
- Fixed failure to start cache manager and cache loader processes Igor Sysoev 9 years ago
- Fixed setting of CPU affinity on respawn of dead worker processes. Ruslan Ermilov 9 years ago
- Removed conditional compilation from waitpid() error test. Maxim Dounin 9 years ago
- Correct plural form for "path" in the whole source base. Andrey Belov 9 years ago
- Added clearing of cpu_affinity after process spawn. Maxim Dounin 9 years ago
- Explicitly ignore returned value from unlink() in ngx_open_tempfile(). Andrey Belov 9 years ago
- Win32: fixed build with Visual Studio 2005 Express. Maxim Dounin 9 years ago
- Fixed compilation with -Wmissing-prototypes. Ruslan Ermilov 9 years ago
- Win32: fixed cpu hog after process startup failure. Maxim Dounin 9 years ago
- Made sure to initialize the entire "struct flock" allocated on stack. Ruslan Ermilov 10 years ago
- Style. Maxim Dounin 10 years ago
- Fixed return type of ngx_strerror_init(). Maxim Dounin 10 years ago
- Fixed "sendmsg() failed" alerts on HP-UX. Maxim Dounin 10 years ago
- Fixed segfault with poll and resolver used. Maxim Dounin 10 years ago
- Win32: disallowed access to various non-canonical name variants. Maxim Dounin 10 years ago
- Fixed compilation with -DNGX_DEBUG_MALLOC on FreeBSD 10. Maxim Dounin 10 years ago
- Accept moderation in case of EMFILE/ENFILE. Maxim Dounin 10 years ago
- Fixed ngx_readv_chain() to honor IOV_MAX (ticket #14). Maxim Dounin 10 years ago
- IOV_MAX handling microoptimization. Maxim Dounin 10 years ago
- Fixed loop in ngx_writev_chain() and ngx_solaris_sendfilev_chain(). Maxim Dounin 10 years ago
- Style: the function type should be on a line by itself Maxim Konovalov 10 years ago