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