Tree @release-1.9.9 (Download .tar.gz)
History of src / os @release-1.9.9
- Core: fix typo in error message. Piotr Sikora 6 years ago
- Used the pwritev() syscall for writing files where possible. Valentin Bartenev 6 years ago
- Moved file writev() handling code to a separate function. Valentin Bartenev 6 years ago
- Handled EINTR from write() and pwrite() syscalls. Valentin Bartenev 6 years ago
- Adjusted file->sys_offset after the write() syscall. Valentin Bartenev 6 years ago
- Fixed building --with-debug, broken by 6fce16b1fc10. Valentin Bartenev 6 years ago
- Writing to some file systems can be interrupted. Valentin Bartenev 6 years ago
- Win32: MSVC 2015 compatibility. Maxim Dounin 6 years ago
- Core: idle connections now closed only once on exiting. Valentin Bartenev 6 years ago
- Core: added support for writing to stdout. Vladimir Homutov 7 years ago
- Configure: GNU Hurd properly recognized. Maxim Dounin 7 years ago
- Introduced worker number, ngx_worker. Maxim Dounin 7 years ago
- Win32: shared memory base addresses and remapping. Maxim Dounin 7 years ago
- Removed the "worker_rlimit_sigpending" directive. Ruslan Ermilov 7 years ago
- Removed the obsolete rtsig module. Ruslan Ermilov 7 years ago
- Removed the obsolete aio module. Ruslan Ermilov 7 years ago
- Replaced the remaining NGX_OLD_THREADS check with NGX_WIN32. Ruslan Ermilov 7 years ago
- Removed "worker_threads" and "thread_stack_size" directives. Ruslan Ermilov 7 years ago
- Removed unused thread-local-storage code. Ruslan Ermilov 7 years ago
- Removed ngx_threaded and related code. Ruslan Ermilov 7 years ago
- Used the correct type for the AIO preload handler return value. Valentin Bartenev 7 years ago
- Removed stub implementation of win32 mutexes. Ruslan Ermilov 7 years ago
- Removed busy locks. Ruslan Ermilov 7 years ago
- Removed unix ngx_threaded and related ngx_process_changes. Ruslan Ermilov 7 years ago
- Removed old pthread implementation. Ruslan Ermilov 7 years ago
- Removed old FreeBSD rfork() thread implementation. Ruslan Ermilov 7 years ago
- Added support for offloading Linux sendfile() in thread pools. Valentin Bartenev 7 years ago
- Added support for offloading read() in thread pools. Valentin Bartenev 7 years ago
- Thread pools implementation. Valentin Bartenev 7 years ago
- Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation. Ruslan Ermilov 7 years ago