summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_cycle.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-02the -q switchIgor Sysoev1-1/+2
2010-06-30fix IPv6 listen socket handling while reconfiguringIgor Sysoev1-1/+1
2010-06-04*) delete no longer used unix domain socketsIgor Sysoev1-0/+36
2010-03-25*) introduce ngx_time_sigsafe_update() to update the error log time onlyIgor Sysoev1-1/+1
2010-03-13*) use previously cached GMT offset value to update time from a signal handlerIgor Sysoev1-1/+1
2009-10-21use lowcase only hostnameIgor Sysoev1-1/+1
2009-09-18restore environ, this fixes segfault on reconfiguration failure whenIgor Sysoev1-0/+3
2009-09-18fix commentIgor Sysoev1-2/+2
2009-06-06win32 master process had aready closed listening socketsIgor Sysoev1-1/+2
2009-06-06a signaller process should stop configuration processing just afterIgor Sysoev1-8/+8
2009-06-02return NULL instead of NGX_CONF_ERROR on a create conf failureIgor Sysoev1-1/+1
2009-06-02test that zone has the same addresses in different processesIgor Sysoev1-5/+15
2009-05-05use correct nameIgor Sysoev1-1/+1
2009-04-30*) refactor error_log processing: listen socket log might inherit built-inIgor Sysoev1-14/+10
2009-04-29uniform ngx_file_info() interface with ngx_fd_info()Igor Sysoev1-1/+3
2009-04-27-p and --prefix=Igor Sysoev1-15/+17
2009-04-23issue start up errors and warning on both stderr and error_logIgor Sysoev1-18/+7
2009-04-21implement "-s signal" option for UnixIgor Sysoev1-5/+59
2009-04-21style fix: remove tabsIgor Sysoev1-5/+5
2009-04-20Win32 master/workers modelIgor Sysoev1-8/+4
2009-04-19show -t results on stderrIgor Sysoev1-3/+2
2009-04-18support attaching to an existent Win32 shared memoryIgor Sysoev1-33/+44
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 Sysoev1-17/+20
2009-04-08style fixIgor Sysoev1-4/+4
2009-04-08delete win32 ngx_file_append_mode() as we use reliableIgor Sysoev1-23/+2
2009-04-08adopt NGX_FILE_TRUNCATE for win32Igor Sysoev1-4/+3
2009-03-31Win32 appends synchronized if only FILE_APPEND_DATA and SYNCHRONIZE are setIgor Sysoev1-2/+2
2009-03-30win32 ngx_open_file() supports utf8 names and NGX_FILE_APPENDIgor Sysoev1-5/+5
2009-02-24small optimization: " == NGX_ERROR" > " != NGX_OK"Igor Sysoev1-2/+2
2009-02-21a prelimiary IPv6 support, HTTP listenIgor Sysoev1-11/+35
2009-01-26revert the previous commit and r2447 change in src/core/ngx_cycle.cIgor Sysoev1-1/+4
2009-01-26default error_log has zero level, the bug has been introduced in r2447Igor Sysoev1-0/+1
2009-01-16set the error level as default http error_log levelIgor Sysoev1-4/+0
2008-11-11compatibility with glibc 2.3, warn_unused_result attribute for write()Igor Sysoev1-3/+18
2008-08-30ngx_timezone_update()Igor Sysoev1-0/+11
2008-06-30-g switchIgor Sysoev1-0/+15
2008-06-17*) back out r2040Igor Sysoev1-4/+4
2008-05-16$hostname variableIgor Sysoev1-0/+21
2007-12-16restore environ for perl_destruct()Igor Sysoev1-14/+29
2007-12-10move condition declarations inside blocks where they are usedIgor Sysoev1-3/+1
2007-04-18fix segfault whenIgor Sysoev1-4/+9
2007-02-11fix building on platforms with non-supported atomic operationsIgor Sysoev1-1/+2
2007-01-18ngx_open_file(name, access, create) > ngx_open_file(name, mode, create, access)Igor Sysoev1-3/+6
2007-01-15quick fix for case when ssl_session_cache defined,Igor Sysoev1-0/+5
2007-01-09fix label nameIgor Sysoev1-2/+2
2007-01-09free the unnecessary shared memoryIgor Sysoev1-0/+50
2007-01-09fix the commentsIgor Sysoev1-2/+2
2007-01-09pass the inherited shm_zone dataIgor Sysoev1-1/+8
2007-01-06fix zero size shared zonesIgor Sysoev1-0/+7