Sign in
nginx
/
nginx
/
2d028f891035189c5c790aeae8895fb1e6af116f
2d028f8
satisfy all|any
by Igor Sysoev
· 17 years ago
c7a9b7a
use ngx_http_server_addr()
by Igor Sysoev
· 17 years ago
3f24ae2
several changes in server_name:
by Igor Sysoev
· 17 years ago
5dff77a
condition declarations inside blocks update missed in r1705
by Igor Sysoev
· 17 years ago
e19a5f9
set ngx_http_gzip_static module just before ngx_http_static_module
by Igor Sysoev
· 17 years ago
d5fe818
style fix: remove trailing spaces
by Igor Sysoev
· 17 years ago
8eac726
fix building --without-pcre
by Igor Sysoev
· 17 years ago
86b9159
optimization
by Igor Sysoev
· 17 years ago
ce5d6e3
bump version
by Igor Sysoev
· 17 years ago
5bc176a
release-0.6.24 tag
by Igor Sysoev
· 17 years ago
4ee32ca
nginx-0.6.24-RELEASE
by Igor Sysoev
· 17 years ago
nginx-0.6.24
f25abef
fix segfault introduced in r1780
by Igor Sysoev
· 17 years ago
938d499
bump version
by Igor Sysoev
· 17 years ago
6804e88
release-0.6.23 tag
by Igor Sysoev
· 17 years ago
2de83b1
nginx-0.6.23-RELEASE
by Igor Sysoev
· 17 years ago
nginx-0.6.23
a936b27
backout r1790
by Igor Sysoev
· 17 years ago
c16b005
ngx_http_gzip_static_module and gzip_disable
by Igor Sysoev
· 17 years ago
3d70581
non-active request is not done
by Igor Sysoev
· 17 years ago
5a40e95
allow memached_pass inside "if" block
by Igor Sysoev
· 17 years ago
9b1d4c1
inherit $memached_key index and memcached_pass upstream inside "if" block
by Igor Sysoev
· 17 years ago
fe8a327
return NGX_DECLINED if access directives are not active,
by Igor Sysoev
· 17 years ago
11fbf47
use ngx_regex_exec_array()
by Igor Sysoev
· 17 years ago
6b8a04e
ngx_regex_exec_array()
by Igor Sysoev
· 17 years ago
e87afba
call post_action for 499
by Igor Sysoev
· 17 years ago
57c4b0a
regex valid_referers were not inherited
by Igor Sysoev
· 17 years ago
99c3ab9
optimization
by Igor Sysoev
· 17 years ago
513fec7
style fix
by Igor Sysoev
· 17 years ago
cd2aa8e
create ssl buffer on demand and free it before keep-alive
by Igor Sysoev
· 17 years ago
6ff850b
ssl_session_cache off
by Igor Sysoev
· 17 years ago
0123ee3
optimization
by Igor Sysoev
· 17 years ago
12dcb35
style fix
by Igor Sysoev
· 17 years ago
421a3b8
several fixes:
by Igor Sysoev
· 17 years ago
d02661a
use %*s format
by Igor Sysoev
· 17 years ago
79d9a04
%*s format
by Igor Sysoev
· 17 years ago
f3b0e49
open_file_cache_min_uses
by Igor Sysoev
· 17 years ago
5e593aa
take MALLOC_OPTIONS=J into account in slab allocator
by Igor Sysoev
· 17 years ago
dc3bbea
add missed dependences
by Igor Sysoev
· 17 years ago
465a5ff
tree.init_handler is never called
by Igor Sysoev
· 17 years ago
b28f5cc
fix the previous commit
by Igor Sysoev
· 17 years ago
9b9616e
open_file_cache_retest > open_file_cache_valid
by Igor Sysoev
· 17 years ago
f2d60af
fix the previous commit
by Igor Sysoev
· 17 years ago
ff71b94
use ngx_queue.h
by Igor Sysoev
· 17 years ago
374d224
clean rbtree node for all removals
by Igor Sysoev
· 17 years ago
2204d9f
style fix
by Igor Sysoev
· 17 years ago
09085e3
fix STARTTLS prompt in SMTP
by Igor Sysoev
· 17 years ago
ddc8cbd
embed sentinel
by Igor Sysoev
· 17 years ago
01a129d
use ngx_queue.h
by Igor Sysoev
· 17 years ago
181abe5
embed session_rbtree and sentinel inside ngx_ssl_session_cache_t
by Igor Sysoev
· 17 years ago
0a0024b
omit useless test
by Igor Sysoev
· 17 years ago
711e903
use ngx_time() instead of ngx_timeofday()
by Igor Sysoev
· 17 years ago
6675abe
remove SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER, we never need it,
by Igor Sysoev
· 17 years ago
fc28270
cleaning stale global SSL error
by Igor Sysoev
· 17 years ago
94b3ea3
SSL_shutdown() never returns -1, on error it returns 0.
by Igor Sysoev
· 17 years ago
afc57e0
bump version
by Igor Sysoev
· 17 years ago
d3fa449
release-0.6.22 tag
by Igor Sysoev
· 17 years ago
5f0692b
nginx-0.6.22-RELEASE
by Igor Sysoev
· 17 years ago
nginx-0.6.22
9461d6e
comment ngx_walk_tree()
by Igor Sysoev
· 17 years ago
b3ea970
fix comment
by Igor Sysoev
· 17 years ago
00cbb8a
ngx_create_hashed_filename() does not need ngx_file_t
by Igor Sysoev
· 17 years ago
3b112b8
create the only cleanup
by Igor Sysoev
· 17 years ago
719688a
style fix: remove trailing spaces
by Igor Sysoev
· 17 years ago
a03fa36
replace ngx_md5_text() with ngx_hex_dump()
by Igor Sysoev
· 17 years ago
249cbe7
log run cleanups clearly
by Igor Sysoev
· 17 years ago
7912e4b
optimize rbtree initialization and insert
by Igor Sysoev
· 17 years ago
c0cadf1
no answers in DNS response should be NXDOMAIN
by Igor Sysoev
· 17 years ago
28bca1b
fix segfault if response will have CNAME only
by Igor Sysoev
· 17 years ago
7f35ae6
restore environ for perl_destruct()
by Igor Sysoev
· 17 years ago
078dc8b
copy return values to perl's allocated memory
by Igor Sysoev
· 17 years ago
b862cf4
fix merge_slashes
by Igor Sysoev
· 17 years ago
acb2f5d
large_client_header_buffers did not free()ed before keep-alive
by Igor Sysoev
· 17 years ago
6d4b5a1
$upstream_addr did not contain last address, the bug was introduced in r1659
by Igor Sysoev
· 17 years ago
3fc85af
style fix: remove trailing spaces
by Igor Sysoev
· 17 years ago
f2932dc
optimize r->upstream usage
by Igor Sysoev
· 17 years ago
86ef6aa
move condition declarations inside blocks where they are used
by Igor Sysoev
· 17 years ago
e600494
*) copy regex captures $1, $2, etc. *) SV flags debug logging
by Igor Sysoev
· 17 years ago
16623e0
fix segfault when $r->has_request_body() is called with ready body
by Igor Sysoev
· 17 years ago
cb54061
*) now ngx_conf_set_str_array_slot() tests NGX_CONF_UNSET_PTR
by Igor Sysoev
· 17 years ago
d8c4374
return NGX_HTTP_UPSTREAM_INVALID_HEADER instead of NGX_HTTP_BAD_GATEWAY
by Igor Sysoev
· 17 years ago
5a55d71
return NGX_ERROR instead of NGX_HTTP_INTERNAL_SERVER_ERROR in u->parse_header()
by Igor Sysoev
· 17 years ago
a114911
return NGX_HTTP_UPSTREAM_INVALID_HEADER for invalid status
by Igor Sysoev
· 17 years ago
8cdfc51
fix r1695
by Igor Sysoev
· 17 years ago
f4f2efa
delete useless variable
by Igor Sysoev
· 17 years ago
e9af690
ngx_create_path_and_rename_file()
by Igor Sysoev
· 17 years ago
ac7586e
rename ngx_crc32_init() to ngx_crc32_table_init()
by Igor Sysoev
· 17 years ago
27dd6a6
use malloc() in ngx_win32_rename_file, set crit level instead of error
by Igor Sysoev
· 17 years ago
03df86a
bump version
by Igor Sysoev
· 17 years ago
1086233
release-0.6.21 tag
by Igor Sysoev
· 17 years ago
215110a
nginx-0.6.21-RELEASE
by Igor Sysoev
· 17 years ago
nginx-0.6.21
e67d461
ngx_udp_recv()
by Igor Sysoev
· 17 years ago
7b35de9
fix segfault
by Igor Sysoev
· 17 years ago
826c02e
use ngx_rbtree_init()
by Igor Sysoev
· 17 years ago
653a206
ngx_rbtree_init()
by Igor Sysoev
· 17 years ago
a9d3a0d
use ngx_queue_init()
by Igor Sysoev
· 17 years ago
0134d6b
ngx_queue_init()
by Igor Sysoev
· 17 years ago
6b2fce4
allow to use IP addresses without defined resolver
by Igor Sysoev
· 17 years ago
26aae39
style fix
by Igor Sysoev
· 17 years ago
f494912
axe old unused alert message
by Igor Sysoev
· 17 years ago
06187ce
style fix
by Igor Sysoev
· 17 years ago
b4e5b4c
style fix: remove trailing spaces
by Igor Sysoev
· 17 years ago
0827c83
log how big fastcgi record
by Igor Sysoev
· 17 years ago
Next »