Igor Sysoev
|
0804db3ccd
|
bump version
|
2009-05-01 19:13:37 +00:00 |
|
Igor Sysoev
|
4709d5d80f
|
*) refactor error_log processing: listen socket log might inherit built-in
error_log with zero level, and r2447, r2466, r2467 were not enough
*) remove bogus "stderr" level
*) some functions and fields renames
|
2009-04-30 13:53:42 +00:00 |
|
Igor Sysoev
|
416256863e
|
set of.failed for cached error, the bug has been introduced in r2757
|
2009-04-30 08:01:50 +00:00 |
|
Igor Sysoev
|
5b0c886626
|
uniform ngx_file_info() interface with ngx_fd_info()
|
2009-04-29 19:28:52 +00:00 |
|
Igor Sysoev
|
50480a02a2
|
fix the previous commit
|
2009-04-29 13:07:16 +00:00 |
|
Igor Sysoev
|
2c265a76eb
|
Winsock uses ECONNABORTED instead of ECONNRESET
|
2009-04-29 11:34:58 +00:00 |
|
Igor Sysoev
|
38e0a9b4e5
|
fix building by BCC if NGX_PREFIX is defined
|
2009-04-29 11:32:58 +00:00 |
|
Igor Sysoev
|
d699f98b8c
|
*) do not show line number for -g option
*) reset configuration file after -g option has been parsed
|
2009-04-28 20:06:03 +00:00 |
|
Igor Sysoev
|
89cf9f7787
|
introduce ngx_write_console() to support OEM code pages
|
2009-04-28 15:05:27 +00:00 |
|
Igor Sysoev
|
64e5598458
|
add prefix in Usage
|
2009-04-28 04:34:27 +00:00 |
|
Igor Sysoev
|
9c1308dd82
|
ngx_log_errno()
|
2009-04-27 13:17:33 +00:00 |
|
Igor Sysoev
|
70eb9fa979
|
use ngx_vslprintf(), ngx_slprintf()
|
2009-04-27 13:06:20 +00:00 |
|
Igor Sysoev
|
447dba8ab7
|
ngx_vslprintf(), ngx_slprintf()
|
2009-04-27 12:51:33 +00:00 |
|
Igor Sysoev
|
ecfc0688ff
|
bump version
|
2009-04-27 12:48:38 +00:00 |
|
Igor Sysoev
|
0ae870d26b
|
-p and --prefix=
|
2009-04-27 11:32:33 +00:00 |
|
Igor Sysoev
|
605e8e0575
|
*) of.test_only to not open file if only stat() is enough
*) of.failed to return exact name of failed syscall
|
2009-04-27 09:55:53 +00:00 |
|
Igor Sysoev
|
2f025ec2b0
|
add quotes for configure options with spaces
|
2009-04-26 19:37:38 +00:00 |
|
Igor Sysoev
|
52a498f2fd
|
change ngx_log_abort() interface
|
2009-04-24 15:50:51 +00:00 |
|
Igor Sysoev
|
d8651b96c4
|
style fix: (void)
|
2009-04-24 14:45:52 +00:00 |
|
Igor Sysoev
|
30eebbb00a
|
change ngx_log_create_errlog() interface
|
2009-04-24 14:27:36 +00:00 |
|
Igor Sysoev
|
c208891826
|
pass command lines options to workers
|
2009-04-23 18:22:28 +00:00 |
|
Igor Sysoev
|
ddba51983f
|
issue start up errors and warning on both stderr and error_log
|
2009-04-23 11:13:12 +00:00 |
|
Igor Sysoev
|
d4dc08bc11
|
style fix: remove trailing spaces introduced in the previous commit
|
2009-04-23 09:46:14 +00:00 |
|
Igor Sysoev
|
1768f3bbf2
|
use ngx_str_t for error levels
|
2009-04-23 08:05:54 +00:00 |
|
Igor Sysoev
|
a0ad107cee
|
implement "-s signal" option for Unix
|
2009-04-21 20:25:49 +00:00 |
|
Igor Sysoev
|
dc2cdf7565
|
style fix: remove trailing spaces
|
2009-04-21 19:49:48 +00:00 |
|
Igor Sysoev
|
613828e9c2
|
style fix: remove tabs
|
2009-04-21 19:38:02 +00:00 |
|
Igor Sysoev
|
c21d2ff81e
|
add -? and -h options
|
2009-04-21 16:21:58 +00:00 |
|
Igor Sysoev
|
d8f4d3aee6
|
allow condensed command lines options
|
2009-04-21 15:42:15 +00:00 |
|
Igor Sysoev
|
7f8b171cdc
|
fix r2731 for Win32
|
2009-04-21 15:40:40 +00:00 |
|
Igor Sysoev
|
566b2a0d1f
|
test command line options before ngx_log_init() and issue errors to stderr
|
2009-04-21 13:39:47 +00:00 |
|
Igor Sysoev
|
e1262ebe1d
|
bump version
|
2009-04-20 13:29:38 +00:00 |
|
Igor Sysoev
|
783a4563b5
|
Win32 master/workers model
|
2009-04-20 06:08:47 +00:00 |
|
Igor Sysoev
|
2668e22fa1
|
show -t results on stderr
|
2009-04-19 16:06:09 +00:00 |
|
Igor Sysoev
|
523bf6b61f
|
support attaching to an existent Win32 shared memory
|
2009-04-18 19:27:28 +00:00 |
|
Igor Sysoev
|
2e17014cba
|
fix building on platforms which have no atomic operations support,
the bug was introduced in r2564
|
2009-04-17 19:11:31 +00:00 |
|
Igor Sysoev
|
1b247358f5
|
fix the previous commit
|
2009-04-17 19:09:08 +00:00 |
|
Igor Sysoev
|
692c1103da
|
move zone name from ngx_shm_zone_t to ngx_shm_t to use Win32 shared memory
|
2009-04-16 19:25:09 +00:00 |
|
Igor Sysoev
|
d1c68f1116
|
fix building by BCC without NGX_DEBUG_MALLOC
|
2009-04-15 19:44:41 +00:00 |
|
Igor Sysoev
|
a9b3c2740b
|
bump version
|
2009-04-15 06:25:02 +00:00 |
|
Igor Sysoev
|
6cc13ed833
|
style fix
|
2009-04-08 19:51:30 +00:00 |
|
Igor Sysoev
|
7e67ab9ba4
|
delete win32 ngx_file_append_mode() as we use reliable
FILE_APPEND_DATA|SYNCHRONIZE flags
|
2009-04-08 19:13:28 +00:00 |
|
Igor Sysoev
|
2af47be63f
|
adopt NGX_FILE_TRUNCATE for win32
|
2009-04-08 19:03:41 +00:00 |
|
Igor Sysoev
|
32b29d3b03
|
bump version
|
2009-04-06 13:42:56 +00:00 |
|
Igor Sysoev
|
898d8d8497
|
backout r2677 and fix ngx_strlcasestrn() again
|
2009-04-06 11:42:42 +00:00 |
|
Igor Sysoev
|
a02d0e5501
|
bump version
|
2009-04-06 11:39:01 +00:00 |
|
Igor Sysoev
|
a133d58eb1
|
fix ngx_strlcasestrn()
|
2009-04-06 10:38:40 +00:00 |
|
Igor Sysoev
|
a4b3ae12a1
|
bump version
|
2009-04-06 10:37:53 +00:00 |
|
Igor Sysoev
|
ba9ed02e19
|
ngx_strlcasestrn()
|
2009-04-04 17:31:54 +00:00 |
|
Igor Sysoev
|
16385b2b92
|
bump version
|
2009-04-02 13:44:02 +00:00 |
|