Tree @release-1.3.4 (Download .tar.gz)
History of src / os @release-1.3.4
- 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
- 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
- Fixed unconditional MAX_PATH usage (ticket #22). Maxim Dounin 10 years ago
- Added explicit include of time.h. Maxim Dounin 10 years ago
- Win32: added missing call to srand(). Maxim Dounin 10 years ago
- worker_cpu_affinity: cleaned up Linux implementation, added FreeBSD support. Ruslan Ermilov 10 years ago
- Whitespace fixes. Maxim Dounin 10 years ago
- Added msleep() on reload to allow new processes to start. Maxim Dounin 10 years ago
- Fixed spelling in single-line comments. Ruslan Ermilov 10 years ago
- Workaround for fs_size on ZFS (ticket #46). Maxim Dounin 10 years ago
- Disable symlinks: use O_SEARCH|O_DIRECTORY to open path components. Valentin Bartenev 10 years ago
- Disable symlinks: added explicit cast of AT_FDCWD (ticket #111). Maxim Dounin 10 years ago
- Added openat()/fstatat(). Andrey Belov 10 years ago
- Added ngx_ncpu detection for most *nix platforms. Valentin Bartenev 10 years ago