Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-07Style.Maxim Dounin
2017-03-07Introduced worker_shutdown_timeout.Maxim Dounin
2017-03-07Cancelable timers are now preserved if there are other timers.Maxim Dounin
2016-10-05Cache: cache manager limits.Dmitry Volyntsev
2016-08-04Always seed PRNG with PID, seconds, and milliseconds.Ruslan Ermilov
2016-08-04Fixed undefined behavior when left shifting signed integer.Ruslan Ermilov
2016-03-31Fixed logging.Sergey Kandaurov
2016-02-18Core: added support for more than 64 CPUs in worker_cpu_affinity.Vladimir Homutov
2016-02-04Dynamic modules: changed ngx_modules to cycle->modules.Maxim Dounin
2015-08-11Core: idle connections now closed only once on exiting.Valentin Bartenev
2015-05-20Introduced worker number, ngx_worker.Maxim Dounin
2015-04-23Removed the "worker_rlimit_sigpending" directive.Ruslan Ermilov
2015-03-20Removed unix ngx_threaded and related ngx_process_changes.Ruslan Ermilov
2015-03-20Removed old pthread implementation.Ruslan Ermilov
2015-03-04Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.Ruslan Ermilov
2014-08-13Events: introduced cancelable timers.Valentin Bartenev
2014-08-25Events: removed broken thread support from event timers.Valentin Bartenev
2014-09-01Events: removed broken thread support from posted events.Valentin Bartenev
2014-08-02Core: exit on ngx_pnalloc() failure.Piotr Sikora
2014-05-12Added syslog support for error_log and access_log directives.Vladimir Homutov
2014-03-06Added connection serial number in logging of left open sockets.Sergey Kandaurov
2014-01-04Added per-process random seeding (ticket #456).Maxim Dounin
2013-07-11Style.Maxim Dounin
2013-06-20Core: support several "error_log" directives.Vladimir Homutov
2013-06-05Valgrind: supressed complaints about uninitialized bytes.Maxim Dounin
2013-03-25Use NGX_FILE_ERROR for handling file operations errors.Valentin Bartenev
2012-11-20Fixed failure to start cache manager and cache loader processesIgor Sysoev
2012-11-16Fixed setting of CPU affinity on respawn of dead worker processes.Ruslan Ermilov
2012-09-28Correct plural form for "path" in the whole source base.Andrey Belov
2012-09-26Added clearing of cpu_affinity after process spawn.Maxim Dounin
2012-06-18Fixed segfault with poll and resolver used.Maxim Dounin
2012-03-21worker_cpu_affinity: cleaned up Linux implementation, added FreeBSD support.Ruslan Ermilov
2012-02-28Added msleep() on reload to allow new processes to start.Maxim Dounin
2012-01-18Copyright updated.Maxim Konovalov
2012-01-16Fixed sched_setaffinity(2) to correctly pass size.Maxim Dounin
2011-09-19Replaced "can not" with "cannot" and "could not" in a bunch of places.Ruslan Ermilov
2010-12-13allow "env" to work in the single process modeIgor Sysoev
2010-09-15worker_rlimit_core should be off_tIgor Sysoev
2010-03-25*) introduce ngx_time_sigsafe_update() to update the error log time onlyIgor Sysoev
2010-03-13*) use previously cached GMT offset value to update time from a signal handlerIgor Sysoev
2009-11-23add NGX_PROCESS_HELPER process statusIgor Sysoev
2009-11-11fix building without --with-debug, introduced in r3294Igor Sysoev
2009-11-04Fix a bug introduced in r2032: After a child process has read a terminateIgor Sysoev
2009-10-26http listen unix domain socketsIgor Sysoev
2009-08-26twice termination delay only after SIGALRM, otherwise many separate SIGCHLDIgor Sysoev
2009-08-26style fixIgor Sysoev
2009-08-26fix typoIgor Sysoev
2009-08-21*) share temporary number between workersIgor Sysoev
2009-08-13fix debug point for left open socketsIgor Sysoev
2009-08-10delete mistaken sleep in the previous commitIgor Sysoev