index
:
nginx
master
nginx mirror
about
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
*
Fixed undefined behavior when left shifting signed integer.
Ruslan Ermilov
2016-08-04
*
Fixed logging.
Sergey Kandaurov
2016-03-31
*
Core: added support for more than 64 CPUs in worker_cpu_affinity.
Vladimir Homutov
2016-02-18
*
Dynamic modules: changed ngx_modules to cycle->modules.
Maxim Dounin
2016-02-04
*
Core: idle connections now closed only once on exiting.
Valentin Bartenev
2015-08-11
*
Introduced worker number, ngx_worker.
Maxim Dounin
2015-05-20
*
Removed the "worker_rlimit_sigpending" directive.
Ruslan Ermilov
2015-04-23
*
Removed unix ngx_threaded and related ngx_process_changes.
Ruslan Ermilov
2015-03-20
*
Removed old pthread implementation.
Ruslan Ermilov
2015-03-20
*
Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.
Ruslan Ermilov
2015-03-04
*
Events: introduced cancelable timers.
Valentin Bartenev
2014-08-13
*
Events: removed broken thread support from event timers.
Valentin Bartenev
2014-08-25
*
Events: removed broken thread support from posted events.
Valentin Bartenev
2014-09-01
*
Core: exit on ngx_pnalloc() failure.
Piotr Sikora
2014-08-01
*
Added syslog support for error_log and access_log directives.
Vladimir Homutov
2014-05-12
*
Added connection serial number in logging of left open sockets.
Sergey Kandaurov
2014-03-06
*
Added per-process random seeding (ticket #456).
Maxim Dounin
2014-01-04
*
Style.
Maxim Dounin
2013-07-11
*
Core: support several "error_log" directives.
Vladimir Homutov
2013-06-20
*
Valgrind: supressed complaints about uninitialized bytes.
Maxim Dounin
2013-06-05
*
Use NGX_FILE_ERROR for handling file operations errors.
Valentin Bartenev
2013-03-25
*
Fixed failure to start cache manager and cache loader processes
Igor Sysoev
2012-11-20
*
Fixed setting of CPU affinity on respawn of dead worker processes.
Ruslan Ermilov
2012-11-16
*
Correct plural form for "path" in the whole source base.
Andrey Belov
2012-09-28
*
Added clearing of cpu_affinity after process spawn.
Maxim Dounin
2012-09-26
*
Fixed segfault with poll and resolver used.
Maxim Dounin
2012-06-18
*
worker_cpu_affinity: cleaned up Linux implementation, added FreeBSD support.
Ruslan Ermilov
2012-03-21
*
Added msleep() on reload to allow new processes to start.
Maxim Dounin
2012-02-28
*
Copyright updated.
Maxim Konovalov
2012-01-18
*
Fixed sched_setaffinity(2) to correctly pass size.
Maxim Dounin
2012-01-16
*
Replaced "can not" with "cannot" and "could not" in a bunch of places.
Ruslan Ermilov
2011-09-19
*
allow "env" to work in the single process mode
Igor Sysoev
2010-12-13
*
worker_rlimit_core should be off_t
Igor Sysoev
2010-09-15
*
*) introduce ngx_time_sigsafe_update() to update the error log time only
Igor Sysoev
2010-03-25
*
*) use previously cached GMT offset value to update time from a signal handler
Igor Sysoev
2010-03-13
*
add NGX_PROCESS_HELPER process status
Igor Sysoev
2009-11-23
*
fix building without --with-debug, introduced in r3294
Igor Sysoev
2009-11-11
*
Fix a bug introduced in r2032: After a child process has read a terminate
Igor Sysoev
2009-11-04
*
http listen unix domain sockets
Igor Sysoev
2009-10-26
*
twice termination delay only after SIGALRM, otherwise many separate SIGCHLD
Igor Sysoev
2009-08-26
*
style fix
Igor Sysoev
2009-08-26
*
fix typo
Igor Sysoev
2009-08-26
*
*) share temporary number between workers
Igor Sysoev
2009-08-21
*
fix debug point for left open sockets
Igor Sysoev
2009-08-13
*
delete mistaken sleep in the previous commit
Igor Sysoev
2009-08-10
*
cache loader process
Igor Sysoev
2009-08-10
*
introduce NGX_PROCESS_JUST_SPAWN and change field name accordingly
Igor Sysoev
2009-08-10
*
introduce cache manager instead of cache cleaner
Igor Sysoev
2009-03-30
*
a prelimiary proxy cache support
Igor Sysoev
2009-03-23
*
fix message
Igor Sysoev
2009-02-23
[next]