Tree @release-1.7.10 (Download .tar.gz)
History of src / os @release-1.7.10
- 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
- Removed duplicate initialization of the "rev" variable. Valentin Bartenev 7 years ago
- Generalized definitions of the number of preallocated iovec's. Valentin Bartenev 7 years ago
- Reduced difference between the send chain functions. Valentin Bartenev 7 years ago
- Merged implementations of ngx_readv_chain(). Valentin Bartenev 7 years ago
- Removed the "complete" variable from various send chain functions. Valentin Bartenev 7 years ago
- Moved the code for adjusting sent buffers in a separate function. Valentin Bartenev 7 years ago
- Fixed writev() debug log message in ngx_darwin_sendfile_chain(). Valentin Bartenev 7 years ago
- Added ngx_init_setproctitle() return code check. Maxim Dounin 7 years ago
- Events: removed broken thread support from posted events. Valentin Bartenev 7 years ago
- Core: exit on ngx_pnalloc() failure. Piotr Sikora 7 years ago
- Style: use ngx_free() instead of free(). Tatsuhiko Kubo 7 years ago
- Bigger iovec buffer in ngx_readv_chain(). Maxim Dounin 7 years ago
- Style: keep return type and function name on different lines. Piotr Sikora 8 years ago