Sign in
nginx
/
nginx
/
ef2b59699aeb7cb032febf83b233b656b97a0e35
/
src
/
core
/
nginx.c
1736c18
Configure: the --build= option.
by Ruslan Ermilov
· 11 years ago
e3cab76
Backed out f1a91825730a and 7094bd12c1ff.
by Maxim Dounin
· 12 years ago
d29d21b
Replaced ngx_conf_full_name() with ngx_get_full_name().
by Valentin Bartenev
· 12 years ago
dd3e13e
Core: consolidated log-related code.
by Vladimir Homutov
· 12 years ago
26489b1
Core: fixed handling of "stderr" in error_log.
by Vladimir Homutov
· 12 years ago
604e18f
Use NGX_FILE_ERROR for handling file operations errors.
by Valentin Bartenev
· 12 years ago
9e5f617
Core: fixed resource leak if binary upgrade fails due to no memory.
by Ruslan Ermilov
· 12 years ago
5a7661e
Core: guard against failed allocation during binary upgrade.
by Ruslan Ermilov
· 12 years ago
f7b32c4
Core: the "auto" parameter of the "worker_processes" directive.
by Andrey Belov
· 13 years ago
8ed4929
Fixed the -p parameter handling.
by Ruslan Ermilov
· 13 years ago
43d2b1c
Fixed grammar in error messages.
by Ruslan Ermilov
· 13 years ago
fbd32d4
worker_cpu_affinity: cleaned up Linux implementation, added FreeBSD support.
by Ruslan Ermilov
· 13 years ago
f8d59e3
Copyright updated.
by Maxim Konovalov
· 13 years ago
2b24a67
Fixed handling of SIGWINCH/NOACCEPT signal.
by Maxim Dounin
· 13 years ago
07bb4ed
Introduction of simple ngx_write_stderr() instead of ngx_log_stderr()
by Igor Sysoev
· 13 years ago
efc6eca
malloc() debugging on MacOSX.
by Igor Sysoev
· 14 years ago
b9c859e
FreeBSD's MALLOC_OPTIONS must be set before any malloc() call.
by Igor Sysoev
· 14 years ago
a979d9f
move ngx_strerror_init() at the very start
by Igor Sysoev
· 14 years ago
7f31a20
use copied strerror() messages and autoconfigured sys_nerr value
by Igor Sysoev
· 14 years ago
8c70e67
worker_rlimit_core should be off_t
by Igor Sysoev
· 15 years ago
2cb30f1
the -q switch
by Igor Sysoev
· 15 years ago
05b1a8f
ngx_str_set() and ngx_str_null()
by Igor Sysoev
· 15 years ago
86f791e
fix comments
by Igor Sysoev
· 15 years ago
04799a6
fix r3331:
by Igor Sysoev
· 15 years ago
8ffea50
fix r3211
by Igor Sysoev
· 16 years ago
a1e3677
add SNI support in -V output
by Igor Sysoev
· 16 years ago
e713854
nginx did not close log file set by --error-log-path,
by Igor Sysoev
· 16 years ago
687b0e9
Linux/SPARC malloc() returns an address aligned to 8. This conflicts with
by Igor Sysoev
· 16 years ago
165aa39
a signaller process should stop configuration processing just after
by Igor Sysoev
· 16 years ago
2cc2893
add prefix in Usage
by Igor Sysoev
· 16 years ago
5ef370d
-p and --prefix=
by Igor Sysoev
· 16 years ago
0e60e4f
add quotes for configure options with spaces
by Igor Sysoev
· 16 years ago
caf1710
pass command lines options to workers
by Igor Sysoev
· 16 years ago
c28ff71
issue start up errors and warning on both stderr and error_log
by Igor Sysoev
· 16 years ago
c8e9f26
implement "-s signal" option for Unix
by Igor Sysoev
· 16 years ago
59c393f
add -? and -h options
by Igor Sysoev
· 16 years ago
b77808c
allow condensed command lines options
by Igor Sysoev
· 16 years ago
f873e73
test command line options before ngx_log_init() and issue errors to stderr
by Igor Sysoev
· 16 years ago
bd91999
Win32 master/workers model
by Igor Sysoev
· 16 years ago
1153aa6
show -t results on stderr
by Igor Sysoev
· 16 years ago
1f4220e
small optimization: " == NGX_ERROR" > " != NGX_OK"
by Igor Sysoev
· 16 years ago
f2884e1
compatibility with glibc 2.3, warn_unused_result attribute for write()
by Igor Sysoev
· 16 years ago
5d4e80b
remove unused #include's
by Igor Sysoev
· 17 years ago
b4fbdcf
-g switch
by Igor Sysoev
· 17 years ago
7f6b2ff
*) back out r2040
by Igor Sysoev
· 17 years ago
3b30476
style fix
by Igor Sysoev
· 17 years ago
86ef6aa
move condition declarations inside blocks where they are used
by Igor Sysoev
· 17 years ago
ac7586e
rename ngx_crc32_init() to ngx_crc32_table_init()
by Igor Sysoev
· 17 years ago
3854a1e
test relative nginx.conf, this is compatible with old versions
by Igor Sysoev
· 18 years ago
a1df416
--sysconfdir=DIR
by Igor Sysoev
· 18 years ago
43ae46f
fix potential segfault, found by Coverity's Scan
by Igor Sysoev
· 18 years ago
d2d6bd5
reset errno
by Igor Sysoev
· 18 years ago
95ec258
fix online upgrade
by Igor Sysoev
· 18 years ago
8885f87
env
by Igor Sysoev
· 18 years ago
888ea84
worker_rlimit_core supports size in K, M, and G
by Igor Sysoev
· 18 years ago
674ebb0
add comment
by Igor Sysoev
· 18 years ago
b8fec51
the -V switch
by Igor Sysoev
· 18 years ago
c690675
allocate aligned ngx_crc32_table_short globally
by Igor Sysoev
· 18 years ago
67cd336
slab allocator in shared memory
by Igor Sysoev
· 18 years ago
3d0a716
aligned ngx_crc32_table_short was allocated from wrong pool
by Igor Sysoev
· 19 years ago
5569faa
split ngx_crc32() to short and long version
by Igor Sysoev
· 19 years ago
852cde4
add sun4v, style fix
by Igor Sysoev
· 19 years ago
7f7846d
nginx-0.3.42-RELEASE import
by Igor Sysoev
· 19 years ago
nginx-0.3.42
4ecb4d7
nginx-0.3.41-RELEASE import
by Igor Sysoev
· 19 years ago
nginx-0.3.41
8a2b2fb
nginx-0.3.38-RELEASE import
by Igor Sysoev
· 19 years ago
nginx-0.3.38
ffe7144
nginx-0.3.27-RELEASE import
by Igor Sysoev
· 19 years ago
nginx-0.3.27
ae33d01
nginx-0.3.22-RELEASE import
by Igor Sysoev
· 19 years ago
nginx-0.3.22
2402502
nginx-0.3.16-RELEASE import
by Igor Sysoev
· 19 years ago
nginx-0.3.16
0e5dc5c
nginx-0.3.10-RELEASE import
by Igor Sysoev
· 19 years ago
nginx-0.3.10
c2068d0
nginx-0.3.3-RELEASE import
by Igor Sysoev
· 20 years ago
nginx-0.3.3
208eed2
nginx-0.3.0-RELEASE import
by Igor Sysoev
· 20 years ago
nginx-0.3.0
31eb8c0
nginx-0.2.0-RELEASE import
by Igor Sysoev
· 20 years ago
nginx-0.2.0
e573380
nginx-0.1.45-RELEASE import
by Igor Sysoev
· 20 years ago
nginx-0.1.45
ceb9929
nginx-0.1.44-RELEASE import
by Igor Sysoev
· 20 years ago
nginx-0.1.44
e503539
nginx-0.1.43-RELEASE import
by Igor Sysoev
· 20 years ago
nginx-0.1.43
b145b06
nginx-0.1.36-RELEASE import
by Igor Sysoev
· 20 years ago
nginx-0.1.36
7b190b4
nginx-0.1.35-RELEASE import
by Igor Sysoev
· 20 years ago
nginx-0.1.35
4959ec4
nginx-0.1.33-RELEASE import
by Igor Sysoev
· 20 years ago
nginx-0.1.33
899b44e
nginx-0.1.29-RELEASE import
by Igor Sysoev
· 20 years ago
nginx-0.1.29
c04deca
nginx-0.1.27-RELEASE import
by Igor Sysoev
· 20 years ago
nginx-0.1.27
4d656dc
nginx-0.1.26-RELEASE import
by Igor Sysoev
· 20 years ago
nginx-0.1.26
c157172
nginx-0.1.25-RELEASE import
by Igor Sysoev
· 20 years ago
nginx-0.1.25
8184d1b
nginx-0.1.24-RELEASE import
by Igor Sysoev
· 20 years ago
nginx-0.1.24
02025fd
nginx-0.1.14-RELEASE import
by Igor Sysoev
· 20 years ago
nginx-0.1.14
42b12b3
nginx-0.1.11-RELEASE import
by Igor Sysoev
· 20 years ago
nginx-0.1.11
f690604
nginx-0.1.9-RELEASE import
by Igor Sysoev
· 20 years ago
nginx-0.1.9
1b73583
nginx-0.1.5-RELEASE import
by Igor Sysoev
· 20 years ago
nginx-0.1.5
c0edbcc
nginx-0.1.2-RELEASE import
by Igor Sysoev
· 21 years ago
nginx-0.1.2
924bd79
nginx-0.1.1-RELEASE import
by Igor Sysoev
· 21 years ago
nginx-0.1.1
aad1b89
nginx-0.1.0-2004-10-04-00:02:06 import
by Igor Sysoev
· 21 years ago
8035fd2
nginx-0.1.0-2004-10-01-19:53:53 import
by Igor Sysoev
· 21 years ago
ff8da91
nginx-0.1.0-2004-09-29-20:00:49 import; remove years from copyright
by Igor Sysoev
· 21 years ago
55168f6
nginx-0.1.0-2004-09-29-00:09:22 import
by Igor Sysoev
· 21 years ago
d90282d
nginx-0.1.0-2004-09-28-12:34:51 import; set copyright and remove unused files
by Igor Sysoev
· 21 years ago
6d2a14a
nginx-0.1.0-2004-09-27-20:03:21 import
by Igor Sysoev
· 21 years ago
a7c4a2a
nginx-0.0.10-2004-08-29-07:55:41 import
by Igor Sysoev
· 21 years ago
967fd63
nginx-0.0.10-2004-08-27-19:40:59 import
by Igor Sysoev
· 21 years ago
1c3567e
nginx-0.0.7-2004-07-15-20:35:51 import
by Igor Sysoev
· 21 years ago
32fcd5c
nginx-0.0.7-2004-07-05-10:55:54 import
by Igor Sysoev
· 21 years ago
e0207bb
nginx-0.0.7-2004-06-23-19:18:17 import
by Igor Sysoev
· 21 years ago
Next »