nginx/src
Maxim Dounin 9e0d1236f1 Dav: changed ngx_copy_file() to preserve access and mtime.
This fixes wrong permissions and file time after cross-device MOVE
in the DAV module (ticket #1577).  Broken in 8101d9101ed8 (0.8.9) when
cross-device copying was introduced in ngx_ext_rename_file().

With this change, ngx_copy_file() always calls ngx_set_file_time(),
either with the time provided, or with the time from the original file.
This is considered acceptable given that copying the file is costly anyway,
and optimizing cases when we do not need to preserve time will require
interface changes.
2018-08-01 02:12:11 +03:00
..
core Dav: changed ngx_copy_file() to preserve access and mtime. 2018-08-01 02:12:11 +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