summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2008-03-17some perl builds require my_perl for PERL_SYS_TERM()Igor Sysoev1-0/+11
2008-03-16fastcgi params debug loggingIgor Sysoev1-0/+5
2008-03-16speed up ngx_http_charset_recode() for 25%: google-perftools reportedIgor Sysoev1-10/+18
that CPU usage of charset body filter has decreased from 7.5% to 5.5% if gzipping is disabled
2008-03-14style fixIgor Sysoev1-0/+1
2008-03-13fix building on 64-bit platforms broken in r1900Igor Sysoev1-1/+1
2008-03-13bump versionIgor Sysoev1-1/+1
2008-03-12bump versionIgor Sysoev1-1/+1
2008-03-11non cacheable $proxy_host and $proxy_portIgor Sysoev1-2/+2
2008-03-03fix r1903Igor Sysoev1-0/+1
2008-03-03C++ compatibilityIgor Sysoev1-1/+1
2008-03-03fix memory leak in long-lived non buffered connectionsIgor Sysoev1-0/+1
2008-02-16pass additional arguments in ngx_http_perl_call_handler() as SVIgor Sysoev1-12/+33
2008-02-16fix previous commitIgor Sysoev1-1/+1
2008-02-16optimize $r->sleepIgor Sysoev3-13/+12
2008-02-15delete unneeded dXSTARGIgor Sysoev1-1/+0
2008-02-14fix segfault if empty stub block is used second timeIgor Sysoev1-0/+1
2008-02-11bump versionIgor Sysoev1-1/+1
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