index
:
nginx
master
nginx mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
nginx.c
Commit message (
Expand
)
Author
Age
*
Copyright updated.
Maxim Konovalov
2012-01-18
*
Fixed handling of SIGWINCH/NOACCEPT signal.
Maxim Dounin
2011-11-15
*
Introduction of simple ngx_write_stderr() instead of ngx_log_stderr()
Igor Sysoev
2011-11-14
*
malloc() debugging on MacOSX.
Igor Sysoev
2011-10-24
*
FreeBSD's MALLOC_OPTIONS must be set before any malloc() call.
Igor Sysoev
2011-10-24
*
move ngx_strerror_init() at the very start
Igor Sysoev
2010-11-29
*
use copied strerror() messages and autoconfigured sys_nerr value
Igor Sysoev
2010-11-25
*
worker_rlimit_core should be off_t
Igor Sysoev
2010-09-15
*
the -q switch
Igor Sysoev
2010-09-02
*
ngx_str_set() and ngx_str_null()
Igor Sysoev
2010-05-14
*
fix comments
Igor Sysoev
2010-03-26
*
fix r3331:
Igor Sysoev
2009-12-17
*
fix r3211
Igor Sysoev
2009-10-26
*
add SNI support in -V output
Igor Sysoev
2009-10-19
*
nginx did not close log file set by --error-log-path,
Igor Sysoev
2009-10-09
*
Linux/SPARC malloc() returns an address aligned to 8. This conflicts with
Igor Sysoev
2009-09-30
*
a signaller process should stop configuration processing just after
Igor Sysoev
2009-06-06
*
add prefix in Usage
Igor Sysoev
2009-04-28
*
-p and --prefix=
Igor Sysoev
2009-04-27
*
add quotes for configure options with spaces
Igor Sysoev
2009-04-26
*
pass command lines options to workers
Igor Sysoev
2009-04-23
*
issue start up errors and warning on both stderr and error_log
Igor Sysoev
2009-04-23
*
implement "-s signal" option for Unix
Igor Sysoev
2009-04-21
*
add -? and -h options
Igor Sysoev
2009-04-21
*
allow condensed command lines options
Igor Sysoev
2009-04-21
*
test command line options before ngx_log_init() and issue errors to stderr
Igor Sysoev
2009-04-21
*
Win32 master/workers model
Igor Sysoev
2009-04-20
*
show -t results on stderr
Igor Sysoev
2009-04-19
*
small optimization: " == NGX_ERROR" > " != NGX_OK"
Igor Sysoev
2009-02-24
*
compatibility with glibc 2.3, warn_unused_result attribute for write()
Igor Sysoev
2008-11-11
*
remove unused #include's
Igor Sysoev
2008-09-05
*
-g switch
Igor Sysoev
2008-06-30
*
*) back out r2040
Igor Sysoev
2008-06-17
*
style fix
Igor Sysoev
2008-05-22
*
move condition declarations inside blocks where they are used
Igor Sysoev
2007-12-10
*
rename ngx_crc32_init() to ngx_crc32_table_init()
Igor Sysoev
2007-12-07
*
test relative nginx.conf, this is compatible with old versions
Igor Sysoev
2007-08-20
*
--sysconfdir=DIR
Igor Sysoev
2007-07-29
*
fix potential segfault,
Igor Sysoev
2007-07-19
*
reset errno
Igor Sysoev
2007-07-11
*
fix online upgrade
Igor Sysoev
2007-01-25
*
env
Igor Sysoev
2007-01-20
*
worker_rlimit_core supports size in K, M, and G
Igor Sysoev
2006-12-24
*
add comment
Igor Sysoev
2006-12-24
*
the -V switch
Igor Sysoev
2006-12-23
*
allocate aligned ngx_crc32_table_short globally
Igor Sysoev
2006-12-15
*
slab allocator in shared memory
Igor Sysoev
2006-11-20
*
aligned ngx_crc32_table_short was allocated from wrong pool
Igor Sysoev
2006-10-20
*
split ngx_crc32() to short and long version
Igor Sysoev
2006-10-19
*
add sun4v,
Igor Sysoev
2006-10-06
[next]