Tree @release-1.9.4 (Download .tar.gz)
History of src / os @release-1.9.4
- 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
- Core: expose maximum values of time_t and ngx_int_t. Ruslan Ermilov 7 years ago
- Refactored ngx_linux_sendfile_chain() even more. Valentin Bartenev 7 years ago
- Refactored sendfile() AIO preload. Valentin Bartenev 7 years ago
- Fixed sendfile() trailers on OS X (8e903522c17a, 1.7.8). Maxim Dounin 7 years ago
- Fixed building with musl libc (ticket #685). Maxim Dounin 7 years ago
- Style. Valentin Bartenev 7 years ago
- Fixed type of sendfile() return value on Linux. Valentin Bartenev 7 years ago