summaryrefslogtreecommitdiffhomepage
path: root/src/core (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-07-30directioIgor Sysoev5-9/+53
2008-07-30*) move Darwin support to separate filesIgor Sysoev1-0/+4
*) Darwin sendfile() support
2008-07-29rename ngx_utf_...() to ngx_utf8_...()Igor Sysoev2-11/+11
2008-07-25fix utf-8 names in autoindexIgor Sysoev2-27/+31
2008-07-07bump versionIgor Sysoev1-1/+1
2008-07-01bump versionIgor Sysoev1-1/+1
2008-06-30bump versionIgor Sysoev1-1/+1
2008-06-30-g switchIgor Sysoev5-7/+95
2008-06-30variables in access_logIgor Sysoev2-1/+9
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-25refactor obscure codeIgor Sysoev1-7/+11
2008-06-23initialize of.uniq in ngx_open_cached_file()Igor Sysoev1-1/+3
2008-06-23bump versionIgor Sysoev1-1/+1
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-17*) back out r2040Igor Sysoev12-89/+125
*) refactor ngx_palloc() *) introduce ngx_pnalloc() *) additional pool blocks have smaller header
2008-06-16bump versionIgor Sysoev1-1/+1
2008-05-27*) add ngx_palloc_aligned() to allocate explicitlty aligned memoryIgor Sysoev3-7/+14
*) allows non-aligned memory blocks for small allocations and for odd length strings on all platforms *) use ngx_palloc_aligned()
2008-05-26bump versionIgor Sysoev1-1/+1
2008-05-24new ngx_queue functionsIgor Sysoev2-0/+122
2008-05-22style fixIgor Sysoev2-2/+2
2008-05-19bump versionIgor Sysoev1-1/+1
2008-05-16$hostname variableIgor Sysoev3-4/+27
2008-05-15escape 0x00-0x1f, ", and \ in access log variablesIgor Sysoev1-1/+2
2008-05-14style fix: remove tabs and trailing spacesIgor Sysoev2-7/+7
2008-05-12bump versionIgor Sysoev1-1/+1
2008-04-29fix segfault when file is deleted and open_file_cache_errors is offIgor Sysoev1-9/+16
2008-04-29back out the previous commitIgor Sysoev1-6/+2
2008-04-29fix segfault when file is deleted and open_file_cache_errors is offIgor Sysoev1-2/+6
2008-04-29bump versionIgor Sysoev1-1/+1
2008-04-29ignore glob no match errorIgor Sysoev1-0/+8
2008-04-17allow time without spaces in ngx_parse_time()Igor Sysoev2-57/+45
2008-04-16change variable nameIgor Sysoev1-6/+6
2008-04-13use more straightforward ngx_gmtime() implementationIgor Sysoev1-37/+48
2008-04-12limit CNAME recursionIgor Sysoev2-3/+25
2008-04-10use correct ngx_sprintf() formatsIgor Sysoev1-13/+13
2008-04-10log unexpected qtypeIgor Sysoev1-0/+4
2008-04-10take into account DNAMEIgor Sysoev2-0/+4
2008-04-09small optimizationIgor Sysoev1-9/+11
2008-04-09return NXDOMAIN for ".." in host nameIgor Sysoev1-1/+21
2008-04-09fix memory leak on resolver query send failureIgor Sysoev1-0/+12
2008-03-24use ngx_int_t in ngx_sort() callbackIgor Sysoev2-2/+2
2008-03-23use dynamically allocated buffer in ngx_sort()Igor Sysoev1-5/+11
2008-03-20axe never used macroIgor Sysoev1-3/+0
2008-03-18bump versionIgor Sysoev1-1/+1
2008-03-13fix the previous commitIgor Sysoev1-1/+1
2008-03-13fix case when errors are not cached,Igor Sysoev1-3/+5
and a file was not used often enough to keep open and it has been removed before it was kept open