summaryrefslogtreecommitdiffhomepage
path: root/src/http (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-06-30variables in access_logIgor Sysoev1-21/+285
2008-06-26ngx_memzero() ngx_open_file_info_tIgor Sysoev6-14/+14
2008-06-26the "Expect" header supportIgor Sysoev4-1/+57
2008-06-26fix bug when inactive subrequest is truncated,Igor Sysoev1-2/+13
if output_buffers are less than subrequest size
2008-06-23initialize of.uniq in ngx_open_cached_file()Igor Sysoev6-8/+15
2008-06-23change useless ngx_pcalloc() to ngx_pnalloc()Igor Sysoev1-1/+1
2008-06-23bump versionIgor Sysoev1-1/+1
2008-06-20auto detect https redirect in rewriteIgor Sysoev1-0/+6
2008-06-20"gzip_vary on" always sends "Vary: Accept-Encoding" headerIgor Sysoev3-34/+14
2008-06-20disable charset if there is "Content-Encoding" headerIgor Sysoev1-0/+6
2008-06-17*) back out r2040Igor Sysoev25-90/+90
*) refactor ngx_palloc() *) introduce ngx_pnalloc() *) additional pool blocks have smaller header
2008-06-16bump versionIgor Sysoev1-1/+1
2008-06-16$ssl_client_certIgor Sysoev1-0/+3
2008-06-16DH parameters, ssl_dhparamIgor Sysoev2-6/+18
2008-06-15after URI was rewritten location configuration should be to a server's null oneIgor Sysoev1-0/+5
2008-06-07fix building without PCRE introduced in r2023Igor Sysoev1-2/+2
2008-05-28style fixIgor Sysoev1-2/+2
2008-05-28fix building by bcc/etc introduced in r2038Igor Sysoev1-1/+1
2008-05-27*) add ngx_palloc_aligned() to allocate explicitlty aligned memoryIgor Sysoev1-2/+5
*) allows non-aligned memory blocks for small allocations and for odd length strings on all platforms *) use ngx_palloc_aligned()
2008-05-26add args in redirect to a directoryIgor Sysoev1-6/+19
2008-05-26fix debug loggingIgor Sysoev1-1/+2
2008-05-26fix error log messageIgor Sysoev1-1/+4
2008-05-26bump versionIgor Sysoev1-1/+1
2008-05-26ssl_session_cache noneIgor Sysoev1-1/+6
2008-05-24remove directives deprecated in 0.3.xIgor Sysoev2-44/+0
2008-05-24*) remove optimize_host_namesIgor Sysoev3-26/+10
*) deprecate optimize_server_names: it is not needed since server_name_in_redirect introduction
2008-05-24move configuration phase only field to the end of structureIgor Sysoev1-2/+2
2008-05-24locations treeIgor Sysoev5-384/+745
2008-05-22delete useless linesIgor Sysoev1-2/+0
2008-05-22style fixIgor Sysoev5-8/+8
2008-05-22axe never used variablesIgor Sysoev2-7/+0
2008-05-22split ngx_http_block() furtherIgor Sysoev1-449/+503
2008-05-22split ngx_http_block()Igor Sysoev1-180/+216
2008-05-22delete outdated debug logging that only causes segfault if enabledIgor Sysoev1-27/+0
2008-05-21style fixIgor Sysoev2-2/+2
2008-05-19bump versionIgor Sysoev1-1/+1
2008-05-19avoid recursive loopIgor Sysoev1-2/+3
2008-05-16expires modifiedIgor Sysoev1-39/+74
2008-05-16$uid_got and $uid_set may used at any timeIgor Sysoev1-66/+108
2008-05-16$hostname variableIgor Sysoev2-14/+20
2008-05-15escape 0x00-0x1f, ", and \ in access log variablesIgor Sysoev2-3/+72
2008-05-15*) host in request line has priorityIgor Sysoev6-120/+188
*) allow several Host headers *) validate host
2008-05-14style fix: remove tabs and trailing spacesIgor Sysoev1-1/+1
2008-05-13small fixesIgor Sysoev1-3/+2
2008-05-13test user agent in header callbackIgor Sysoev1-47/+58
2008-05-12bump versionIgor Sysoev1-1/+1
2008-05-08fix error introduced in r1273 and r1275:Igor Sysoev1-1/+1
nginx did not process FastCGI response if header was at end of FastCGI record
2008-04-29bump versionIgor Sysoev1-1/+1
2008-04-29args support in static error_pageIgor Sysoev3-3/+19
2008-04-29reset looked at matchIgor Sysoev1-1/+1