summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_cycle.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-31Fixed ngx_os_signal_process() prototype.Ruslan Ermilov1-2/+2
2016-03-31Fixed logging.Sergey Kandaurov1-3/+3
2016-03-25Fixed socket inheritance on reload and binary upgrade.Roman Arutyunyan1-0/+4
2016-02-04Dynamic modules.Maxim Dounin1-1/+4
2016-02-04Dynamic modules: changed ngx_modules to cycle->modules.Maxim Dounin1-8/+12
2016-02-04Dynamic modules: moved module-related stuff to separate files.Maxim Dounin1-7/+3
2015-05-14Core: store and dump processed configuration.Vladimir Homutov1-0/+8
2015-05-20The "reuseport" option of the "listen" directive.Maxim Dounin1-0/+11
2015-04-27Win32: shared memory base addresses and remapping.Maxim Dounin1-0/+16
2015-04-27Win32: fixed shm.handle loss on reload.Maxim Dounin1-0/+3
2015-04-20Core: allow shared memory size to be declared after a reference.Sergey Kandaurov1-0/+4
2015-03-26Removed unused thread-local-storage code.Ruslan Ermilov1-4/+0
2015-04-14Upstream: the "zone" directive.Ruslan Ermilov1-1/+3
2015-03-04Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.Ruslan Ermilov1-1/+1
2014-04-30Core: fixed error handling in ngx_reopen_files().Maxim Dounin1-0/+6
2014-03-07Core: fixed wrong indices in listening sockets compare loops.Maxim Dounin1-3/+3
2013-12-06Core: externalized ngx_cmp_sockaddr().Ruslan Ermilov1-70/+3
2013-10-24Core: apply missed options to sockets added during binary upgrade.Piotr Sikora1-0/+10
2013-09-04Win32: MinGW GCC compatibility.Maxim Dounin1-3/+3
2013-06-28Core: consolidated log-related code.Vladimir Homutov1-23/+5
2013-06-13Core: moved initialization of log level.Vladimir Homutov1-1/+2
2013-06-04Core: fixed handling of "stderr" in error_log.Vladimir Homutov1-3/+4
2013-06-03Core: fixed stderr redirection on win32 in ngx_reopen_files().Vladimir Homutov1-7/+4
2013-03-25Use NGX_FILE_ERROR for handling file operations errors.Valentin Bartenev1-1/+1
2012-12-23Reopening log files code moved to a separate function.Valentin Bartenev1-19/+2
2012-12-14Fixed handling of ngx_write_fd() and ngx_read_fd() errors.Valentin Bartenev1-1/+1
2012-11-23Core: don't reuse shared memory zone that changed ownership (ticket #210).Ruslan Ermilov1-1/+3
2012-09-28Correct plural form for "path" in the whole source base.Andrey Belov1-8/+8
2012-09-28Made sure to initialize the entire ngx_file_t structure.Andrey Belov1-0/+2
2012-08-01Reorder checks in ngx_shared_memory_add() for more consistent error messages.Andrey Belov1-8/+8
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2011-11-23Added shmtx interface to forcibly unlock mutexes.Maxim Dounin1-1/+1
2011-09-19Replaced "can not" with "cannot" and "could not" in a bunch of places.Ruslan Ermilov1-1/+1
2011-08-04A new fix for the case when ssl_session_cache defined, but ssl is notIgor Sysoev1-5/+0
2011-04-04reuse keepalive connections if there are no free worker connectionsIgor Sysoev1-0/+3
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