summaryrefslogtreecommitdiffhomepage
path: root/src/os/unix/ngx_process_cycle.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-13Events: introduced cancelable timers.Valentin Bartenev1-0/+2
2014-08-25Events: removed broken thread support from event timers.Valentin Bartenev1-1/+0
2014-09-01Events: removed broken thread support from posted events.Valentin Bartenev1-5/+4
2014-08-01Core: exit on ngx_pnalloc() failure.Piotr Sikora1-0/+4
2014-05-12Added syslog support for error_log and access_log directives.Vladimir Homutov1-4/+7
2014-03-06Added connection serial number in logging of left open sockets.Sergey Kandaurov1-2/+2
2014-01-04Added per-process random seeding (ticket #456).Maxim Dounin1-0/+2
2013-07-11Style.Maxim Dounin1-1/+1
2013-06-20Core: support several "error_log" directives.Vladimir Homutov1-0/+2
2013-06-05Valgrind: supressed complaints about uninitialized bytes.Maxim Dounin1-0/+8
2013-03-25Use NGX_FILE_ERROR for handling file operations errors.Valentin Bartenev1-1/+1
2012-11-20Fixed failure to start cache manager and cache loader processesIgor Sysoev1-4/+9
2012-11-16Fixed setting of CPU affinity on respawn of dead worker processes.Ruslan Ermilov1-14/+16
2012-09-28Correct plural form for "path" in the whole source base.Andrey Belov1-6/+6
2012-09-26Added clearing of cpu_affinity after process spawn.Maxim Dounin1-0/+2
2012-06-18Fixed segfault with poll and resolver used.Maxim Dounin1-0/+4
2012-03-21worker_cpu_affinity: cleaned up Linux implementation, added FreeBSD support.Ruslan Ermilov1-15/+2
2012-02-28Added msleep() on reload to allow new processes to start.Maxim Dounin1-0/+4
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2012-01-16Fixed sched_setaffinity(2) to correctly pass size.Maxim Dounin1-1/+4
2011-09-19Replaced "can not" with "cannot" and "could not" in a bunch of places.Ruslan Ermilov1-1/+2
2010-12-13allow "env" to work in the single process modeIgor Sysoev1-0/+5
2010-09-15worker_rlimit_core should be off_tIgor Sysoev1-2/+2
2010-03-25*) introduce ngx_time_sigsafe_update() to update the error log time onlyIgor Sysoev1-3/+3
2010-03-13*) use previously cached GMT offset value to update time from a signal handlerIgor Sysoev1-3/+3
2009-11-23add NGX_PROCESS_HELPER process statusIgor Sysoev1-2/+4
2009-11-11fix building without --with-debug, introduced in r3294Igor Sysoev1-1/+1
2009-11-04Fix a bug introduced in r2032: After a child process has read a terminateIgor Sysoev1-2/+12
2009-10-26http listen unix domain socketsIgor Sysoev1-0/+2
2009-08-26twice termination delay only after SIGALRM, otherwise many separate SIGCHLDIgor Sysoev1-1/+5
2009-08-26style fixIgor Sysoev1-2/+1
2009-08-26fix typoIgor Sysoev1-1/+1
2009-08-21*) share temporary number between workersIgor Sysoev1-4/+0
2009-08-13fix debug point for left open socketsIgor Sysoev1-3/+4
2009-08-10delete mistaken sleep in the previous commitIgor Sysoev1-2/+0
2009-08-10cache loader processIgor Sysoev1-61/+96
2009-08-10introduce NGX_PROCESS_JUST_SPAWN and change field name accordinglyIgor Sysoev1-4/+4
2009-03-30introduce cache manager instead of cache cleanerIgor Sysoev1-17/+17
2009-03-23a prelimiary proxy cache supportIgor Sysoev1-40/+66
2009-02-23fix messageIgor Sysoev1-1/+1
2008-06-17*) back out r2040Igor Sysoev1-1/+1
2008-05-25read channel until EAGAINIgor Sysoev1-43/+47
2008-02-28left open sockets were not really testedIgor Sysoev1-5/+5
2008-02-19avoid endless loop if epoll is usedIgor Sysoev1-0/+5
2007-12-10move condition declarations inside blocks where they are usedIgor Sysoev1-6/+5
2007-10-18Cygwin can not pass SCM_RIGHTS via unix socket, use signalsIgor Sysoev1-0/+8
2007-10-16fix building broken in r1578Igor Sysoev1-1/+0
2007-10-16delete code that should be deleted in r1576Igor Sysoev1-10/+0
2007-10-16avoid segfault if poll is used and endless loop if select is usedIgor Sysoev1-1/+1
2007-10-14fix English grammarIgor Sysoev1-4/+4