Tree @release-1.1.15 (Download .tar.gz)
History of src / os @release-1.1.15
- 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
- elimination of reading cache files by cache loader Igor Sysoev 10 years ago
- "$apr1", "{PLAIN}", and "{SSHA}" password methods in auth basic module Igor Sysoev 11 years ago
- use POSIX semaphores in shmtx instead of sched_yield() Igor Sysoev 11 years ago
- revert r3864, it may cause kernel panic on some kernels while working with IPv6 Igor Sysoev 11 years ago
- Use more precise stat.st_blocks to account cache size on Unix Igor Sysoev 11 years ago
- use backlog -1 on Linux Igor Sysoev 11 years ago