An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html
Go to file
Igor Sysoev 406a68003c several changes in cache cleanup handling:
*) now ngx_http_file_cache_cleanup() uses ngx_http_file_cache_free()
*) ngx_http_file_cache_free() interface has been changed to accept r->cache
   ngx_http_file_cache_cleanup() must use r->cache, but not r, because
   there can be several r->cache's during request processing, r->cache may
   be NULL at request finalising, etc.
*) test if updating request does not complete correctly
2010-07-28 15:49:34 +00:00
auto stop ./configure on Win32 if no library sources was specified, 2010-07-08 15:57:36 +00:00
conf ngx_http_scgi_module 2010-06-18 15:51:14 +00:00
contrib nginx-0.3.55-RELEASE import 2006-07-28 15:16:17 +00:00
docs nginx-0.8.46-RELEASE 2010-07-19 11:31:30 +00:00
misc build nginx/Windows against OpenSSL-0.9.8n, since nginx-0.8.35 2010-04-21 15:09:17 +00:00
src several changes in cache cleanup handling: 2010-07-28 15:49:34 +00:00
.hgtags release-0.8.46 tag 2010-07-19 11:31:31 +00:00