Igor Sysoev
|
eacd5d89b7
|
fix double free(), introduced in r3268
|
2009-12-07 15:13:46 +00:00 |
|
Igor Sysoev
|
6cfcef3cbf
|
remove stale comment
|
2009-12-02 13:03:54 +00:00 |
|
Igor Sysoev
|
3bc08a51c7
|
bump version
|
2009-12-02 13:02:43 +00:00 |
|
Igor Sysoev
|
a734e33720
|
chmod unix listen domain socket to 0666
|
2009-11-30 11:26:24 +00:00 |
|
Igor Sysoev
|
f215028477
|
bump version
|
2009-11-25 17:04:00 +00:00 |
|
Igor Sysoev
|
72db760eca
|
add NGX_PROCESS_HELPER process status
|
2009-11-23 15:46:21 +00:00 |
|
Igor Sysoev
|
0bd426def1
|
bump version
|
2009-11-23 13:09:33 +00:00 |
|
Igor Sysoev
|
69061b73ef
|
fix pcre allocation on Win32, the bug had been introduced in r3326
|
2009-11-17 10:24:45 +00:00 |
|
Igor Sysoev
|
25622c2f92
|
bump version
|
2009-11-17 09:59:45 +00:00 |
|
Igor Sysoev
|
57acd7b421
|
bump version
|
2009-11-16 16:00:12 +00:00 |
|
Igor Sysoev
|
a4a0541308
|
align to minimum of a page and a pool sizes
|
2009-11-16 12:50:10 +00:00 |
|
Igor Sysoev
|
104ff87c39
|
ngx_min()
|
2009-11-16 12:48:41 +00:00 |
|
Igor Sysoev
|
ece77cd5be
|
large allocation should not be aligned to a page size
|
2009-11-16 12:47:44 +00:00 |
|
Igor Sysoev
|
c05f20ec2e
|
regex named captures
|
2009-11-16 12:19:02 +00:00 |
|
Igor Sysoev
|
950fb268a2
|
ngx_regex_exec() calling optimiztion:
*) change NGX_REGEX_NO_MATCHED to PCRE_ERROR_NOMATCH
*) declare ngx_regex_exec() as #define
*) optimize SSI regex a little
|
2009-11-13 20:41:41 +00:00 |
|
Igor Sysoev
|
f4992bbe14
|
bump version
|
2009-11-11 21:06:36 +00:00 |
|
Igor Sysoev
|
653edd491b
|
use ngx_resolver_alloc() instead of ngx_resolver_calloc()
since all fields are filled
|
2009-11-11 14:29:20 +00:00 |
|
Igor Sysoev
|
e79f429b4b
|
fix resolving an empty name (".")
|
2009-11-11 14:27:24 +00:00 |
|
Igor Sysoev
|
a993d55b0f
|
bump version
|
2009-11-11 12:30:36 +00:00 |
|
Igor Sysoev
|
a59ba33060
|
*) fix resolving an empty name ("."),
*) add quotes in an error message,
*) backout r3299 in ngx_mail_smtp_handler.c
|
2009-11-09 19:15:11 +00:00 |
|
Igor Sysoev
|
70966c154f
|
fix "PTR ." case in address resolver
|
2009-11-09 18:04:05 +00:00 |
|
Igor Sysoev
|
64bfa87e73
|
fix segfault in resolver:
ngx_resolve_name_done() and ngx_resolve_addr_done() did not delete
contexts from a resolver node waiting list.
|
2009-11-09 17:45:56 +00:00 |
|
Igor Sysoev
|
21accae8e5
|
cf->conf_file->file.name.data may be uninitialized, if an allocation failed;
found by Clang Static Analyzer
|
2009-11-05 17:10:48 +00:00 |
|
Igor Sysoev
|
bcc44e2549
|
allow to inherit unix domain sockets while online upgrade
|
2009-11-04 18:36:43 +00:00 |
|
Igor Sysoev
|
822503ea41
|
bump version
|
2009-11-04 11:20:54 +00:00 |
|
Igor Sysoev
|
4ac5ca8ae0
|
ngx_ptocidr() supports IPv6
|
2009-11-03 13:42:25 +00:00 |
|
Igor Sysoev
|
fd078fd6d5
|
make ngx_inet6_ntop() non-static
|
2009-11-03 12:44:55 +00:00 |
|
Igor Sysoev
|
612ecb7674
|
optimize some cycles:
*) delete surplus variable;
*) on i386/amd64 "while (n) / n--" is smaller than "while (n--)",
because the platforms have no postfix operations
|
2009-11-02 17:12:09 +00:00 |
|
Igor Sysoev
|
8b816d88a9
|
change ngx_parse_addr() interface
|
2009-11-02 16:11:06 +00:00 |
|
Igor Sysoev
|
1d52beba73
|
ngx_parse_addr()
|
2009-11-02 15:20:42 +00:00 |
|
Igor Sysoev
|
0c189c5159
|
rename ngx_peer_addr_t to ngx_addr_t
|
2009-11-02 15:14:17 +00:00 |
|
Igor Sysoev
|
67765e8918
|
use sin6_addr.s6_addr instead of "(u_char *) & .sin6_addr"
|
2009-11-02 14:32:46 +00:00 |
|
Igor Sysoev
|
0f25ed3d77
|
replace inet_addr() with ngx_inet_addr()
|
2009-11-02 13:51:10 +00:00 |
|
Igor Sysoev
|
47c88464eb
|
use ngx_inet6_addr()
|
2009-11-02 12:58:30 +00:00 |
|
Igor Sysoev
|
5a76cbbbc6
|
ngx_inet6_addr()
|
2009-11-02 12:50:00 +00:00 |
|
Igor Sysoev
|
19811dbdde
|
style fix
|
2009-11-02 12:41:56 +00:00 |
|
Igor Sysoev
|
61490aa6b6
|
delete unused field c->local_socklen
|
2009-11-01 19:29:49 +00:00 |
|
Igor Sysoev
|
9f179fe546
|
do not unlink unix domain socket file while online upgrade
|
2009-10-30 19:18:21 +00:00 |
|
Igor Sysoev
|
633c178a17
|
unlink unix domain socket file after testing
|
2009-10-30 19:16:50 +00:00 |
|
Igor Sysoev
|
b3586d13da
|
bump version
|
2009-10-28 10:31:06 +00:00 |
|
Igor Sysoev
|
8ffea50797
|
fix r3211
|
2009-10-26 12:00:37 +00:00 |
|
Igor Sysoev
|
baf8e409ba
|
http listen unix domain sockets
|
2009-10-26 11:43:32 +00:00 |
|
Igor Sysoev
|
42b72993c5
|
use lowcase only hostname
|
2009-10-21 17:04:13 +00:00 |
|
Igor Sysoev
|
a1e36777f4
|
add SNI support in -V output
|
2009-10-19 12:35:01 +00:00 |
|
Igor Sysoev
|
6a588f80c6
|
bump version
|
2009-10-15 13:01:42 +00:00 |
|
Igor Sysoev
|
3f438068eb
|
ignore EACCES errors for top level directories in ngx_create_full_path()
|
2009-10-14 11:46:09 +00:00 |
|
Igor Sysoev
|
d0188e09af
|
do not create Win32 drive letter in ngx_create_full_path()
|
2009-10-14 11:36:16 +00:00 |
|
Igor Sysoev
|
e7138540d6
|
nginx did not close log file set by --error-log-path,
the bug was introduced in r2744
|
2009-10-09 14:43:09 +00:00 |
|
Igor Sysoev
|
9e54633645
|
bump version
|
2009-10-07 12:48:05 +00:00 |
|
Igor Sysoev
|
280d6955e3
|
bump version
|
2009-10-06 13:52:26 +00:00 |
|