| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2009-06-22 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-06-15 | fix building --without-http-cache, broken in r2930 | Igor Sysoev | 1 | -1/+4 | |
| 2009-06-15 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-06-10 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-06-08 | inherit proxy_set_header, proxy_hide_header, and fastcgi_hide_header | Igor Sysoev | 1 | -1/+3 | |
| only if cache settings are similar | |||||
| 2009-06-06 | proxy_cache_use_stale/fastcgi_cache_use_stale updating | Igor Sysoev | 2 | -0/+2 | |
| 2009-06-05 | test GIF87a | Igor Sysoev | 1 | -4/+5 | |
| 2009-06-03 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-06-02 | return NULL instead of NGX_CONF_ERROR on a create conf failure | Igor Sysoev | 30 | -42/+42 | |
| 2009-05-28 | fix XSLT filter in SSI subrequests | Igor Sysoev | 1 | -4/+5 | |
| 2009-05-28 | report about proxy/fastcgi_store and proxy/fastcgi_cache incompatibility | Igor Sysoev | 2 | -8/+36 | |
| 2009-05-28 | style fix | Igor Sysoev | 2 | -4/+6 | |
| 2009-05-26 | do not set charset for subrequests | Igor Sysoev | 1 | -4/+5 | |
| 2009-05-25 | fix the previous commit | Igor Sysoev | 1 | -1/+3 | |
| 2009-05-25 | refactor ngx_http_charset_header_filter() | Igor Sysoev | 2 | -161/+236 | |
| 2009-05-25 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-05-25 | reset content_type hash value, this fixes a bug when XSLT responses | Igor Sysoev | 3 | -0/+7 | |
| could not be processed by SSI, charset, and gzip filters | |||||
| 2009-05-22 | add charset for ngx_http_gzip_static_module responses | Igor Sysoev | 2 | -1/+3 | |
| 2009-05-19 | proxy_cache_methods and fastcgi_cache_methods | Igor Sysoev | 2 | -2/+30 | |
| 2009-05-18 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-05-18 | use ngx_connection_local_sockaddr() instead of ngx_http_server_addr() | Igor Sysoev | 1 | -3/+4 | |
| 2009-05-17 | fix colon in file name for ngx_http_autoindex_module | Igor Sysoev | 1 | -3/+13 | |
| 2009-05-16 | image_filter_jpeg_quality | Igor Sysoev | 1 | -3/+17 | |
| 2009-05-12 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-05-12 | test finalized image filter context before testing image_filter off | Igor Sysoev | 1 | -7/+7 | |
| this fixes SIGFPE if image filter errors are passed to named location | |||||
| 2009-05-11 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-05-08 | allow to pass image filter errors via the same location where the filter is set | Igor Sysoev | 2 | -2/+12 | |
| 2009-05-08 | handle big responses for "size" and "test" image_filters | Igor Sysoev | 1 | -11/+37 | |
| 2009-05-06 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-05-04 | fix building ngx_http_image_filter_module on 64-bit platforms | Igor Sysoev | 1 | -1/+1 | |
| 2009-05-01 | use off_t in $r->sendfile(), this allows to use 64-bit off_t on platforms | Igor Sysoev | 1 | -1/+1 | |
| where IV is long: *) on 64-bit platforms, *) and on 32-bit platforms if perl was built with -Duse64bitint | |||||
| 2009-05-01 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-05-01 | ngx_http_image_filter_module | Igor Sysoev | 1 | -0/+1026 | |
| 2009-05-01 | ngx_http_filter_finalize_request() and ngx_http_clean_header() | Igor Sysoev | 1 | -19/+3 | |
| 2009-04-30 | proxy_ignore_headers and fastcgi_ignore_headers | Igor Sysoev | 2 | -0/+44 | |
| 2009-04-30 | *) check a proxy_redirect single parameter | Igor Sysoev | 1 | -5/+21 | |
| *) warn about "proxy_redirect false" | |||||
| 2009-04-29 | uniform ngx_file_info() interface with ngx_fd_info() | Igor Sysoev | 1 | -4/+4 | |
| 2009-04-27 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-04-27 | *) of.test_only to not open file if only stat() is enough | Igor Sysoev | 6 | -17/+21 | |
| *) of.failed to return exact name of failed syscall | |||||
| 2009-04-24 | merge SSL context inside "if" block | Igor Sysoev | 1 | -0/+6 | |
| 2009-04-21 | fix fastcgi_cache_min_uses | Igor Sysoev | 1 | -1/+1 | |
| 2009-04-20 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-04-18 | remove TODO comments | Igor Sysoev | 8 | -8/+0 | |
| 2009-04-18 | support attaching to an existent Win32 shared memory | Igor Sysoev | 2 | -39/+52 | |
| 2009-04-16 | move zone name from ngx_shm_zone_t to ngx_shm_t to use Win32 shared memory | Igor Sysoev | 5 | -12/+16 | |
| 2009-04-16 | perl termination fixes: | Igor Sysoev | 1 | -5/+25 | |
| *) master exit hook is run before global pool cleanup, so call PERL_SYS_TERM() after perl_destruct()/perl_free(). This fixes the message panic: MUTEX_LOCK (22) [op.c:352] on some threaded perl builds *) call perl_destruct()/perl_free() before PERL_SYS_TERM() for non-mulitiplicity perl | |||||
| 2009-04-15 | fix segfault on exit if no http section is defined in confguraiton, | Igor Sysoev | 1 | -6/+4 | |
| the bug has been introduced in r1947 | |||||
| 2009-04-15 | fix segfault if no http section is defined in confguraiton, | Igor Sysoev | 1 | -7/+5 | |
| the bug has been introduced in r1259 | |||||
| 2009-04-15 | fix building by MSVC8 | Igor Sysoev | 1 | -2/+2 | |
| 2009-04-15 | hide cacheable Set-Cookie and P3P response headers | Igor Sysoev | 1 | -5/+30 | |
