summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2008-02-11add X-Accel-Charset to ingored header, fix X-Accel-BufferingIgor Sysoev2-2/+4
2008-02-07fix orderIgor Sysoev1-4/+4
2008-02-07fix orderIgor Sysoev1-23/+23
2008-01-22fix building by msvc introduced in r1817Igor Sysoev1-1/+1
2008-01-08bump versionIgor Sysoev1-1/+1
2008-01-08style fix: remove trailing spaceIgor Sysoev1-1/+1
2008-01-08ngx_http_gzip_static_module should DECLINE requestIgor Sysoev1-1/+1
2008-01-05fix commentIgor Sysoev1-1/+1
2008-01-03use ngx_ext_rename_file() in PUTIgor Sysoev1-81/+12
2008-01-03do not delete target until all tests will be done,Igor Sysoev1-49/+78
fix single file COPY/MOVE
2008-01-03add logIgor Sysoev1-0/+5
2008-01-03add commentIgor Sysoev1-0/+5
2008-01-03test URI/Destination collection/non-collection and DepthIgor Sysoev1-4/+26
2008-01-03axe useless codeIgor Sysoev1-6/+0
2008-01-03change orderIgor Sysoev1-48/+48
2008-01-03change status code, add log message, and test collection URIIgor Sysoev1-8/+11
2008-01-03style fixIgor Sysoev1-3/+0
2007-12-30min_delete_depthIgor Sysoev1-10/+43
2007-12-30log DELETE errorsIgor Sysoev1-5/+16
2007-12-30axe useless codeIgor Sysoev1-6/+0
2007-12-30change status code and add log messageIgor Sysoev1-1/+3
2007-12-29satisfy all|anyIgor Sysoev1-1/+1
2007-12-29use ngx_http_server_addr()Igor Sysoev1-18/+6
2007-12-29several changes in server_name:Igor Sysoev1-9/+15
*) server_name_in_redirect directive and removal of the '*' stub *) use server address in redirect if host can not be detected *) ngx_http_server_addr() *) allow wildcard and regex names to be a main server_name *) DAV Destination header is tested against Host header
2007-12-29condition declarations inside blocks update missed in r1705Igor Sysoev1-4/+4
2007-12-28fix building --without-pcreIgor Sysoev1-0/+4
2007-12-27optimizationIgor Sysoev5-24/+16
2007-12-27bump versionIgor Sysoev1-1/+1
2007-12-27bump versionIgor Sysoev1-1/+1
2007-12-27ngx_http_gzip_static_module and gzip_disableIgor Sysoev2-210/+327
2007-12-27allow memached_pass inside "if" blockIgor Sysoev1-1/+1
2007-12-27inherit $memached_key index and memcached_pass upstream inside "if" blockIgor Sysoev1-2/+11
2007-12-27return NGX_DECLINED if access directives are not active,Igor Sysoev2-3/+3
this fixes case when satisfy any does not test active directives at all
2007-12-27use ngx_regex_exec_array()Igor Sysoev1-41/+22
2007-12-27regex valid_referers were not inheritedIgor Sysoev1-1/+8
2007-12-26ssl_session_cache offIgor Sysoev1-2/+6
2007-12-24use %*s formatIgor Sysoev1-10/+3
2007-12-22open_file_cache_min_usesIgor Sysoev4-0/+5
2007-12-21tree.init_handler is never calledIgor Sysoev1-10/+2
2007-12-21fix the previous commitIgor Sysoev1-1/+1
2007-12-21open_file_cache_retest > open_file_cache_validIgor Sysoev3-4/+4
2007-12-19bump versionIgor Sysoev1-1/+1
2007-12-18fix commentIgor Sysoev1-1/+1
2007-12-17optimize rbtree initialization and insertIgor Sysoev1-35/+14
2007-12-16copy return values to perl's allocated memoryIgor Sysoev1-21/+18
2007-12-10move condition declarations inside blocks where they are usedIgor Sysoev2-10/+7
2007-12-09*) copy regex captures $1, $2, etc.Igor Sysoev1-2/+9
*) SV flags debug logging
2007-12-09fix segfault when $r->has_request_body() is called with ready bodyIgor Sysoev1-11/+26
2007-12-09*) now ngx_conf_set_str_array_slot() tests NGX_CONF_UNSET_PTRIgor Sysoev2-200/+19
this fixes fastcgi_catch_stderr segfault introduced in r1453 *) ngx_http_upstream_hide_headers_hash() *) proxy/fastcgi pass_header/hide_header use ngx_http_upstream_hide_headers_hash()
2007-12-09return NGX_HTTP_UPSTREAM_INVALID_HEADER instead of NGX_HTTP_BAD_GATEWAYIgor Sysoev1-1/+1
to go to a next upstream on invalid_header condition