Igor Sysoev
|
98ab9ce988
|
win32 cache loader support
|
2009-08-11 08:14:43 +00:00 |
|
Igor Sysoev
|
e9d8858da5
|
style fix
|
2009-08-11 07:55:39 +00:00 |
|
Igor Sysoev
|
07b280a29f
|
introduce NGX_PROCESS_JUST_SPAWN and change field name accordingly
|
2009-08-10 13:07:15 +00:00 |
|
Igor Sysoev
|
2642bf1a6d
|
use caseless regex locations on caseless filesystems: MacOSX, Win32, Cygwin
|
2009-07-14 08:53:37 +00:00 |
|
Igor Sysoev
|
52833f2211
|
handle Win32 ReadFile() EOF state in Unix way
|
2009-07-13 09:32:49 +00:00 |
|
Igor Sysoev
|
2d65078eff
|
update r2925
|
2009-06-07 18:22:58 +00:00 |
|
Igor Sysoev
|
7b6b09f105
|
*) exit if no workers could not be started
*) do not quit old workers if no new workers could not be started
|
2009-06-06 12:36:44 +00:00 |
|
Igor Sysoev
|
a864311b12
|
fix debug logging
|
2009-06-05 17:44:49 +00:00 |
|
Igor Sysoev
|
42846485a2
|
test premature process termination
|
2009-06-02 14:26:59 +00:00 |
|
Igor Sysoev
|
130690fceb
|
log GetExitCodeProcess()'s errno
|
2009-06-02 14:26:18 +00:00 |
|
Igor Sysoev
|
5b26bec9e8
|
*) fix memory leak in successful case
*) log shared memory name in failure case
|
2009-06-02 13:56:42 +00:00 |
|
Igor Sysoev
|
785ee23467
|
allow shared memory segments more than 4G
|
2009-05-30 17:06:38 +00:00 |
|
Igor Sysoev
|
6da803a6be
|
fix logging in ngx_win32_rename_file()
|
2009-05-29 09:32:52 +00:00 |
|
Igor Sysoev
|
b7882d1213
|
add trailing zero to a file name
|
2009-05-29 09:31:48 +00:00 |
|
Igor Sysoev
|
b1897d2395
|
reconfigure master process
|
2009-05-08 18:12:03 +00:00 |
|
Igor Sysoev
|
ef919756d9
|
uniform ngx_file_info() interface with ngx_fd_info()
|
2009-04-29 19:28:52 +00:00 |
|
Igor Sysoev
|
ff95d9290c
|
style fix
|
2009-04-29 13:08:10 +00:00 |
|
Igor Sysoev
|
a70d086812
|
fix the previous commit
|
2009-04-29 13:07:16 +00:00 |
|
Igor Sysoev
|
bb8971fd26
|
fallback to neutral language in FormatMessage()
|
2009-04-28 15:06:29 +00:00 |
|
Igor Sysoev
|
9d4a8d9111
|
introduce ngx_write_console() to support OEM code pages
|
2009-04-28 15:05:27 +00:00 |
|
Igor Sysoev
|
28b313290b
|
it seems MAKELANGID(LANG_ENGLISH, SUBLANG_DEFAULT) returns
ERROR_RESOURCE_LANG_NOT_FOUND for Russian locale
|
2009-04-27 18:58:35 +00:00 |
|
Igor Sysoev
|
f67e0a4050
|
ngx_log_errno()
|
2009-04-27 13:17:33 +00:00 |
|
Igor Sysoev
|
e1c9746e37
|
use ngx_vslprintf(), ngx_slprintf()
|
2009-04-27 13:06:20 +00:00 |
|
Igor Sysoev
|
5ef370df40
|
-p and --prefix=
|
2009-04-27 11:32:33 +00:00 |
|
Igor Sysoev
|
caf17102e8
|
pass command lines options to workers
|
2009-04-23 18:22:28 +00:00 |
|
Igor Sysoev
|
bf14b000e6
|
ngx_path_separator()
|
2009-04-23 16:38:59 +00:00 |
|
Igor Sysoev
|
c28ff717cb
|
issue start up errors and warning on both stderr and error_log
|
2009-04-23 11:13:12 +00:00 |
|
Igor Sysoev
|
fce0ab53ad
|
axe incomplete support of Winsock error descriptions on NT
|
2009-04-22 11:25:12 +00:00 |
|
Igor Sysoev
|
b5b7e89469
|
use English only error descriptions in Win32 ngx_strerror_r()
|
2009-04-22 11:20:31 +00:00 |
|
Igor Sysoev
|
c8e9f26a57
|
implement "-s signal" option for Unix
|
2009-04-21 20:25:49 +00:00 |
|
Igor Sysoev
|
80ce3d4dd1
|
style fix: remove trailing spaces
|
2009-04-21 19:49:48 +00:00 |
|
Igor Sysoev
|
e980a6814b
|
add 48x48 icon
|
2009-04-21 15:44:39 +00:00 |
|
Igor Sysoev
|
bd91999ea5
|
Win32 master/workers model
|
2009-04-20 06:08:47 +00:00 |
|
Igor Sysoev
|
b533e98252
|
fix Win32 ngx_gettimezone()
|
2009-04-19 19:08:49 +00:00 |
|
Igor Sysoev
|
f7a08d5f9a
|
support attaching to an existent Win32 shared memory
|
2009-04-18 19:27:28 +00:00 |
|
Igor Sysoev
|
c7f876bd4c
|
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
|
a2de7b9b93
|
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
|
2ec2e35efe
|
adopt NGX_FILE_TRUNCATE for win32
|
2009-04-08 19:03:41 +00:00 |
|
Igor Sysoev
|
fadc7a7e81
|
win32 ngx_open_file() supports utf8 names and NGX_FILE_APPEND
|
2009-03-30 14:51:51 +00:00 |
|
Igor Sysoev
|
8017a63cb3
|
ngx_process_tray()
|
2009-03-30 14:46:33 +00:00 |
|
Igor Sysoev
|
1be7419d10
|
ngx_fs_bsize()
|
2009-03-30 07:43:06 +00:00 |
|
Igor Sysoev
|
a1e9bfbc85
|
fix ngx_wsasend_chain()
|
2009-03-29 16:58:23 +00:00 |
|
Igor Sysoev
|
52859f2f13
|
a prelimiary proxy cache support
|
2009-03-23 13:14:51 +00:00 |
|
Igor Sysoev
|
a35eaccdec
|
a prelimiary IPv6 support, HTTP listen
|
2009-02-21 07:02:02 +00:00 |
|
Igor Sysoev
|
7dcbfe67ef
|
use GetFileAttributesEx() instead of GetFileAttributes()
|
2009-01-21 15:56:29 +00:00 |
|
Igor Sysoev
|
5aa6d223a6
|
fix win32 ngx_is_dir(), etc
|
2009-01-21 15:53:09 +00:00 |
|
Igor Sysoev
|
1cf4988be6
|
fix r1981 on win32
|
2009-01-21 14:17:57 +00:00 |
|
Igor Sysoev
|
ed9b6d8962
|
remove never used zero copy stuff
|
2008-12-17 20:47:18 +00:00 |
|
Igor Sysoev
|
524f54f56d
|
use ngx_ext_rename_file() for single file MOVE
|
2008-12-10 14:53:45 +00:00 |
|
Igor Sysoev
|
a70d3962bb
|
compact win32 errno logging
|
2008-12-09 17:41:17 +00:00 |
|