summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-01-04change orderIgor Sysoev1-44/+47
2008-01-04fix socket leak if deferred accept was usedIgor Sysoev1-0/+5
2008-01-03use ngx_ext_rename_file() in PUTIgor Sysoev1-81/+12
2008-01-03add declaration missed in previous commitIgor Sysoev1-2/+14
2008-01-03transform ngx_create_path_and_rename_file() to ngx_ext_rename_file()Igor Sysoev1-11/+19
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-30log right request methodIgor Sysoev1-1/+2
2007-12-30axe useless r->server_nameIgor Sysoev5-20/+39
2007-12-30log server addressIgor Sysoev2-3/+7
2007-12-29fix building by msvc introduced by r1807Igor Sysoev1-1/+1
2007-12-29handle old "server_name *"Igor Sysoev1-0/+7
2007-12-29fix commentIgor Sysoev1-3/+3
2007-12-29satisfy all|anyIgor Sysoev3-7/+31
2007-12-29use ngx_http_server_addr()Igor Sysoev3-46/+17
2007-12-29several changes in server_name:Igor Sysoev5-43/+86
*) 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-28style fix: remove trailing spacesIgor Sysoev1-1/+1
2007-12-28fix building --without-pcreIgor Sysoev2-0/+8
2007-12-27optimizationIgor Sysoev6-25/+17
2007-12-27bump versionIgor Sysoev2-2/+2
2007-12-27fix segfault introduced in r1780Igor Sysoev1-2/+4
2007-12-27bump versionIgor Sysoev2-2/+2
2007-12-27backout r1790Igor Sysoev1-2/+2
2007-12-27ngx_http_gzip_static_module and gzip_disableIgor Sysoev5-210/+656
2007-12-27non-active request is not doneIgor Sysoev1-2/+2
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-27ngx_regex_exec_array()Igor Sysoev2-0/+41
2007-12-27call post_action for 499Igor Sysoev1-1/+5
2007-12-27regex valid_referers were not inheritedIgor Sysoev1-1/+8
2007-12-27optimizationIgor Sysoev1-4/+2
2007-12-27style fixIgor Sysoev1-5/+5
2007-12-26create ssl buffer on demand and free it before keep-aliveIgor Sysoev3-9/+38
2007-12-26ssl_session_cache offIgor Sysoev4-7/+21
2007-12-26optimizationIgor Sysoev1-5/+5
2007-12-25style fixIgor Sysoev1-2/+2
2007-12-25several fixes:Igor Sysoev2-165/+240
*) do not add event if file was used less than min_uses *) do not rely upon event to avoid race conditions *) ngx_open_file_lookup()