summaryrefslogtreecommitdiffhomepage
path: root/src/core (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2010-06-07bump versionIgor Sysoev1-2/+2
2010-06-04*) delete no longer used unix domain socketsIgor Sysoev1-0/+36
*) fix unix domain socket comparison
2010-06-01bump versionIgor Sysoev1-2/+2
2010-05-31fix IPv6 and Unix domain sockets inheritance while online upgradeIgor Sysoev1-4/+2
2010-05-31fix building by ICC8, the bug had been introduced in r3476Igor Sysoev1-2/+0
2010-05-27bump versionIgor Sysoev1-2/+2
2010-05-18bump versionIgor Sysoev1-2/+2
2010-05-14ngx_str_set() and ngx_str_null()Igor Sysoev5-18/+12
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
hash element size, because due to aligning a byte after key is not used anyway in 3/4 cases on 32-bit platforms and in 7/8 cases on 64-bit platforms
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
this fixes an issue when file is moved across devices
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
*) change ngx_time_update() interface
2010-03-13*) use previously cached GMT offset value to update time from a signal handlerIgor Sysoev3-14/+33
*) change ngx_time_update() interface since there are no notification methods those return time
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
*) now pools are aligned to 16 bytes *) forbidden to set non-aligned pool sizes
2009-12-17fix Win32 error message when an temporary file replaces an existent file:Igor Sysoev1-0/+4
return at once if ngx_win32_rename_file() was not failed and do not try to delete already the renamed temporary file
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
*) do not rename an already renamed file *) now ngx_win32_rename_file() returns error code *) do not log failure inside ngx_win32_rename_file()
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
*) change NGX_REGEX_NO_MATCHED to PCRE_ERROR_NOMATCH *) declare ngx_regex_exec() as #define *) optimize SSI regex a little
2009-11-11bump versionIgor Sysoev1-2/+2
2009-11-11use ngx_resolver_alloc() instead of ngx_resolver_calloc()Igor Sysoev1-2/+2
since all fields are filled
2009-11-11fix resolving an empty name (".")Igor Sysoev1-5/+5