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
/
nginx.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-04
Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.
Ruslan Ermilov
1
-3
/
+3
2014-05-20
Configure: the --build= option.
Ruslan Ermilov
1
-1
/
+1
2013-08-20
Backed out f1a91825730a and 7094bd12c1ff.
Maxim Dounin
1
-7
/
+3
2013-08-06
Replaced ngx_conf_full_name() with ngx_get_full_name().
Valentin Bartenev
1
-3
/
+7
2013-06-28
Core: consolidated log-related code.
Vladimir Homutov
1
-7
/
+2
2013-06-04
Core: fixed handling of "stderr" in error_log.
Vladimir Homutov
1
-1
/
+1
2013-03-25
Use NGX_FILE_ERROR for handling file operations errors.
Valentin Bartenev
1
-2
/
+4
2013-03-20
Core: fixed resource leak if binary upgrade fails due to no memory.
Ruslan Ermilov
1
-0
/
+1
2013-03-18
Core: guard against failed allocation during binary upgrade.
Ruslan Ermilov
1
-0
/
+3
2012-10-23
Core: the "auto" parameter of the "worker_processes" directive.
Andrey Belov
1
-2
/
+33
2012-08-03
Fixed the -p parameter handling.
Ruslan Ermilov
1
-1
/
+1
2012-04-12
Fixed grammar in error messages.
Ruslan Ermilov
1
-1
/
+1
2012-03-21
worker_cpu_affinity: cleaned up Linux implementation, added FreeBSD support.
Ruslan Ermilov
1
-9
/
+9
2012-01-18
Copyright updated.
Maxim Konovalov
1
-0
/
+1
2011-11-15
Fixed handling of SIGWINCH/NOACCEPT signal.
Maxim Dounin
1
-0
/
+4
2011-11-14
Introduction of simple ngx_write_stderr() instead of ngx_log_stderr()
Igor Sysoev
1
-18
/
+20
2011-10-24
malloc() debugging on MacOSX.
Igor Sysoev
1
-2
/
+0
2011-10-24
FreeBSD's MALLOC_OPTIONS must be set before any malloc() call.
Igor Sysoev
1
-4
/
+4
2010-11-29
move ngx_strerror_init() at the very start
Igor Sysoev
1
-4
/
+4
2010-11-25
use copied strerror() messages and autoconfigured sys_nerr value
Igor Sysoev
1
-0
/
+4
2010-09-15
worker_rlimit_core should be off_t
Igor Sysoev
1
-2
/
+2
2010-09-02
the -q switch
Igor Sysoev
1
-3
/
+12
2010-05-14
ngx_str_set() and ngx_str_null()
Igor Sysoev
1
-12
/
+6
2010-03-26
fix comments
Igor Sysoev
1
-1
/
+1
2009-12-17
fix r3331:
Igor Sysoev
1
-3
/
+0
2009-10-26
fix r3211
Igor Sysoev
1
-0
/
+4
2009-10-19
add SNI support in -V output
Igor Sysoev
1
-0
/
+3
2009-10-09
nginx did not close log file set by --error-log-path,
Igor Sysoev
1
-0
/
+7
2009-09-30
Linux/SPARC malloc() returns an address aligned to 8. This conflicts with
Igor Sysoev
1
-0
/
+3
2009-06-06
a signaller process should stop configuration processing just after
Igor Sysoev
1
-4
/
+4
2009-04-28
add prefix in Usage
Igor Sysoev
1
-1
/
+1
2009-04-27
-p and --prefix=
Igor Sysoev
1
-4
/
+104
2009-04-26
add quotes for configure options with spaces
Igor Sysoev
1
-1
/
+1
2009-04-23
pass command lines options to workers
Igor Sysoev
1
-0
/
+2
2009-04-23
issue start up errors and warning on both stderr and error_log
Igor Sysoev
1
-12
/
+23
2009-04-21
implement "-s signal" option for Unix
Igor Sysoev
1
-15
/
+5
2009-04-21
add -? and -h options
Igor Sysoev
1
-0
/
+30
2009-04-21
allow condensed command lines options
Igor Sysoev
1
-49
/
+75
2009-04-21
test command line options before ngx_log_init() and issue errors to stderr
Igor Sysoev
1
-54
/
+66
2009-04-20
Win32 master/workers model
Igor Sysoev
1
-39
/
+61
2009-04-19
show -t results on stderr
Igor Sysoev
1
-26
/
+7
2009-02-24
small optimization: " == NGX_ERROR" > " != NGX_OK"
Igor Sysoev
1
-3
/
+3
2008-11-11
compatibility with glibc 2.3, warn_unused_result attribute for write()
Igor Sysoev
1
-11
/
+20
2008-09-05
remove unused #include's
Igor Sysoev
1
-1
/
+0
2008-06-30
-g switch
Igor Sysoev
1
-2
/
+12
2008-06-17
*) back out r2040
Igor Sysoev
1
-2
/
+2
2008-05-22
style fix
Igor Sysoev
1
-1
/
+1
2007-12-10
move condition declarations inside blocks where they are used
Igor Sysoev
1
-6
/
+6
2007-12-07
rename ngx_crc32_init() to ngx_crc32_table_init()
Igor Sysoev
1
-2
/
+4
2007-08-20
test relative nginx.conf, this is compatible with old versions
Igor Sysoev
1
-4
/
+0
[next]