summaryrefslogtreecommitdiffhomepage
path: root/src/http (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2009-05-01ngx_http_image_filter_moduleIgor Sysoev1-0/+1026
2009-05-01ngx_http_filter_finalize_request() and ngx_http_clean_header()Igor Sysoev3-19/+40
2009-04-30proxy_ignore_headers and fastcgi_ignore_headersIgor Sysoev4-12/+84
2009-04-30*) refactor error_log processing: listen socket log might inherit built-inIgor Sysoev4-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 parameterIgor Sysoev1-5/+21
*) warn about "proxy_redirect false"
2009-04-29uniform ngx_file_info() interface with ngx_fd_info()Igor Sysoev1-4/+4
2009-04-28"port_in_redirect off" did not workIgor Sysoev1-0/+3
the bug had been appeared in r2530 and r2534
2009-04-27bump versionIgor Sysoev1-1/+1
2009-04-27-p and --prefix=Igor Sysoev2-5/+6
2009-04-27get a full response if the response is cacheable or storable evenIgor Sysoev1-8/+10
a client has closed connection prematurely
2009-04-27*) of.test_only to not open file if only stat() is enoughIgor Sysoev8-19/+25
*) of.failed to return exact name of failed syscall
2009-04-24style fixIgor Sysoev1-1/+1
2009-04-24merge SSL context inside "if" blockIgor Sysoev1-0/+6
2009-04-24change ngx_log_create_errlog() interfaceIgor Sysoev1-1/+5
2009-04-23ngx_path_separator()Igor Sysoev2-25/+6
2009-04-21fix fastcgi_cache_min_usesIgor Sysoev1-1/+1
2009-04-20bump versionIgor Sysoev1-1/+1
2009-04-18remove TODO commentsIgor Sysoev8-8/+0
2009-04-18support attaching to an existent Win32 shared memoryIgor Sysoev4-96/+99
2009-04-16move zone name from ngx_shm_zone_t to ngx_shm_t to use Win32 shared memoryIgor Sysoev6-15/+21
2009-04-16perl termination fixes:Igor Sysoev1-5/+25
*) master exit hook is run before global pool cleanup, so call PERL_SYS_TERM() after perl_destruct()/perl_free(). This fixes the message panic: MUTEX_LOCK (22) [op.c:352] on some threaded perl builds *) call perl_destruct()/perl_free() before PERL_SYS_TERM() for non-mulitiplicity perl
2009-04-15fix segfault on exit if no http section is defined in confguraiton,Igor Sysoev1-6/+4
the bug has been introduced in r1947
2009-04-15fix segfault if no http section is defined in confguraiton,Igor Sysoev2-9/+9
the bug has been introduced in r1259
2009-04-15fix building by MSVC8Igor Sysoev1-2/+2
2009-04-15fix debug loggingIgor Sysoev1-1/+1
2009-04-15fix building --without-http-cache, introduced in r2664 and laterIgor Sysoev1-6/+20
2009-04-15hide cacheable Set-Cookie and P3P response headersIgor Sysoev1-5/+30
2009-04-15do not pass if-... headers for cacheable responsesIgor Sysoev1-2/+31
2009-04-15shutdown client connection for cacheable header only responsesIgor Sysoev1-3/+10
2009-04-15support 304 for cacheable responsesIgor Sysoev1-1/+2
2009-04-15style fixIgor Sysoev1-4/+4
2009-04-15support HEAD in proxy cacheIgor Sysoev3-3/+21
2009-04-15style fix: remove trailing spacesIgor Sysoev1-1/+1
2009-04-15bump versionIgor Sysoev1-1/+1
2009-04-11allow any statusIgor Sysoev2-34/+78
2009-04-11try_files status codeIgor Sysoev2-1/+23
2009-04-10set cache manager maximum sleep time to 10sIgor Sysoev1-6/+6
2009-04-10style fixIgor Sysoev1-1/+1
2009-04-10style fixIgor Sysoev1-1/+2
2009-04-10do not call ngx_http_file_cache_free() if a response is not cacheableIgor Sysoev1-1/+1
2009-04-10add debug loggingIgor Sysoev1-0/+3
2009-04-09backout r2535: virtual names is a property of address:port pair,Igor Sysoev4-13/+13
but is not a property of server configuration
2009-04-08style fixIgor Sysoev1-10/+10
2009-04-07fix r2590: error_page made an external redirect without query stringIgor Sysoev2-7/+7
2009-04-06bump versionIgor Sysoev1-1/+1
2009-04-06bump versionIgor Sysoev1-1/+1
2009-04-06bump versionIgor Sysoev1-1/+1
2009-04-06proxy_cache_keyIgor Sysoev1-0/+54
2009-04-06fix cache path slotIgor Sysoev1-15/+5
2009-04-04refactor ngx_http_arg() using ngx_strcasestrn(),Igor Sysoev2-9/+8
back out zero termination introduced in r2138