| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2009-06-15 | merge r2897, r2898, r2899, r2901, r2902, r2904, r2905, r2906, r2907, | Igor Sysoev | 10 | -73/+176 | |
| r2909, r2910, r2922, r2923, r2924, r2925, r2929: various win32 fixes: *) use no-threads for Unix builds only *) Win32 returns ERROR_PATH_NOT_FOUND instead of ERROR_FILE_NOT_FOUND *) add trailing zero to a file name in ngx_win32_rename_file() *) fix logging in ngx_win32_rename_file() *) allow shared memory segments more than 4G *) fix memory leak in successful case *) log shared memory name in failure case *) test that zone has the same addresses in different processes *) add drive letter for Win32 root path *) log GetExitCodeProcess()'s errno *) test premature process termination *) fix debug logging *) exit if no workers could not be started *) do not quit old workers if no new workers could not be started *) a signaller process should stop configuration processing just after it is able to get pid file, this allows to not open log files, etc. *) win32 master process had aready closed listening sockets | |||||
| 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 | 2 | -4/+7 | |
| fix XSLT filter in SSI subrequests | |||||
| 2009-06-15 | merge r2935: | Igor Sysoev | 1 | -0/+1 | |
| initialize use_event field in open file cache the bug had been introduced in r2071 | |||||
| 2009-06-15 | merge r2889, r2918, and r2921: | Igor Sysoev | 6 | -3/+40 | |
| 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 | 2 | -3/+3 | |
| 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 | 2 | -3/+3 | |
| 2009-05-18 | use ngx_connection_local_sockaddr() instead of ngx_http_server_addr() | Igor Sysoev | 6 | -76/+17 | |
| 2009-05-18 | delete unneeded field | Igor Sysoev | 2 | -10/+0 | |
| 2009-05-18 | mail proxy listen IPv6 support | Igor Sysoev | 6 | -178/+435 | |
| 2009-05-18 | ngx_connection_local_sockaddr() | Igor Sysoev | 2 | -0/+62 | |
| 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 | 3 | -4/+10 | |
| 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 | 2 | -3/+3 | |
| 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 | 2 | -3/+3 | |
| 2009-05-08 | fix building --without-http-cache | Igor Sysoev | 1 | -1/+1 | |
| the bug had been appeared in r2806 | |||||
| 2009-05-08 | reconfigure master process | Igor Sysoev | 1 | -0/+8 | |
| 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-08 | preserve Solaris binary hardware capabilities | Igor Sysoev | 2 | -5/+8 | |
| 2009-05-07 | IPv6 for Win32 | Igor Sysoev | 1 | -0/+14 | |
| 2009-05-06 | divide select module into two modules: Unix and Win32 ones | Igor Sysoev | 2 | -137/+404 | |
| 2009-05-06 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2009-05-06 | make code clearer | Igor Sysoev | 1 | -2/+4 | |
| 2009-05-06 | test event type to prevent errors | Igor Sysoev | 1 | -0/+10 | |
| 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 | 4 | -90/+68 | |
| 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-05 | move listen log copying from ngx_open_listening_sockets() | Igor Sysoev | 1 | -2/+2 | |
| to ngx_configure_listening_sockets(), otherwise listen socket logs have no file after first reload and this caused segfault if debug_connection was used; the bug has been introduced in r2786 | |||||
