aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_cycle.c
Commit message (Expand)AuthorAge
* Core: fixed wrong indices in listening sockets compare loops.Maxim Dounin2014-03-07
* Core: externalized ngx_cmp_sockaddr().Ruslan Ermilov2013-12-06
* Core: apply missed options to sockets added during binary upgrade.Piotr Sikora2013-10-24
* Win32: MinGW GCC compatibility.Maxim Dounin2013-09-04
* Core: consolidated log-related code.Vladimir Homutov2013-06-28
* Core: moved initialization of log level.Vladimir Homutov2013-06-13
* Core: fixed handling of "stderr" in error_log.Vladimir Homutov2013-06-04
* Core: fixed stderr redirection on win32 in ngx_reopen_files().Vladimir Homutov2013-06-03
* Use NGX_FILE_ERROR for handling file operations errors.Valentin Bartenev2013-03-25
* Reopening log files code moved to a separate function.Valentin Bartenev2012-12-23
* Fixed handling of ngx_write_fd() and ngx_read_fd() errors.Valentin Bartenev2012-12-14
* Core: don't reuse shared memory zone that changed ownership (ticket #210).Ruslan Ermilov2012-11-23
* Correct plural form for "path" in the whole source base.Andrey Belov2012-09-28
* Made sure to initialize the entire ngx_file_t structure.Andrey Belov2012-09-28
* Reorder checks in ngx_shared_memory_add() for more consistent error messages.Andrey Belov2012-08-01
* Copyright updated.Maxim Konovalov2012-01-18
* Added shmtx interface to forcibly unlock mutexes.Maxim Dounin2011-11-23
* Replaced "can not" with "cannot" and "could not" in a bunch of places.Ruslan Ermilov2011-09-19
* A new fix for the case when ssl_session_cache defined, but ssl is notIgor Sysoev2011-08-04
* reuse keepalive connections if there are no free worker connectionsIgor Sysoev2011-04-04
* the -q switchIgor Sysoev2010-09-02
* fix IPv6 listen socket handling while reconfiguringIgor Sysoev2010-06-30
* *) delete no longer used unix domain socketsIgor Sysoev2010-06-04
* *) introduce ngx_time_sigsafe_update() to update the error log time onlyIgor Sysoev2010-03-25
* *) use previously cached GMT offset value to update time from a signal handlerIgor Sysoev2010-03-13
* use lowcase only hostnameIgor Sysoev2009-10-21
* restore environ, this fixes segfault on reconfiguration failure whenIgor Sysoev2009-09-18
* fix commentIgor Sysoev2009-09-18
* win32 master process had aready closed listening socketsIgor Sysoev2009-06-06
* a signaller process should stop configuration processing just afterIgor Sysoev2009-06-06
* return NULL instead of NGX_CONF_ERROR on a create conf failureIgor Sysoev2009-06-02
* test that zone has the same addresses in different processesIgor Sysoev2009-06-02
* use correct nameIgor Sysoev2009-05-05
* *) refactor error_log processing: listen socket log might inherit built-inIgor Sysoev2009-04-30
* uniform ngx_file_info() interface with ngx_fd_info()Igor Sysoev2009-04-29
* -p and --prefix=Igor Sysoev2009-04-27
* issue start up errors and warning on both stderr and error_logIgor Sysoev2009-04-23
* implement "-s signal" option for UnixIgor Sysoev2009-04-21
* style fix: remove tabsIgor Sysoev2009-04-21
* Win32 master/workers modelIgor Sysoev2009-04-20
* show -t results on stderrIgor Sysoev2009-04-19
* support attaching to an existent Win32 shared memoryIgor Sysoev2009-04-18
* fix the previous commitIgor Sysoev2009-04-17
* move zone name from ngx_shm_zone_t to ngx_shm_t to use Win32 shared memoryIgor Sysoev2009-04-16
* style fixIgor Sysoev2009-04-08
* delete win32 ngx_file_append_mode() as we use reliableIgor Sysoev2009-04-08
* adopt NGX_FILE_TRUNCATE for win32Igor Sysoev2009-04-08
* Win32 appends synchronized if only FILE_APPEND_DATA and SYNCHRONIZE are setIgor Sysoev2009-03-31
* win32 ngx_open_file() supports utf8 names and NGX_FILE_APPENDIgor Sysoev2009-03-30
* small optimization: " == NGX_ERROR" > " != NGX_OK"Igor Sysoev2009-02-24