Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-07-13allow underscore in request methodIgor Sysoev
2009-07-13handle Win32 ReadFile() EOF state in Unix wayIgor Sysoev
2009-07-09style fixIgor Sysoev
2009-07-09fix client write event handling in ngx_http_limit_req_moduleIgor Sysoev
2009-07-09fix ngx_http_send_special() for subrequests handled by perlIgor Sysoev
2009-07-09bump versionIgor Sysoev
2009-06-22fix building --without-http-cache, broken in r2953Igor Sysoev
2009-06-22bump versionIgor Sysoev
2009-06-18fix segfault if there is error_page 401, proxy_intercept_errors is onIgor Sysoev
and backend does not return "WWW-Authenticate" header
2009-06-18$upstream_cache_statusIgor Sysoev
2009-06-18ignore ngx_atomic_fetch_add() resultIgor Sysoev
this fixes building at least by gcc 4.2.1 on Mac OS X 10.6
2009-06-15fix building --without-http-cache, broken in r2930Igor Sysoev
2009-06-15bump versionIgor Sysoev
2009-06-13add response file uniq while loading cold cache on demandIgor Sysoev
2009-06-12initialize use_event field in open file cacheIgor Sysoev
the bug had been introduced in r2071
2009-06-11style fixIgor Sysoev
2009-06-10bump versionIgor Sysoev
2009-06-08inherit proxy_set_header, proxy_hide_header, and fastcgi_hide_headerIgor Sysoev
only if cache settings are similar
2009-06-07update r2925Igor Sysoev
2009-06-06proxy_cache_use_stale/fastcgi_cache_use_stale updatingIgor Sysoev
2009-06-06delete useless r->cache->usesIgor Sysoev
2009-06-06remove remnantsIgor Sysoev
2009-06-06win32 master process had aready closed listening socketsIgor Sysoev
2009-06-06a signaller process should stop configuration processing just afterIgor Sysoev
it is able to get pid file, this allows to not open log files, etc.
2009-06-06*) exit if no workers could not be startedIgor Sysoev
*) do not quit old workers if no new workers could not be started
2009-06-05fix debug loggingIgor Sysoev
2009-06-05do not test a pool block space if we can not allocated from the block 4 timesIgor Sysoev
2009-06-05change surplus for() to while()Igor Sysoev
2009-06-05test GIF87aIgor Sysoev
2009-06-03try to reuse last 4 free large allocation linksIgor Sysoev
this fixes a pool growing for multi-requests keepalive connections
2009-06-03bump versionIgor Sysoev
2009-06-02return NULL instead of NGX_CONF_ERROR on a create conf failureIgor Sysoev
2009-06-02fix return value on failureIgor Sysoev
2009-06-02leave chain in consistent state on errorsIgor Sysoev
2009-06-02test premature process terminationIgor Sysoev
2009-06-02log GetExitCodeProcess()'s errnoIgor Sysoev
2009-06-02limit_rate_afterIgor Sysoev
2009-06-02add drive letter for Win32 root pathIgor Sysoev
2009-06-02test that zone has the same addresses in different processesIgor Sysoev
2009-06-02*) fix memory leak in successful caseIgor Sysoev
*) log shared memory name in failure case
2009-05-30allow shared memory segments more than 4GIgor Sysoev
2009-05-29fix "out of memory" case handlingIgor Sysoev
2009-05-29fix logging in ngx_win32_rename_file()Igor Sysoev
2009-05-29add trailing zero to a file nameIgor Sysoev
2009-05-28fix XSLT filter in SSI subrequestsIgor Sysoev
2009-05-28Win32 returns ERROR_PATH_NOT_FOUND instead of ERROR_FILE_NOT_FOUNDIgor Sysoev
2009-05-28report about proxy/fastcgi_store and proxy/fastcgi_cache incompatibilityIgor Sysoev
2009-05-28style fixIgor Sysoev
2009-05-26do not set charset for subrequestsIgor Sysoev
2009-05-25fix the previous commitIgor Sysoev