nginx/src
Maxim Dounin 5a19c034f3 Fixed NGX_TID_T_FMT format specification for uint64_t.
Previously, "%uA" was used, which corresponds to ngx_atomic_uint_t.
Size of ngx_atomic_uint_t can be easily different from uint64_t,
leading to undefined results.
2018-07-22 04:03:40 +03:00
..
core Events: moved sockets cloning to ngx_event_init_conf(). 2018-07-12 19:50:02 +03:00
event SSL: save sessions for upstream peers using a callback function. 2018-07-17 12:53:23 +03:00
http Fixed invalid access to location defined as an empty string. 2018-07-17 15:30:43 +03:00
mail SSL: deprecated the "ssl" directive. 2018-04-25 14:57:24 +03:00
misc Style: aligned ngx_null_command. 2017-07-12 11:34:04 +03:00
os Fixed NGX_TID_T_FMT format specification for uint64_t. 2018-07-22 04:03:40 +03:00
stream Stream ssl_preread: added SSLv2 Client Hello support. 2018-07-18 18:51:25 +03:00