index
:
nginx
master
nginx mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
os
/
win32
/
ngx_process_cycle.c
Commit message (
Expand
)
Author
Age
*
Silenced complaints about socket leaks on forced termination.
Maxim Dounin
2024-01-29
*
Process events posted by ngx_close_idle_connections() immediately.
Roman Arutyunyan
2022-11-18
*
Fixed "changing binary" when reaper is not init.
Ruslan Ermilov
2017-11-28
*
Introduced worker_shutdown_timeout.
Maxim Dounin
2017-03-07
*
Cancelable timers are now preserved if there are other timers.
Maxim Dounin
2017-03-07
*
Cache: cache manager limits.
Dmitry Volyntsev
2016-10-05
*
Always seed PRNG with PID, seconds, and milliseconds.
Ruslan Ermilov
2016-08-04
*
Win32: added per-thread random seeding.
Ruslan Ermilov
2016-08-04
*
Removed redundant "u" format specifier.
Ruslan Ermilov
2016-04-08
*
Fixed ngx_os_signal_process() prototype.
Ruslan Ermilov
2016-03-31
*
Fixed ngx_pid_t formatting in ngx_sprintf() and logging.
Sergey Kandaurov
2016-03-31
*
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 "worker_threads" and "thread_stack_size" directives.
Ruslan Ermilov
2015-03-26
*
Removed unused thread-local-storage code.
Ruslan Ermilov
2015-03-26
*
Removed ngx_threaded and related code.
Ruslan Ermilov
2015-03-26
*
Events: introduced cancelable timers.
Valentin Bartenev
2014-08-13
*
Win32: fixed cpu hog by cache manager on exit (ticket #514).
Maxim Dounin
2014-03-31
*
Added connection serial number in logging of left open sockets.
Sergey Kandaurov
2014-03-06
*
Win32: fixed init_process without master process (ticket #453).
Maxim Dounin
2013-11-29
*
Win32: MinGW GCC compatibility.
Maxim Dounin
2013-09-04
*
Correct plural form for "path" in the whole source base.
Andrey Belov
2012-09-28
*
Copyright updated.
Maxim Konovalov
2012-01-18
*
Replaced "can not" with "cannot" and "could not" in a bunch of places.
Ruslan Ermilov
2011-09-19
*
add "Global\" prefix for signal events
Igor Sysoev
2010-09-02
*
*) 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
*
a cache manager thread handle was overwritten by a cache loader thread handle,
Igor Sysoev
2009-11-17
*
*) share temporary number between workers
Igor Sysoev
2009-08-21
*
win32 cache loader support
Igor Sysoev
2009-08-11
*
style fix
Igor Sysoev
2009-08-11
*
introduce NGX_PROCESS_JUST_SPAWN and change field name accordingly
Igor Sysoev
2009-08-10
*
update r2925
Igor Sysoev
2009-06-07
*
*) exit if no workers could not be started
Igor Sysoev
2009-06-06
*
fix debug logging
Igor Sysoev
2009-06-05
*
log GetExitCodeProcess()'s errno
Igor Sysoev
2009-06-02
*
reconfigure master process
Igor Sysoev
2009-05-08
*
implement "-s signal" option for Unix
Igor Sysoev
2009-04-21
*
Win32 master/workers model
Igor Sysoev
2009-04-20
*
ngx_process_tray()
Igor Sysoev
2009-03-30
*
nginx-0.3.10-RELEASE import
release-0.3.10
Igor Sysoev
2005-11-15
*
nginx-0.3.3-RELEASE import
release-0.3.3
Igor Sysoev
2005-10-19
*
nginx-0.1.29-RELEASE import
release-0.1.29
Igor Sysoev
2005-05-12
*
nginx-0.1.25-RELEASE import
release-0.1.25
Igor Sysoev
2005-03-19
*
nginx-0.1.5-RELEASE import
release-0.1.5
Igor Sysoev
2004-11-11
*
nginx-0.1.1-RELEASE import
release-0.1.1
Igor Sysoev
2004-10-11
*
nginx-0.1.0-2004-09-29-20:00:49 import; remove years from copyright
Igor Sysoev
2004-09-29
*
nginx-0.1.0-2004-09-28-12:34:51 import; set copyright and remove unused files
Igor Sysoev
2004-09-28
*
nginx-0.0.7-2004-06-24-20:07:04 import
Igor Sysoev
2004-06-24
[next]