Tree @release-1.1.17 (Download .tar.gz)
History of src / os @release-1.1.17
- 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
- In Mac OS X Lion, Apple deprecated the use of the system OpenSSL library Ruslan Ermilov 10 years ago
- Bugfix: open_file_cache lost is_directio flag. Maxim Dounin 10 years ago
- SIGWINCH/NOACCEPT signal is disabled now in non-daemon mode. Igor Sysoev 10 years ago
- Fix buffer overrun under Windows. Maxim Dounin 10 years ago
- Move SO_ACCEPTFILTER and TCP_DEFER_ACCEPT checks into configure. Maxim Dounin 10 years ago