The official NGINX Open Source repository.
Go to file
Maxim Dounin 25197b3229 Fixed possible use of old cached times if runtime went backwards.
If ngx_time_sigsafe_update() updated only ngx_cached_err_log_time, and
then clock was adjusted backwards, the cached_time[slot].sec might
accidentally match current seconds on next ngx_time_update() call,
resulting in various cached times not being updated.

Fix is to clear the cached_time[slot].sec to explicitly mark cached times
are stale and need updating.
2012-08-03 09:10:39 +00:00
auto Removed extraneous GCC warning flags. 2012-07-29 19:45:30 +00:00
conf Added the HTTPS fastcgi_param to fastcgi.conf. 2011-12-25 19:15:56 +00:00
contrib nginx-0.3.55-RELEASE import 2006-07-28 15:16:17 +00:00
docs Simplified makefile that builds CHANGES. 2012-07-31 21:49:23 +00:00
misc Removed the need in Perl to generate ZIP archive of nginx/Windows. 2012-08-02 14:58:36 +00:00
src Fixed possible use of old cached times if runtime went backwards. 2012-08-03 09:10:39 +00:00
.hgtags release-1.3.4 tag 2012-07-31 12:38:57 +00:00