nginx/src
Valentin Bartenev 1276d8483e Fixed type of sendfile() return value on Linux.
There was no real problem since the amount of bytes can be sent is limited by
NGX_SENDFILE_MAXSIZE to less than 2G.  But that can be changed in the future
2014-11-19 21:18:13 +03:00
..
core Renamed ngx_handle_sent_chain() to ngx_chain_update_sent(). 2014-11-19 21:16:19 +03:00
event SSL: logging level of "inappropriate fallback" (ticket #662). 2014-11-17 16:38:48 +03:00
http Proxy: renamed and rearranged fields in proxy configuration. 2014-11-19 17:33:24 +03:00
mail Mail: initialize the "signature" field of ngx_mail_session_t. 2014-09-01 17:50:59 +04:00
misc Style: fix typo. 2014-07-08 03:03:14 -07:00
mysql
os Fixed type of sendfile() return value on Linux. 2014-11-19 21:18:13 +03:00