| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2010-04-22 | nginx-0.8.36-RELEASErelease-0.8.36 | Igor Sysoev | 1 | -1/+74 | |
| 2010-04-22 | use lstat() for WebDAV DELETE, COPY, and MOVE to handle symlinks | Igor Sysoev | 3 | -7/+14 | |
| 2010-04-22 | change processing variables accessed by SSI and perl module: | Igor Sysoev | 4 | -15/+7 | |
| *) the indexed variables are always flushed *) never show warning for not found variables | |||||
| 2010-04-22 | make $arg_ variables non-cacheable | Igor Sysoev | 1 | -0/+1 | |
| 2010-04-21 | do not log misleading errno in "not a regular file" error | Igor Sysoev | 2 | -2/+2 | |
| 2010-04-21 | use non-blocking open() not to hang on FIFO files, etc. | Igor Sysoev | 3 | -1/+10 | |
| 2010-04-21 | build nginx/Windows against OpenSSL-0.9.8n, since nginx-0.8.35 | Igor Sysoev | 1 | -1/+1 | |
| built against OpenSSL-1.0.0 crashed on Windows XP somewhere in the NTDLL.DLL on the master process exit | |||||
| 2010-04-21 | do not store an encoded variable value as a new cached variable value | Igor Sysoev | 1 | -11/+10 | |
| 2010-04-06 | fix building without HTTP cache, the bug had been introduced in r3461 | Igor Sysoev | 1 | -3/+3 | |
| 2010-04-02 | copy OpenSSL-1.0.0 LICENSE for nginx/Windows zip | Igor Sysoev | 1 | -1/+1 | |
| 2010-04-02 | fix building OpenSSL-1.0.0 on 64-bit Linux: | Igor Sysoev | 1 | -1/+1 | |
| make installs the libraries in lib64 directory | |||||
| 2010-04-02 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2010-04-01 | release-0.8.35 tag | Igor Sysoev | 1 | -0/+1 | |
| 2010-04-01 | nginx-0.8.35-RELEASErelease-0.8.35 | Igor Sysoev | 1 | -3/+103 | |
| 2010-04-01 | MSVC8 compatibility with OpenSSL 1.0.0 | Igor Sysoev | 4 | -4/+7 | |
| 2010-04-01 | revert partially r1555 and fix the error "memcached sent invalid trailer" | Igor Sysoev | 1 | -3/+8 | |
| 2010-04-01 | escape ampersand in argument while rewrite | Igor Sysoev | 1 | -2/+2 | |
| 2010-04-01 | change ngx_http_ssi_filter and ngx_http_charset_filter order | Igor Sysoev | 1 | -7/+7 | |
| 2010-04-01 | chunked_transfer_encoding | Igor Sysoev | 3 | -1/+21 | |
| 2010-03-31 | do not add a port in redirect if we listen on unix domain socket | Igor Sysoev | 1 | -0/+5 | |
| 2010-03-30 | fix typo | Igor Sysoev | 1 | -1/+1 | |
| 2010-03-30 | do not set file time in ngx_copy_file() if the time is -1, | Igor Sysoev | 1 | -4/+6 | |
| this fixes an issue when file is moved across devices | |||||
| 2010-03-26 | fix comments | Igor Sysoev | 2 | -2/+2 | |
| 2010-03-26 | use "rep; nop" instead of "pause" on Solaris/amd64 | Igor Sysoev | 1 | -1/+6 | |
| 2010-03-26 | fix a comment and a style fix | Igor Sysoev | 1 | -3/+1 | |
| 2010-03-25 | reset a parsing state to parse correctly an upstream response, | Igor Sysoev | 1 | -0/+2 | |
| if 400 or 414 response has been redirected to upstream | |||||
| 2010-03-25 | zlib 1.2.4 compatibility | Igor Sysoev | 1 | -3/+3 | |
| 2010-03-25 | *) introduce ngx_time_sigsafe_update() to update the error log time only | Igor Sysoev | 17 | -47/+95 | |
| *) change ngx_time_update() interface | |||||
| 2010-03-13 | *) use previously cached GMT offset value to update time from a signal handler | Igor Sysoev | 17 | -43/+62 | |
| *) change ngx_time_update() interface since there are no notification methods those return time | |||||
| 2010-03-12 | do not update time in the timer signal handler, | Igor Sysoev | 6 | -7/+5 | |
| since localtime_r() is not Async-Signal-Safe function | |||||
| 2010-03-12 | use sys_errlist[] in signal handler instead | Igor Sysoev | 3 | -6/+29 | |
| of non Async-Signal-Safe strerror_r() | |||||
| 2010-03-10 | "proxy_redirect default" may not be used if a proxy_pass uses variables | Igor Sysoev | 1 | -0/+7 | |
| 2010-03-10 | fix proxy_redirect name in error message | Igor Sysoev | 1 | -2/+2 | |
| 2010-03-10 | fix segfault if there was non cached large FastCGI stderr output before header, | Igor Sysoev | 1 | -1/+1 | |
| the bug had been introduced in r3461 | |||||
| 2010-03-10 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2010-03-03 | release-0.8.34 tag | Igor Sysoev | 1 | -0/+1 | |
| 2010-03-03 | nginx-0.8.34-RELEASErelease-0.8.34 | Igor Sysoev | 1 | -7/+120 | |
| 2010-03-03 | add 7z MIME type | Igor Sysoev | 1 | -0/+1 | |
| 2010-03-03 | add OpenSSL_add_all_algorithms(), this fixes the error | Igor Sysoev | 2 | -0/+4 | |
| "ASN1_item_verify:unknown message digest algorithm" occurred if client certificate is signed using sha256WithRSAEncryption | |||||
| 2010-03-03 | make $request_method non-cacheable | Igor Sysoev | 1 | -1/+2 | |
| 2010-03-03 | remove code disabled since 0.1.29 version | Igor Sysoev | 1 | -4/+0 | |
| 2010-03-03 | use a right "Location" header name, however, it did not harm, | Igor Sysoev | 1 | -2/+2 | |
| since ngx_http_variable_sent_location() never use key name field | |||||
| 2010-03-03 | fix cached FastCGI response with large stderr output before header | Igor Sysoev | 2 | -4/+56 | |
| 2010-03-03 | allow HTTPS referers | Igor Sysoev | 1 | -8/+17 | |
| 2010-03-03 | compare long file names in case-insensitive mode, | Igor Sysoev | 3 | -1/+5 | |
| the bug had been introduced in r3418 | |||||
| 2010-03-02 | Set SSL session context for "ssl_session_cache none". | Igor Sysoev | 1 | -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-25 | fix a geo range if the range includes two or more /16 networks | Igor Sysoev | 1 | -1/+1 | |
| and does not begin at /16 network boundary | |||||
| 2010-02-19 | decrease SSL handshake error level to info | Igor Sysoev | 1 | -0/+4 | |
| 2010-02-19 | SSI %s timefmt has no timezone offset | Igor Sysoev | 1 | -2/+1 | |
| 2010-02-19 | use content type of the parent request in SSI stub block output | Igor Sysoev | 1 | -3/+3 | |
| instead of default one | |||||
