Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-28Simplified and improved sendfile() code on Linux.Maxim Dounin
2016-03-31Fixed logging.Sergey Kandaurov
2016-03-18Fixed timeouts with threaded sendfile() and subrequests.Maxim Dounin
2016-03-15Truncation detection in sendfile() on Linux.Maxim Dounin
2016-03-14Fixed handling of EAGAIN with sendfile in threads.Valentin Bartenev
2016-03-03Fixed sendfile in threads (or with aio preload) and subrequests.Maxim Dounin
2015-03-14Added support for offloading Linux sendfile() in thread pools.Valentin Bartenev
2015-02-27Refactored ngx_linux_sendfile_chain() even more.Valentin Bartenev
2014-11-19Fixed type of sendfile() return value on Linux.Valentin Bartenev
2014-08-13Moved writev() handling code to a separate function.Valentin Bartenev
2014-08-13Merged conditions in the ngx_*_sendfile_chain() functions.Valentin Bartenev
2014-08-13Moved the code for coalescing file buffers to a separate function.Valentin Bartenev
2014-10-07Introduced the ngx_output_chain_to_iovec() function.Valentin Bartenev
2014-11-19Renamed ngx_handle_sent_chain() to ngx_chain_update_sent().Valentin Bartenev
2014-08-27Fixed counting of sent bytes in the send chain functions on EINTR.Valentin Bartenev
2014-08-13Generalized definitions of the number of preallocated iovec's.Valentin Bartenev
2014-08-13Removed the "complete" variable from various send chain functions.Valentin Bartenev
2014-08-13Moved the code for adjusting sent buffers in a separate function.Valentin Bartenev
2014-02-04Use ngx_socket_errno where appropriate.Piotr Sikora
2013-08-15Unbreak building on Linux without sendfile64() support.Valentin Bartenev
2013-08-08Don't lose pointer to first nonempty buf in ngx_*_sendfile_chain().Gleb Smirnoff
2013-05-22Style: remove unnecessary references to HTTP from non-HTTP modules.Piotr Sikora
2012-04-17IOV_MAX handling microoptimization.Maxim Dounin
2012-01-18Copyright updated.Maxim Konovalov
2009-08-30refactor EAGAIN/EINTR processingIgor Sysoev
2007-07-29make 64-bit ngx_int_t on 64-bit platformsIgor Sysoev
2007-05-07add debug logIgor Sysoev
2007-04-24fix sendfile on 64-bit Linux and limit_rate on all 64-bit platformsIgor Sysoev
2006-09-07workaround of 2G+ file bug in 64-bit Linux sendfile()Igor Sysoev
2006-01-11nginx-0.3.20-RELEASE importrelease-0.3.20Igor Sysoev
2005-12-16nginx-0.3.16-RELEASE importrelease-0.3.16Igor Sysoev
2005-12-05nginx-0.3.14-RELEASE importrelease-0.3.14Igor Sysoev
2005-11-15nginx-0.3.10-RELEASE importrelease-0.3.10Igor Sysoev
2005-03-19nginx-0.1.25-RELEASE importrelease-0.1.25Igor Sysoev
2005-02-16nginx-0.1.19-RELEASE importrelease-0.1.19Igor Sysoev
2005-01-25nginx-0.1.16-RELEASE importrelease-0.1.16Igor Sysoev
2005-01-18nginx-0.1.14-RELEASE importrelease-0.1.14Igor Sysoev
2004-12-21nginx-0.1.13-RELEASE importrelease-0.1.13Igor Sysoev
2004-12-02nginx-0.1.11-RELEASE importrelease-0.1.11Igor Sysoev
2004-11-25nginx-0.1.9-RELEASE importrelease-0.1.9Igor Sysoev
2004-11-11nginx-0.1.5-RELEASE importrelease-0.1.5Igor Sysoev
2004-10-21nginx-0.1.2-RELEASE importrelease-0.1.2Igor Sysoev
2004-09-29nginx-0.1.0-2004-09-29-20:00:49 import; remove years from copyrightIgor Sysoev
2004-09-28nginx-0.1.0-2004-09-28-12:34:51 import; set copyright and remove unused filesIgor Sysoev
2004-09-16nginx-0.0.11-2004-09-16-20:10:13 importIgor Sysoev
2004-07-28nginx-0.0.9-2004-07-28-20:16:50 importIgor Sysoev
2004-06-21nginx-0.0.7-2004-06-21-19:59:32 importIgor Sysoev
2004-06-01nginx-0.0.3-2004-06-01-10:04:46 importIgor Sysoev
2004-05-28nginx-0.0.3-2004-05-28-19:49:23 import; rename ngx_hunk_t to ngx_buf_tIgor Sysoev
2004-03-16nginx-0.0.2-2004-03-16-10:10:12 importIgor Sysoev