Tree @release-1.1.18 (Download .tar.gz)
History of src / os @release-1.1.18
- 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
- Fixed AIO error handling on FreeBSD. Maxim Dounin 10 years ago
- Copyright updated. Maxim Konovalov 10 years ago
- Fixed sched_setaffinity(2) to correctly pass size. Maxim Dounin 10 years ago
- Microoptimization of sendfile(2) usage under FreeBSD. Maxim Dounin 10 years ago
- Added (void) as we intentionally ignore returned values. Maxim Dounin 10 years ago
- Unlock of shared memory zones on process crash. Maxim Dounin 10 years ago
- Added shmtx interface to forcibly unlock mutexes. Maxim Dounin 10 years ago
- FreeBSD 10-current has recently gotten POSIX_FADV_* macros. Maxim Konovalov 10 years ago
- Introduction of simple ngx_write_stderr() instead of ngx_log_stderr() Igor Sysoev 10 years ago
- Fixed range checking for the "somaxconn" sysctl. Ruslan Ermilov 10 years ago
- malloc() debugging on MacOSX. Igor Sysoev 10 years ago
- Fixed another return in unix ngx_write_chain_to_file(). Maxim Dounin 10 years ago
- Fixed unix ngx_write_chain_to_file() to return total bytes written. Maxim Dounin 10 years ago
- Fixing conflict with SDK off_t definition. Igor Sysoev 10 years ago
- Recent SDKs allow to build IPV6 only for Windows XP or above. Igor Sysoev 10 years ago
- Replaced "can not" with "cannot" and "could not" in a bunch of places. Ruslan Ermilov 10 years ago
- Fixing Linux AIO syscalls return value handling: Igor Sysoev 10 years ago