Tree @release-1.8.1 (Download .tar.gz)
History of src / os @release-1.8.1
- 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
- Moved writev() handling code to a separate function. Valentin Bartenev 7 years ago
- Merged conditions in the ngx_*_sendfile_chain() functions. Valentin Bartenev 7 years ago
- Moved the code for coalescing file buffers to a separate function. Valentin Bartenev 7 years ago
- Refactored ngx_solaris_sendfilev_chain(). Valentin Bartenev 7 years ago
- Introduced the ngx_output_chain_to_iovec() function. Valentin Bartenev 7 years ago
- Renamed ngx_handle_sent_chain() to ngx_chain_update_sent(). Valentin Bartenev 7 years ago
- Events: introduced cancelable timers. Valentin Bartenev 7 years ago
- Events: removed broken thread support from event timers. Valentin Bartenev 7 years ago
- Win32: made build-able with MinGW-w64 gcc. Kouhei Sutou 7 years ago
- Core: added limit to recv_chain(). Roman Arutyunyan 7 years ago
- Style. Maxim Dounin 7 years ago
- Win32: suppressed warnings by "-Werror=sign-compare". Kouhei Sutou 7 years ago
- Fixed counting of sent bytes in the send chain functions on EINTR. Valentin Bartenev 7 years ago