Tree @release-1.9.15 (Download .tar.gz)
History of src / os @release-1.9.15
- Removed redundant "u" format specifier. Ruslan Ermilov 6 years ago
- Simplified ngx_unix_recv() and ngx_readv_chain(). Ruslan Ermilov 6 years ago
- Merged implementations of ngx_unix_recv(). Valentin Bartenev 6 years ago
- Fixed small inconsistency in handling EOF among receive functions. Valentin Bartenev 6 years ago
- Merged implementations of ngx_udp_unix_recv(). Valentin Bartenev 6 years ago
- Fixed spelling. Josh Soref 6 years ago
- Fixed ngx_os_signal_process() prototype. Ruslan Ermilov 6 years ago
- Fixed ngx_pid_t formatting in ngx_sprintf() and logging. Sergey Kandaurov 6 years ago
- Fixed logging. Sergey Kandaurov 6 years ago
- Style. Ruslan Ermilov 6 years ago
- Win32: replaced NGX_EXDEV with more appropriate error code. Maxim Dounin 6 years ago
- Win32: additional error code NGX_EEXIST_FILE (ticket #910). Maxim Dounin 6 years ago
- Fixed --test-build-*. Ruslan Ermilov 6 years ago
- Threads: offloading of temp files writing to thread pools. Maxim Dounin 6 years ago
- Threads: task pointer stored in ngx_file_t. Maxim Dounin 6 years ago
- Fixed timeouts with threaded sendfile() and subrequests. Maxim Dounin 6 years ago
- Truncation detection in sendfilev() on Solaris. Maxim Dounin 6 years ago
- Truncation detection in sendfile() on Linux. Maxim Dounin 6 years ago
- Stream: UDP proxy. Roman Arutyunyan 6 years ago
- Fixed handling of EAGAIN with sendfile in threads. Valentin Bartenev 6 years ago
- Fixed sendfile in threads (or with aio preload) and subrequests. Maxim Dounin 6 years ago
- Introduced the ngx_chain_to_iovec() function. Valentin Bartenev 6 years ago
- Core: added support for more than 64 CPUs in worker_cpu_affinity. Vladimir Homutov 6 years ago
- Dynamic modules: dlopen() support. Maxim Dounin 6 years ago
- Dynamic modules: changed ngx_modules to cycle->modules. Maxim Dounin 6 years ago
- 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