nginx/src
Valentin Bartenev d143119e3c SPDY: fixed off_t/size_t type conversions on 32 bits platforms.
Parameters of ngx_http_spdy_filter_get_shadow() are changed from size_t to off_t
since the last call of the function may get size and offset from the rest of a
file buffer.  This fixes possible data loss rightfully complained by MSVC on 32
bits systems where off_t is 8 bytes long while size_t is only 4 bytes.

The other two type casts are needed just to suppress warnings about possible
data loss also complained by MSVC but false positive in these cases.
2014-01-15 13:23:31 +04:00
..
core SPDY: body filter was replaced by c->send_chain() function. 2014-01-14 16:24:45 +04:00
event SSL: ssl_buffer_size directive. 2013-12-20 16:18:25 +04:00
http SPDY: fixed off_t/size_t type conversions on 32 bits platforms. 2014-01-15 13:23:31 +04:00
mail SSL: ssl_session_tickets directive. 2014-01-10 16:12:40 +01:00
misc Fixed compilation with -Wmissing-prototypes. 2012-07-24 15:09:54 +00:00
mysql Copyright updated. 2012-01-18 15:07:43 +00:00
os Win32: support for UTF-16 surrogate pairs (ticket #457). 2014-01-04 03:32:15 +04:00