Tree @release-1.11.7 (Download .tar.gz)
History of src / os @release-1.11.7
- Cache: cache manager limits. Dmitry Volyntsev 5 years ago
- Stream: filters. Roman Arutyunyan 5 years ago
- Always seed PRNG with PID, seconds, and milliseconds. Ruslan Ermilov 5 years ago
- Fixed undefined behavior when left shifting signed integer. Ruslan Ermilov 5 years ago
- Win32: added per-thread random seeding. Ruslan Ermilov 5 years ago
- Fixed spelling. Otto Kekäläinen 6 years ago
- Core: skip special buffers on writing (ticket #981). Maxim Dounin 6 years ago
- Improved EPOLLRDHUP handling. Valentin Bartenev 6 years ago
- 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