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 |
|
Igor Sysoev
|
0b33dc60c5
|
Win32 appends synchronized if only FILE_APPEND_DATA and SYNCHRONIZE are set
without any other flags. On the other hand, Unix requires at least the write
flag to be set together with O_APPEND.
|
2009-03-31 13:52:01 +00:00 |
|
Igor Sysoev
|
a701f1956d
|
win32 ngx_open_file() supports utf8 names and NGX_FILE_APPEND
|
2009-03-30 14:51:51 +00:00 |
|
Igor Sysoev
|
3261ed4f47
|
bump version
|
2009-03-30 12:09:52 +00:00 |
|
Igor Sysoev
|
bae6e97c7a
|
bump version
|
2009-03-30 11:00:58 +00:00 |
|
Igor Sysoev
|
5fea4a7a97
|
nginx_version
|
2009-03-30 07:48:53 +00:00 |
|
Igor Sysoev
|
ae49939ef2
|
introduce cache manager instead of cache cleaner
|
2009-03-30 07:45:55 +00:00 |
|
Igor Sysoev
|
3b973c3c1a
|
update cpuid for Core 2 and Atom
|
2009-03-28 12:43:41 +00:00 |
|
Igor Sysoev
|
5405ac4039
|
improve ngx_slab_alloc() error logging
|
2009-03-27 17:00:42 +00:00 |
|
Igor Sysoev
|
c17cebe9e0
|
delete old debugging and info
|
2009-03-27 16:37:39 +00:00 |
|
Igor Sysoev
|
dc5526a133
|
bump version
|
2009-03-23 15:56:46 +00:00 |
|
Igor Sysoev
|
f321dbd59a
|
a prelimiary proxy cache support
|
2009-03-23 13:14:51 +00:00 |
|
Igor Sysoev
|
e0ae22fd9b
|
bump version
|
2009-03-18 14:40:21 +00:00 |
|
Igor Sysoev
|
4b276055bc
|
bump version
|
2009-03-16 11:07:29 +00:00 |
|
Igor Sysoev
|
589338b12f
|
compatibility with Tru64 UNIX: fcntl(F_SETLK, F_WRLCK) returns EINVAL if busy
|
2009-03-13 14:53:30 +00:00 |
|
Igor Sysoev
|
b44a03b45d
|
ipv6only
|
2009-03-13 14:20:34 +00:00 |
|
Igor Sysoev
|
1f474de90e
|
ignore EINVAL from setsockopt() on Solaris
|
2009-03-12 07:16:15 +00:00 |
|
Igor Sysoev
|
3c28e772d2
|
bump version
|
2009-03-12 07:12:25 +00:00 |
|
Igor Sysoev
|
b48e9848ab
|
bump version
|
2009-03-11 12:57:26 +00:00 |
|