summaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_process_cycle.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed segfault when switching off master process during upgrade.Maxim Dounin2022-11-231-10/+0
* Process events posted by ngx_close_idle_connections() immediately.Roman Arutyunyan2022-11-181-0/+1
* Restored zeroing of ngx_channel_t in ngx_pass_open_channel().Ruslan Ermilov2021-04-221-0/+2
* Removed "ch" argument from ngx_pass_open_channel().Ruslan Ermilov2021-03-111-39/+18
* Fixed SIGQUIT not removing listening UNIX sockets (closes #753).Ruslan Ermilov2020-06-011-12/+2
* Fixed capabilities version.Roman Arutyunyan2017-12-191-1/+1
* Improved the capabilities feature detection.Roman Arutyunyan2017-12-181-1/+1
* Retain CAP_NET_RAW capability for transparent proxying.Roman Arutyunyan2017-12-131-0/+32
* Fixed "changing binary" when reaper is not init.Ruslan Ermilov2017-11-281-0/+1
* Style.Maxim Dounin2017-03-071-2/+0
* Introduced worker_shutdown_timeout.Maxim Dounin2017-03-071-0/+1
* Cancelable timers are now preserved if there are other timers.Maxim Dounin2017-03-071-4/+1
* Cache: cache manager limits.Dmitry Volyntsev2016-10-051-3/+3
* Always seed PRNG with PID, seconds, and milliseconds.Ruslan Ermilov2016-08-041-1/+3
* Fixed undefined behavior when left shifting signed integer.Ruslan Ermilov2016-08-041-1/+1
* Fixed logging.Sergey Kandaurov2016-03-311-5/+5
* Core: added support for more than 64 CPUs in worker_cpu_affinity.Vladimir Homutov2016-02-181-1/+1
* Dynamic modules: changed ngx_modules to cycle->modules.Maxim Dounin2016-02-041-15/+15
* Core: idle connections now closed only once on exiting.Valentin Bartenev2015-08-111-17/+2
* Introduced worker number, ngx_worker.Maxim Dounin2015-05-201-0/+2
* Removed the "worker_rlimit_sigpending" directive.Ruslan Ermilov2015-04-231-13/+0
* Removed unix ngx_threaded and related ngx_process_changes.Ruslan Ermilov2015-03-201-1/+0
* Removed old pthread implementation.Ruslan Ermilov2015-03-201-188/+0
* Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.Ruslan Ermilov2015-03-041-5/+5
* Events: introduced cancelable timers.Valentin Bartenev2014-08-131-0/+2
* Events: removed broken thread support from event timers.Valentin Bartenev2014-08-251-1/+0
* Events: removed broken thread support from posted events.Valentin Bartenev2014-09-011-5/+4
* Core: exit on ngx_pnalloc() failure.Piotr Sikora2014-08-011-0/+4
* Added syslog support for error_log and access_log directives.Vladimir Homutov2014-05-121-4/+7
* Added connection serial number in logging of left open sockets.Sergey Kandaurov2014-03-061-2/+2
* Added per-process random seeding (ticket #456).Maxim Dounin2014-01-041-0/+2
* Style.Maxim Dounin2013-07-111-1/+1
* Core: support several "error_log" directives.Vladimir Homutov2013-06-201-0/+2
* Valgrind: supressed complaints about uninitialized bytes.Maxim Dounin2013-06-051-0/+8
* Use NGX_FILE_ERROR for handling file operations errors.Valentin Bartenev2013-03-251-1/+1
* Fixed failure to start cache manager and cache loader processesIgor Sysoev2012-11-201-4/+9
* Fixed setting of CPU affinity on respawn of dead worker processes.Ruslan Ermilov2012-11-161-14/+16
* Correct plural form for "path" in the whole source base.Andrey Belov2012-09-281-6/+6
* Added clearing of cpu_affinity after process spawn.Maxim Dounin2012-09-261-0/+2
* Fixed segfault with poll and resolver used.Maxim Dounin2012-06-181-0/+4
* worker_cpu_affinity: cleaned up Linux implementation, added FreeBSD support.Ruslan Ermilov2012-03-211-15/+2
* Added msleep() on reload to allow new processes to start.Maxim Dounin2012-02-281-0/+4
* Copyright updated.Maxim Konovalov2012-01-181-0/+1
* Fixed sched_setaffinity(2) to correctly pass size.Maxim Dounin2012-01-161-1/+4
* Replaced "can not" with "cannot" and "could not" in a bunch of places.Ruslan Ermilov2011-09-191-1/+2
* allow "env" to work in the single process modeIgor Sysoev2010-12-131-0/+5
* worker_rlimit_core should be off_tIgor Sysoev2010-09-151-2/+2
* *) introduce ngx_time_sigsafe_update() to update the error log time onlyIgor Sysoev2010-03-251-3/+3
* *) use previously cached GMT offset value to update time from a signal handlerIgor Sysoev2010-03-131-3/+3
* add NGX_PROCESS_HELPER process statusIgor Sysoev2009-11-231-2/+4