summaryrefslogtreecommitdiffhomepage
path: root/src/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-14use ngx_min() and ngx_max()Igor Sysoev2-12/+4
2010-05-14ngx_atofp()Igor Sysoev2-0/+51
2010-05-13allow hash key values more than 255 bytes, it does not actually increase meanIgor Sysoev2-11/+3
2010-05-12fix rounding issues in %f formatIgor Sysoev1-1/+1
2010-05-12use double in %f format to allow %.15f precisionIgor Sysoev1-3/+3
2010-04-23bump versionIgor Sysoev1-2/+2
2010-04-21use non-blocking open() not to hang on FIFO files, etc.Igor Sysoev1-1/+8
2010-04-02bump versionIgor Sysoev1-2/+2
2010-04-01escape ampersand in argument while rewriteIgor Sysoev1-2/+2
2010-03-30do not set file time in ngx_copy_file() if the time is -1,Igor Sysoev1-4/+6
2010-03-26fix commentsIgor Sysoev1-1/+1
2010-03-25*) introduce ngx_time_sigsafe_update() to update the error log time onlyIgor Sysoev3-18/+66
2010-03-13*) use previously cached GMT offset value to update time from a signal handlerIgor Sysoev3-14/+33
2010-03-10bump versionIgor Sysoev1-2/+2
2010-02-12const char *fmt in ngx_conf_log_error()Igor Sysoev2-2/+2
2010-02-12bump versionIgor Sysoev1-2/+2
2010-01-28bump versionIgor Sysoev1-2/+2
2010-01-11fix ngx_utf8_cpystrn(): it did not fully copy utf-8 stringIgor Sysoev1-3/+1
2010-01-11add context to a resolver logIgor Sysoev2-14/+42
2009-12-25bump versionIgor Sysoev1-2/+2
2009-12-17fix r3331:Igor Sysoev3-6/+6
2009-12-17fix Win32 error message when an temporary file replaces an existent file:Igor Sysoev1-0/+4
2009-12-16bump versionIgor Sysoev1-2/+2
2009-12-15fix Win32 error messages when an temporary file replaces an existent file:Igor Sysoev1-11/+1
2009-12-07fix double free(), introduced in r3268Igor Sysoev1-1/+0
2009-12-02remove stale commentIgor Sysoev1-2/+0
2009-12-02bump versionIgor Sysoev1-2/+2
2009-11-30chmod unix listen domain socket to 0666Igor Sysoev1-5/+16
2009-11-25bump versionIgor Sysoev1-2/+2
2009-11-23add NGX_PROCESS_HELPER process statusIgor Sysoev1-1/+1
2009-11-23bump versionIgor Sysoev1-2/+2
2009-11-17fix pcre allocation on Win32, the bug had been introduced in r3326Igor Sysoev1-6/+2
2009-11-17bump versionIgor Sysoev1-2/+2
2009-11-16bump versionIgor Sysoev1-2/+2
2009-11-16align to minimum of a page and a pool sizesIgor Sysoev1-2/+2
2009-11-16ngx_min()Igor Sysoev1-0/+1
2009-11-16large allocation should not be aligned to a page sizeIgor Sysoev1-1/+1
2009-11-16regex named capturesIgor Sysoev3-41/+115
2009-11-13ngx_regex_exec() calling optimiztion:Igor Sysoev2-19/+6
2009-11-11bump versionIgor Sysoev1-2/+2
2009-11-11use ngx_resolver_alloc() instead of ngx_resolver_calloc()Igor Sysoev1-2/+2
2009-11-11fix resolving an empty name (".")Igor Sysoev1-5/+5
2009-11-11bump versionIgor Sysoev1-2/+2
2009-11-09*) fix resolving an empty name ("."),Igor Sysoev1-1/+2
2009-11-09fix "PTR ." case in address resolverIgor Sysoev1-0/+6
2009-11-09fix segfault in resolver:Igor Sysoev1-0/+2
2009-11-05cf->conf_file->file.name.data may be uninitialized, if an allocation failed;Igor Sysoev1-1/+1
2009-11-04allow to inherit unix domain sockets while online upgradeIgor Sysoev1-2/+9
2009-11-04bump versionIgor Sysoev1-2/+2
2009-11-03ngx_ptocidr() supports IPv6Igor Sysoev1-26/+66