summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2008-07-07nginx-0.7.6-RELEASErelease-0.7.6Igor Sysoev1-2/+28
2008-07-07always test root existence for access_log with variablesIgor Sysoev5-4/+26
2008-07-04allow several values in query stringIgor Sysoev1-2/+8
2008-07-03show an error message for invalid parameterIgor Sysoev1-2/+4
2008-07-01bump versionIgor Sysoev2-2/+2
2008-07-01release-0.7.5 tagIgor Sysoev1-0/+1
2008-07-01nginx-0.7.5-RELEASErelease-0.7.5Igor Sysoev1-0/+40
2008-07-01nginx could not be build without gzip, introduced in r2052Igor Sysoev1-0/+4
2008-07-01NULL script in default access_logIgor Sysoev1-0/+1
2008-06-30fix error when response parsed by sub filter, then by SSI filterIgor Sysoev2-4/+5
and some response parts are output as file buffers
2008-06-30fix variable access_log mergingIgor Sysoev1-1/+2
2008-06-30fix error messageIgor Sysoev2-1/+6
2008-06-30bump versionIgor Sysoev2-2/+2
2008-06-30release-0.7.4 tagIgor Sysoev1-0/+1
2008-06-30nginx-0.7.4-RELEASErelease-0.7.4Igor Sysoev1-5/+59
2008-06-30-g switchIgor Sysoev5-7/+95
2008-06-30variables in access_logIgor Sysoev3-22/+294
2008-06-30fix commentIgor Sysoev1-3/+4
2008-06-30fix the previous commitIgor Sysoev1-21/+14
2008-06-26use ngx_file_info() and test uniq if file is already openIgor Sysoev1-24/+35
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-26fix switchIgor Sysoev1-1/+1
2008-06-25refactor obscure codeIgor Sysoev1-7/+11
2008-06-23initialize of.uniq in ngx_open_cached_file()Igor Sysoev7-9/+18
2008-06-23prepare to allow various number of connections in child processesIgor Sysoev3-44/+32
2008-06-23change useless ngx_pcalloc() to ngx_pnalloc()Igor Sysoev2-2/+2
2008-06-23bump versionIgor Sysoev2-2/+2
2008-06-23release-0.7.3 tagIgor Sysoev1-0/+1
2008-06-23nginx-0.7.3-RELEASErelease-0.7.3Igor Sysoev1-133/+182
2008-06-21fix max size allocated from poolIgor Sysoev1-2/+3
2008-06-20fix the previous commitIgor Sysoev1-6/+8
2008-06-20small optimizationIgor Sysoev1-1/+7
2008-06-20auto detect https redirect in rewriteIgor Sysoev1-0/+6
2008-06-20change RSS MIME typeIgor Sysoev1-1/+2
2008-06-20fix "proxy_pass https://..." broken in r1427Igor Sysoev1-0/+5
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 Sysoev54-237/+275
*) refactor ngx_palloc() *) introduce ngx_pnalloc() *) additional pool blocks have smaller header
2008-06-16bump versionIgor Sysoev2-2/+2
2008-06-16release-0.7.2 tagIgor Sysoev1-0/+1
2008-06-16nginx-0.7.2-RELEASErelease-0.7.2Igor Sysoev1-0/+70
2008-06-16$ssl_client_certIgor Sysoev3-0/+55
2008-06-16DH parameters, ssl_dhparamIgor Sysoev6-10/+120
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 Sysoev4-9/+19
*) allows non-aligned memory blocks for small allocations and for odd length strings on all platforms *) use ngx_palloc_aligned()