summaryrefslogtreecommitdiffhomepage
path: root/src/core (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-04-27-p and --prefix=Igor Sysoev6-40/+191
2009-04-27*) of.test_only to not open file if only stat() is enoughIgor Sysoev2-0/+26
*) of.failed to return exact name of failed syscall
2009-04-26add quotes for configure options with spacesIgor Sysoev1-1/+1
2009-04-24change ngx_log_abort() interfaceIgor Sysoev2-4/+13
2009-04-24style fix: (void)Igor Sysoev1-2/+2
2009-04-24change ngx_log_create_errlog() interfaceIgor Sysoev2-11/+2
2009-04-23pass command lines options to workersIgor Sysoev1-0/+2
2009-04-23issue start up errors and warning on both stderr and error_logIgor Sysoev5-56/+103
2009-04-23style fix: remove trailing spaces introduced in the previous commitIgor Sysoev1-2/+2
2009-04-23use ngx_str_t for error levelsIgor Sysoev1-10/+17
2009-04-21implement "-s signal" option for UnixIgor Sysoev3-20/+65
2009-04-21style fix: remove trailing spacesIgor Sysoev1-1/+1
2009-04-21style fix: remove tabsIgor Sysoev1-5/+5
2009-04-21add -? and -h optionsIgor Sysoev1-0/+30
2009-04-21allow condensed command lines optionsIgor Sysoev1-49/+75
2009-04-21fix r2731 for Win32Igor Sysoev1-2/+8
2009-04-21test command line options before ngx_log_init() and issue errors to stderrIgor Sysoev1-54/+66
2009-04-20bump versionIgor Sysoev1-2/+2
2009-04-20Win32 master/workers modelIgor Sysoev4-65/+85
2009-04-19show -t results on stderrIgor Sysoev4-29/+31
2009-04-18support attaching to an existent Win32 shared memoryIgor Sysoev2-33/+46
2009-04-17fix building on platforms which have no atomic operations support,Igor Sysoev2-3/+3
the bug was introduced in r2564
2009-04-17fix the previous commitIgor Sysoev1-2/+3
2009-04-16move zone name from ngx_shm_zone_t to ngx_shm_t to use Win32 shared memoryIgor Sysoev2-18/+20
2009-04-15fix building by BCC without NGX_DEBUG_MALLOCIgor Sysoev1-2/+2
2009-04-15bump versionIgor Sysoev1-2/+2
2009-04-08style fixIgor Sysoev1-4/+4
2009-04-08delete win32 ngx_file_append_mode() as we use reliableIgor Sysoev1-23/+2
FILE_APPEND_DATA|SYNCHRONIZE flags
2009-04-08adopt NGX_FILE_TRUNCATE for win32Igor Sysoev1-4/+3
2009-04-06bump versionIgor Sysoev1-2/+2
2009-04-06backout r2677 and fix ngx_strlcasestrn() againIgor Sysoev1-5/+1
2009-04-06bump versionIgor Sysoev1-2/+2
2009-04-06fix ngx_strlcasestrn()Igor Sysoev1-0/+4
2009-04-06bump versionIgor Sysoev1-2/+2
2009-04-04ngx_strlcasestrn()Igor Sysoev2-0/+34
2009-04-02bump versionIgor Sysoev1-2/+2
2009-03-31Win32 appends synchronized if only FILE_APPEND_DATA and SYNCHRONIZE are setIgor Sysoev3-5/+5
without any other flags. On the other hand, Unix requires at least the write flag to be set together with O_APPEND.
2009-03-30win32 ngx_open_file() supports utf8 names and NGX_FILE_APPENDIgor Sysoev3-18/+11
2009-03-30bump versionIgor Sysoev1-2/+2
2009-03-30bump versionIgor Sysoev1-2/+2
2009-03-30nginx_versionIgor Sysoev1-0/+1
2009-03-30introduce cache manager instead of cache cleanerIgor Sysoev2-4/+4
2009-03-28update cpuid for Core 2 and AtomIgor Sysoev1-3/+5
2009-03-27improve ngx_slab_alloc() error loggingIgor Sysoev2-12/+25
2009-03-27delete old debugging and infoIgor Sysoev1-23/+0
2009-03-23bump versionIgor Sysoev1-1/+1
2009-03-23a prelimiary proxy cache supportIgor Sysoev6-320/+114
2009-03-18bump versionIgor Sysoev1-1/+1
2009-03-16bump versionIgor Sysoev1-1/+1
2009-03-13compatibility with Tru64 UNIX: fcntl(F_SETLK, F_WRLCK) returns EINVAL if busyIgor Sysoev1-3/+11