Tree @release-1.2.0 (Download .tar.gz)
History of src / os @release-1.2.0
- 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
- 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