summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2010-04-01MSVC8 compatibility with OpenSSL 1.0.0Igor Sysoev4-4/+7
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-01change ngx_http_ssi_filter and ngx_http_charset_filter orderIgor Sysoev1-7/+7
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-30fix typoIgor Sysoev1-1/+1
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-25zlib 1.2.4 compatibilityIgor Sysoev1-3/+3
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 Sysoev3-6/+29
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-03release-0.8.34 tagIgor Sysoev1-0/+1
2010-03-03nginx-0.8.34-RELEASErelease-0.8.34Igor Sysoev1-7/+120
2010-03-03add 7z MIME typeIgor Sysoev1-0/+1
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
2010-03-03use a right "Location" header name, however, it did not harm,Igor Sysoev1-2/+2
since ngx_http_variable_sent_location() never use key name field
2010-03-03fix cached FastCGI response with large stderr output before headerIgor Sysoev2-4/+56
2010-03-03allow HTTPS referersIgor Sysoev1-8/+17
2010-03-03compare long file names in case-insensitive mode,Igor Sysoev3-1/+5
the bug had been introduced in r3418
2010-03-02Set SSL session context for "ssl_session_cache none".Igor Sysoev1-2/+2
This fixes a bug when client certficate is used and nginx closes connection with the message: "SSL_GET_PREV_SESSION:session id context uninitialized".
2010-02-25fix a geo range if the range includes two or more /16 networksIgor Sysoev1-1/+1
and does not begin at /16 network boundary
2010-02-19decrease SSL handshake error level to infoIgor Sysoev1-0/+4
2010-02-19SSI %s timefmt has no timezone offsetIgor Sysoev1-2/+1
2010-02-19use content type of the parent request in SSI stub block outputIgor Sysoev1-3/+3
instead of default one
2010-02-18style fix: remove tabsIgor Sysoev1-5/+5
2010-02-15fix $upstream_http_ variable prefix lengthIgor Sysoev1-1/+1
2010-02-12delete surplus codeIgor Sysoev1-2/+0
2010-02-12const char *fmt in ngx_conf_log_error()Igor Sysoev2-2/+2
2010-02-12delete ngx_http_perl_cleanup_t unused since r909Igor Sysoev1-6/+0
2010-02-12fix request counter for $r->sleep(), the bug was introduced in r3050Igor Sysoev1-0/+1
2010-02-12bump versionIgor Sysoev2-3/+3
2010-02-01release-0.8.33 tagIgor Sysoev1-0/+1
2010-02-01nginx-0.8.33-RELEASErelease-0.8.33Igor Sysoev1-2/+79
2010-02-01do not disable keepalive after POST requests for MSIE 7+Igor Sysoev1-1/+1
2010-02-01disable keepalive for Safari:Igor Sysoev3-7/+21
https://bugs.webkit.org/show_bug.cgi?id=5760
2010-01-29delete u->cleanup mark, this fixes large values in $upstream_response_time,Igor Sysoev1-0/+2
the bug had been introduced in r3007
2010-01-28disable Win32 short file namesIgor Sysoev1-14/+50
2010-01-28skip URI trailing spaces under Win32Igor Sysoev1-2/+4