summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2010-05-24remove r->zero_in_uriIgor Sysoev13-78/+17
2010-05-24proxy_no_cache and fastcgi_no_cacheIgor Sysoev6-0/+101
2010-05-24fix delay in limit_reqIgor Sysoev1-1/+2
2010-05-23autodetect redirect if URI is rewritten to a string starting with $schemeIgor Sysoev1-7/+4
2010-05-20delete warnings of proxy_upstream_max_fails, proxy_upstream_fail_timeout,Igor Sysoev3-135/+0
fastcgi_upstream_max_fails, fastcgi_upstream_fail_timeout, memcached_upstream_max_fails, and memcached_upstream_fail_timeout directives obsolete since 0.5.0 version
2010-05-18allow to use $uid_got in SSI and perl moduleIgor Sysoev1-1/+1
2010-05-18bump versionIgor Sysoev2-3/+3
2010-05-14fix SSI include stub for valid empty responsesIgor Sysoev1-1/+3
2010-05-14do not cache response if it has "no-store" or "private"Igor Sysoev1-4/+6
in "Cache-Control" header
2010-05-14ngx_str_set() and ngx_str_null()Igor Sysoev37-278/+133
2010-05-14use ngx_min() and ngx_max()Igor Sysoev4-14/+6
2010-05-14fix segfault: ngx_http_upstream_cleanup() cleans r->cleanup,Igor Sysoev1-2/+0
the bug had been introduced in r3419
2010-05-14ngx_http_split_clients_moduleIgor Sysoev1-0/+237
2010-05-14ngx_atofp()Igor Sysoev2-0/+51
2010-05-13allow hash key values more than 255 bytes, it does not actually increase meanIgor Sysoev2-11/+3
hash element size, because due to aligning a byte after key is not used anyway in 3/4 cases on 32-bit platforms and in 7/8 cases on 64-bit platforms
2010-05-13style fix: remove blank lineIgor Sysoev1-1/+0
2010-05-12style fix: remove blank lineIgor Sysoev1-1/+0
2010-05-12fix rounding issues in %f formatIgor Sysoev1-1/+1
2010-05-12use double in %f format to allow %.15f precisionIgor Sysoev1-3/+3
2010-04-23Zimbra IMAP server may return only 4 bytes: "+ \r\n"Igor Sysoev1-1/+1
2010-04-23bump versionIgor Sysoev2-3/+3
2010-04-22use lstat() for WebDAV DELETE, COPY, and MOVE to handle symlinksIgor Sysoev3-7/+14
2010-04-22change processing variables accessed by SSI and perl module:Igor Sysoev4-15/+7
*) the indexed variables are always flushed *) never show warning for not found variables
2010-04-22make $arg_ variables non-cacheableIgor Sysoev1-0/+1
2010-04-21do not log misleading errno in "not a regular file" errorIgor Sysoev2-2/+2
2010-04-21use non-blocking open() not to hang on FIFO files, etc.Igor Sysoev3-1/+10
2010-04-21do not store an encoded variable value as a new cached variable valueIgor Sysoev1-11/+10
2010-04-06fix building without HTTP cache, the bug had been introduced in r3461Igor Sysoev1-3/+3
2010-04-02bump versionIgor Sysoev2-3/+3
2010-04-01MSVC8 compatibility with OpenSSL 1.0.0Igor Sysoev1-0/+3
2010-04-01revert partially r1555 and fix the error "memcached sent invalid trailer"Igor Sysoev1-3/+8
2010-04-01escape ampersand in argument while rewriteIgor Sysoev1-2/+2
2010-04-01chunked_transfer_encodingIgor Sysoev3-1/+21
2010-03-31do not add a port in redirect if we listen on unix domain socketIgor Sysoev1-0/+5
2010-03-30do not set file time in ngx_copy_file() if the time is -1,Igor Sysoev1-4/+6
this fixes an issue when file is moved across devices
2010-03-26fix commentsIgor Sysoev2-2/+2
2010-03-26use "rep; nop" instead of "pause" on Solaris/amd64Igor Sysoev1-1/+6
2010-03-26fix a comment and a style fixIgor Sysoev1-3/+1
2010-03-25reset a parsing state to parse correctly an upstream response,Igor Sysoev1-0/+2
if 400 or 414 response has been redirected to upstream
2010-03-25*) introduce ngx_time_sigsafe_update() to update the error log time onlyIgor Sysoev17-47/+95
*) change ngx_time_update() interface
2010-03-13*) use previously cached GMT offset value to update time from a signal handlerIgor Sysoev17-43/+62
*) change ngx_time_update() interface since there are no notification methods those return time
2010-03-12do not update time in the timer signal handler,Igor Sysoev6-7/+5
since localtime_r() is not Async-Signal-Safe function
2010-03-12use sys_errlist[] in signal handler insteadIgor Sysoev2-6/+19
of non Async-Signal-Safe strerror_r()
2010-03-10"proxy_redirect default" may not be used if a proxy_pass uses variablesIgor Sysoev1-0/+7
2010-03-10fix proxy_redirect name in error messageIgor Sysoev1-2/+2
2010-03-10fix segfault if there was non cached large FastCGI stderr output before header,Igor Sysoev1-1/+1
the bug had been introduced in r3461
2010-03-10bump versionIgor Sysoev2-3/+3
2010-03-03add OpenSSL_add_all_algorithms(), this fixes the errorIgor Sysoev2-0/+4
"ASN1_item_verify:unknown message digest algorithm" occurred if client certificate is signed using sha256WithRSAEncryption
2010-03-03make $request_method non-cacheableIgor Sysoev1-1/+2
2010-03-03remove code disabled since 0.1.29 versionIgor Sysoev1-4/+0