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
2020-11-19Core: "-e" command line option.Igor Ippolitov
2020-07-21Core: close PID file when writing fails.Ruslan Ermilov
2020-06-01Fixed removing of listening UNIX sockets when "changing binary".Ruslan Ermilov
2018-11-15Core: free shared memory on cycle initialization failure.Ruslan Ermilov
2018-10-02Fixed off-by-one error in shared zone initialization.Ruslan Ermilov
2017-10-17Core: free shared memory zones only after reconfiguration.Maxim Dounin
2017-06-14Removed excessive casts for ngx_file_info().Ruslan Ermilov
2017-03-28Use ngx_array_init() to initialize arrays.Ruslan Ermilov
2017-03-07Introduced worker_shutdown_timeout.Maxim Dounin
2016-12-07Perl: removed special environment handling for the perl module.Maxim Dounin
2016-10-18Core: show file contents only once while dumping configuration.Vladimir Homutov
2016-03-31Fixed ngx_os_signal_process() prototype.Ruslan Ermilov
2016-03-31Fixed logging.Sergey Kandaurov
2016-03-25Fixed socket inheritance on reload and binary upgrade.Roman Arutyunyan
2016-02-04Dynamic modules.Maxim Dounin
2016-02-04Dynamic modules: changed ngx_modules to cycle->modules.Maxim Dounin
2016-02-04Dynamic modules: moved module-related stuff to separate files.Maxim Dounin
2015-05-14Core: store and dump processed configuration.Vladimir Homutov
2015-05-20The "reuseport" option of the "listen" directive.Maxim Dounin
2015-04-27Win32: shared memory base addresses and remapping.Maxim Dounin
2015-04-27Win32: fixed shm.handle loss on reload.Maxim Dounin
2015-04-20Core: allow shared memory size to be declared after a reference.Sergey Kandaurov
2015-03-26Removed unused thread-local-storage code.Ruslan Ermilov
2015-04-14Upstream: the "zone" directive.Ruslan Ermilov
2015-03-04Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.Ruslan Ermilov
2014-04-30Core: fixed error handling in ngx_reopen_files().Maxim Dounin
2014-03-07Core: fixed wrong indices in listening sockets compare loops.Maxim Dounin
2013-12-06Core: externalized ngx_cmp_sockaddr().Ruslan Ermilov
2013-10-25Core: apply missed options to sockets added during binary upgrade.Piotr Sikora
2013-09-04Win32: MinGW GCC compatibility.Maxim Dounin
2013-06-28Core: consolidated log-related code.Vladimir Homutov
2013-06-13Core: moved initialization of log level.Vladimir Homutov
2013-06-04Core: fixed handling of "stderr" in error_log.Vladimir Homutov
2013-06-03Core: fixed stderr redirection on win32 in ngx_reopen_files().Vladimir Homutov
2013-03-25Use NGX_FILE_ERROR for handling file operations errors.Valentin Bartenev
2012-12-23Reopening log files code moved to a separate function.Valentin Bartenev
2012-12-14Fixed handling of ngx_write_fd() and ngx_read_fd() errors.Valentin Bartenev
2012-11-23Core: don't reuse shared memory zone that changed ownership (ticket #210).Ruslan Ermilov
2012-09-28Correct plural form for "path" in the whole source base.Andrey Belov
2012-09-28Made sure to initialize the entire ngx_file_t structure.Andrey Belov
2012-08-01Reorder checks in ngx_shared_memory_add() for more consistent error messages.Andrey Belov
2012-01-18Copyright updated.Maxim Konovalov
2011-11-23Added shmtx interface to forcibly unlock mutexes.Maxim Dounin
2011-09-19Replaced "can not" with "cannot" and "could not" in a bunch of places.Ruslan Ermilov
2011-08-04A new fix for the case when ssl_session_cache defined, but ssl is notIgor Sysoev
2011-04-04reuse keepalive connections if there are no free worker connectionsIgor Sysoev
2010-09-02the -q switchIgor Sysoev
2010-06-30fix IPv6 listen socket handling while reconfiguringIgor Sysoev
2010-06-04*) delete no longer used unix domain socketsIgor Sysoev
2010-03-25*) introduce ngx_time_sigsafe_update() to update the error log time onlyIgor Sysoev