| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2009-06-22 | merge r2954: | Igor Sysoev | 1 | -2/+3 | |
| fix segfault if there is error_page 401, proxy_intercept_errors is on and backend does not return "WWW-Authenticate" header | |||||
| 2009-06-22 | merge r2952: | Igor Sysoev | 1 | -12/+12 | |
| ignore ngx_atomic_fetch_add() result this fixes building at least by gcc 4.2.1 on Mac OS X 10.6 | |||||
| 2009-06-22 | merge r2950, r2951: | Igor Sysoev | 2 | -2/+8 | |
| cache related fixes: *) fix building --without-http-cache, broken in r2945 *) fix ./configure error message | |||||
| 2009-06-22 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-06-15 | merge r2895, r2896, r2926, r2927, r2928, r2930, and r2936: | Igor Sysoev | 6 | -36/+89 | |
| various proxy/fastcgi cache features and fixes: *) report about proxy/fastcgi_store and proxy/fastcgi_cache incompatibility *) delete useless r->cache->uses *) proxy_cache_use_stale/fastcgi_cache_use_stale updating *) inherit proxy_set_header, proxy_hide_header, and fastcgi_hide_header only if cache settings are similar *) add response file uniq while loading cold cache on demand | |||||
| 2009-06-15 | merge r2919: | Igor Sysoev | 1 | -4/+5 | |
| test GIF87a | |||||
| 2009-06-15 | merge r2900: | Igor Sysoev | 1 | -4/+5 | |
| fix XSLT filter in SSI subrequests | |||||
| 2009-06-15 | merge r2889, r2918, and r2921: | Igor Sysoev | 3 | -2/+20 | |
| fix a pool growing and CPU usage for multi-requests keepalive connections: *) keepalive_requests *) try to reuse last 4 free large allocation links *) do not test a pool block space if we can not allocated from the block 4 times | |||||
| 2009-06-15 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-05-25 | fix socket leak introduced in r2378 | Igor Sysoev | 1 | -0/+5 | |
| 2009-05-25 | reset content_type hash value, this fixes a bug when XSLT responses | Igor Sysoev | 5 | -0/+10 | |
| could not be processed by SSI, charset, and gzip filters | |||||
| 2009-05-25 | light optimization of ngx_http_test_content_type() | Igor Sysoev | 1 | -12/+12 | |
| 2009-05-22 | fix segfault introduced in r2845 | Igor Sysoev | 1 | -1/+4 | |
| 2009-05-22 | add charset for ngx_http_gzip_static_module responses | Igor Sysoev | 3 | -1/+4 | |
| 2009-05-19 | proxy_cache_methods and fastcgi_cache_methods | Igor Sysoev | 4 | -4/+44 | |
| 2009-05-19 | use already given variable | Igor Sysoev | 1 | -2/+2 | |
| 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 | 6 | -76/+17 | |
| 2009-05-18 | delete unneeded cast | Igor Sysoev | 1 | -2/+2 | |
| 2009-05-17 | update comments missed in r2513 | Igor Sysoev | 1 | -3/+3 | |
| 2009-05-17 | update variable name missed in r2513 | Igor Sysoev | 1 | -4/+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-14 | style fix | Igor Sysoev | 1 | -1/+3 | |
| 2009-05-14 | client_body_in_single_buffer | Igor Sysoev | 2 | -0/+14 | |
| 2009-05-14 | $request_body variable | Igor Sysoev | 1 | -0/+56 | |
| 2009-05-14 | update two previous commits again | Igor Sysoev | 1 | -1/+1 | |
| 2009-05-14 | update the previous commit | Igor Sysoev | 1 | -1/+1 | |
| 2009-05-14 | fix client_body_in_file_only type | Igor Sysoev | 2 | -3/+3 | |
| 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 | fix building --without-http-cache | Igor Sysoev | 1 | -1/+1 | |
| the bug had been appeared in r2806 | |||||
| 2009-05-08 | fix the previous commit | Igor Sysoev | 1 | -0/+2 | |
| 2009-05-08 | allow to pass image filter errors via the same location where the filter is set | Igor Sysoev | 4 | -5/+25 | |
| 2009-05-08 | test already destroyed request | Igor Sysoev | 1 | -3/+11 | |
| 2009-05-08 | handle big responses for "size" and "test" image_filters | Igor Sysoev | 4 | -12/+54 | |
| 2009-05-06 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-05-06 | delete level event of appropriate type, this should fix select()'s EBADF, | Igor Sysoev | 1 | -6/+17 | |
| WSAENOTSOCK, and "select ready != events" alerts | |||||
| 2009-05-05 | ngx_create_listening() | Igor Sysoev | 1 | -41/+1 | |
| 2009-05-05 | reinit proxy/fastcgi header parser before ngx_http_upstream_cache_send() | Igor Sysoev | 1 | -4/+17 | |
| 2009-05-05 | proxy/fastcgi_cache_use_stale http_50x did not work | Igor Sysoev | 1 | -8/+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 | 3 | -19/+40 | |
| 2009-04-30 | proxy_ignore_headers and fastcgi_ignore_headers | Igor Sysoev | 4 | -12/+84 | |
| 2009-04-30 | *) refactor error_log processing: listen socket log might inherit built-in | Igor Sysoev | 4 | -16/+25 | |
| error_log with zero level, and r2447, r2466, r2467 were not enough *) remove bogus "stderr" level *) some functions and fields renames | |||||
| 2009-04-30 | *) check a proxy_redirect single parameter | Igor Sysoev | 1 | -5/+21 | |
| *) warn about "proxy_redirect false" | |||||
