log src/os/unix/ngx_process_cycle.c @ 6127:967594ba7571

age author description
Thu, 23 Apr 2015 14:26:11 +0300 Ruslan Ermilov Removed the "worker_rlimit_sigpending" directive.
Fri, 20 Mar 2015 06:43:19 +0300 Ruslan Ermilov Removed unix ngx_threaded and related ngx_process_changes.
Fri, 20 Mar 2015 06:43:19 +0300 Ruslan Ermilov Removed old pthread implementation.
Wed, 04 Mar 2015 18:26:25 +0300 Ruslan Ermilov Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.
Wed, 13 Aug 2014 22:45:04 +0400 Valentin Bartenev Events: introduced cancelable timers.
Mon, 25 Aug 2014 13:34:39 +0400 Valentin Bartenev Events: removed broken thread support from event timers.
Mon, 01 Sep 2014 18:20:03 +0400 Valentin Bartenev Events: removed broken thread support from posted events.
Fri, 01 Aug 2014 20:39:22 -0700 Piotr Sikora Core: exit on ngx_pnalloc() failure.
Mon, 12 May 2014 16:34:15 +0400 Vladimir Homutov Added syslog support for error_log and access_log directives.
Thu, 06 Mar 2014 23:15:10 +0400 Sergey Kandaurov Added connection serial number in logging of left open sockets.
Sat, 04 Jan 2014 03:32:06 +0400 Maxim Dounin Added per-process random seeding (ticket #456).
Thu, 11 Jul 2013 20:38:27 +0400 Maxim Dounin Style.
Thu, 20 Jun 2013 20:47:39 +0400 Vladimir Homutov Core: support several "error_log" directives.
Wed, 05 Jun 2013 19:44:22 +0400 Maxim Dounin Valgrind: supressed complaints about uninitialized bytes.
Mon, 25 Mar 2013 15:49:11 +0000 Valentin Bartenev Use NGX_FILE_ERROR for handling file operations errors.