index
:
delta/nginx.git
baserock/v1.7.0
branches/default
branches/radix_with_skip
branches/stable-0.5
branches/stable-0.6
branches/stable-0.7
branches/stable-0.8
branches/stable-1.0
branches/stable-1.10
branches/stable-1.12
branches/stable-1.14
branches/stable-1.16
branches/stable-1.18
branches/stable-1.2
branches/stable-1.20
branches/stable-1.22
branches/stable-1.24
branches/stable-1.4
branches/stable-1.6
branches/stable-1.8
master
nginx-0.1
nginx-0.2
nginx-0.3
nginx-0.4
nginx-0.5
nginx-0.6
nginx-0.7
nginx-0.8
nginx-0.9
nginx-1.0
nginx-1.1
nginx-1.2
nginx-1.3
nginx-1.4
nginx-1.5
nginx-1.6
nginx-1.7
nginx-1.8
nginx-1.9
github.com: nginx/nginx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
os
/
unix
/
ngx_process_cycle.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed segfault when switching off master process during upgrade.
Maxim Dounin
2022-11-23
1
-10
/
+0
*
Process events posted by ngx_close_idle_connections() immediately.
Roman Arutyunyan
2022-11-18
1
-0
/
+1
*
Restored zeroing of ngx_channel_t in ngx_pass_open_channel().
Ruslan Ermilov
2021-04-22
1
-0
/
+2
*
Removed "ch" argument from ngx_pass_open_channel().
Ruslan Ermilov
2021-03-11
1
-39
/
+18
*
Fixed SIGQUIT not removing listening UNIX sockets (closes #753).
Ruslan Ermilov
2020-06-01
1
-12
/
+2
*
Fixed capabilities version.
Roman Arutyunyan
2017-12-19
1
-1
/
+1
*
Improved the capabilities feature detection.
Roman Arutyunyan
2017-12-18
1
-1
/
+1
*
Retain CAP_NET_RAW capability for transparent proxying.
Roman Arutyunyan
2017-12-13
1
-0
/
+32
*
Fixed "changing binary" when reaper is not init.
Ruslan Ermilov
2017-11-28
1
-0
/
+1
*
Style.
Maxim Dounin
2017-03-07
1
-2
/
+0
*
Introduced worker_shutdown_timeout.
Maxim Dounin
2017-03-07
1
-0
/
+1
*
Cancelable timers are now preserved if there are other timers.
Maxim Dounin
2017-03-07
1
-4
/
+1
*
Cache: cache manager limits.
Dmitry Volyntsev
2016-10-05
1
-3
/
+3
*
Always seed PRNG with PID, seconds, and milliseconds.
Ruslan Ermilov
2016-08-04
1
-1
/
+3
*
Fixed undefined behavior when left shifting signed integer.
Ruslan Ermilov
2016-08-04
1
-1
/
+1
*
Fixed logging.
Sergey Kandaurov
2016-03-31
1
-5
/
+5
*
Core: added support for more than 64 CPUs in worker_cpu_affinity.
Vladimir Homutov
2016-02-18
1
-1
/
+1
*
Dynamic modules: changed ngx_modules to cycle->modules.
Maxim Dounin
2016-02-04
1
-15
/
+15
*
Core: idle connections now closed only once on exiting.
Valentin Bartenev
2015-08-11
1
-17
/
+2
*
Introduced worker number, ngx_worker.
Maxim Dounin
2015-05-20
1
-0
/
+2
*
Removed the "worker_rlimit_sigpending" directive.
Ruslan Ermilov
2015-04-23
1
-13
/
+0
*
Removed unix ngx_threaded and related ngx_process_changes.
Ruslan Ermilov
2015-03-20
1
-1
/
+0
*
Removed old pthread implementation.
Ruslan Ermilov
2015-03-20
1
-188
/
+0
*
Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.
Ruslan Ermilov
2015-03-04
1
-5
/
+5
*
Events: introduced cancelable timers.
Valentin Bartenev
2014-08-13
1
-0
/
+2
*
Events: removed broken thread support from event timers.
Valentin Bartenev
2014-08-25
1
-1
/
+0
*
Events: removed broken thread support from posted events.
Valentin Bartenev
2014-09-01
1
-5
/
+4
*
Core: exit on ngx_pnalloc() failure.
Piotr Sikora
2014-08-01
1
-0
/
+4
*
Added syslog support for error_log and access_log directives.
Vladimir Homutov
2014-05-12
1
-4
/
+7
*
Added connection serial number in logging of left open sockets.
Sergey Kandaurov
2014-03-06
1
-2
/
+2
*
Added per-process random seeding (ticket #456).
Maxim Dounin
2014-01-04
1
-0
/
+2
*
Style.
Maxim Dounin
2013-07-11
1
-1
/
+1
*
Core: support several "error_log" directives.
Vladimir Homutov
2013-06-20
1
-0
/
+2
*
Valgrind: supressed complaints about uninitialized bytes.
Maxim Dounin
2013-06-05
1
-0
/
+8
*
Use NGX_FILE_ERROR for handling file operations errors.
Valentin Bartenev
2013-03-25
1
-1
/
+1
*
Fixed failure to start cache manager and cache loader processes
Igor Sysoev
2012-11-20
1
-4
/
+9
*
Fixed setting of CPU affinity on respawn of dead worker processes.
Ruslan Ermilov
2012-11-16
1
-14
/
+16
*
Correct plural form for "path" in the whole source base.
Andrey Belov
2012-09-28
1
-6
/
+6
*
Added clearing of cpu_affinity after process spawn.
Maxim Dounin
2012-09-26
1
-0
/
+2
*
Fixed segfault with poll and resolver used.
Maxim Dounin
2012-06-18
1
-0
/
+4
*
worker_cpu_affinity: cleaned up Linux implementation, added FreeBSD support.
Ruslan Ermilov
2012-03-21
1
-15
/
+2
*
Added msleep() on reload to allow new processes to start.
Maxim Dounin
2012-02-28
1
-0
/
+4
*
Copyright updated.
Maxim Konovalov
2012-01-18
1
-0
/
+1
*
Fixed sched_setaffinity(2) to correctly pass size.
Maxim Dounin
2012-01-16
1
-1
/
+4
*
Replaced "can not" with "cannot" and "could not" in a bunch of places.
Ruslan Ermilov
2011-09-19
1
-1
/
+2
*
allow "env" to work in the single process mode
Igor Sysoev
2010-12-13
1
-0
/
+5
*
worker_rlimit_core should be off_t
Igor Sysoev
2010-09-15
1
-2
/
+2
*
*) introduce ngx_time_sigsafe_update() to update the error log time only
Igor Sysoev
2010-03-25
1
-3
/
+3
*
*) use previously cached GMT offset value to update time from a signal handler
Igor Sysoev
2010-03-13
1
-3
/
+3
*
add NGX_PROCESS_HELPER process status
Igor Sysoev
2009-11-23
1
-2
/
+4
[next]