weiyue
b2cd275d34
Build an red-black tree to store upstreams added by the directive "upstream"
Thanks to SarahWang
11 years ago
Chuanwen Chen
02f3253df9
Merge pull request #449 from dinic/session_sticky_boke_bugfix
修复session sticky加上option=indirect选项导致http 变量乱掉的bug
11 years ago
dinic
b7c35c3570
修复session sticky加上option=indirect选项导致http 变量乱掉的bug
11 years ago
Liu Lantao
9b919c4a77
image_filter support crop_keepx/crop_keepy
crop_keepx reduces the image by width and crops extraneous edges by height.
crop_keepy reduces the image by height and crops extraneous edges by width.
11 years ago
Chuanwen Chen
e71ed9682e
Merge pull request #447 from chobits/master
docs: more information for proxy_buffering_off directive if enabling spdy
11 years ago
Xiaochen Wang
5476c917c7
docs: more information for proxy_buffering_off directive if enabling spdy
Thanks for Arlen Stalwick's advice.
More details are available here:
https://github.com/alibaba/tengine/issues/444
11 years ago
weiyue
855beae029
add ngx_http_reqstat_module
11 years ago
Chuanwen Chen
7bf8808dd2
Merge pull request #443 from szepeviktor/patch-2
genius work!
I feel it now more attractive
Thank you very much
11 years ago
Szépe Viktor
b83c2062ac
Update README.md
- break long dependency line
- defining `DEB_BUILD_OPTIONS` is like export
- `tengine_2.0.2-1_amd64.deb` is just an example
11 years ago
Xiaochen Wang
03171605e0
Merge pull request #418 from betetrpm/master
add debian/ubuntu packagine config
11 years ago
Xiaochen Wang
62d558b6ac
Merge pull request #442 from cfsego/dso_bugfix1
bugfix: do not copy '.so' to destination directory.
11 years ago
weiyue
57b465c419
bugfix: do not copy '.so' to destination directory.
11 years ago
Zhuo Yuan (袁茁)
71f62b6462
Merge pull request #441 from dinic/session_sticky_dso
调整session_sticky模块的顺序
11 years ago
dinic
9780cf56c5
调整session_sticky模块的顺序
11 years ago
Weibin Yao(姚伟斌)
ac76fd1b9a
Merge pull request #436 from chobits/spdy_bugfix
SPDY: fix bug that server_tag directive can not work
11 years ago
Weibin Yao(姚伟斌)
5bd17ab2b2
Merge pull request #437 from chobits/doc_bugfix
docs: added historical information about directive "check_keepalive_requests"
11 years ago
Weibin Yao(姚伟斌)
37ece4eb73
Merge pull request #438 from chobits/nginx-update-1.4.7
merge changes between nginx 1.4.6 and 1.4.7
11 years ago
Xiaochen Wang
f6322d6126
merge changes between nginx 1.4.6 and 1.4.7
Details are as following:
*) Security: a heap memory buffer overflow might occur in a worker
process while handling a specially crafted request by
ngx_http_spdy_module, potentially resulting in arbitrary code
execution (CVE-2014-0133).
Thanks to Lucas Molas, researcher at Programa STIC, Fundación Dr.
Manuel Sadosky, Buenos Aires, Argentina.
Changeset: http://hg.nginx.org/nginx/rev/e7f7d30196e3
Note that this bug has been fixed in Tengine-2.0.2.
*) Bugfix: in the "fastcgi_next_upstream" directive.
Thanks to Lucas Molas.
Changeset: http://hg.nginx.org/nginx/rev/b246018860a2
11 years ago
Xiaochen Wang
a0d28a6649
docs: added historical information about directive "check_keepalive_requests"
11 years ago
Xiaochen Wang
ede5d9b741
SPDY: fix bug that server_tag directive can not work
11 years ago
betterpm
cbe3325b31
add deb packaging config
11 years ago
Weibin Yao(姚伟斌)
dcdaa7ea90
Merge pull request #428 from chobits/spdy_bugfix
Spdy bugfix for parsing http version and handling DATA frame length
11 years ago
Chuanwen Chen
a0c48b78b9
Merge pull request #426 from monadbobo/dso_fix14
1 change the default value of max_dso_module to 256.
11 years ago
Simon Liu
67f2389769
fixed the bug for duplicate module of the module_stubs when install
nginx(enable dso).
11 years ago
Simon Liu
5306d5f413
fixed some code style.
11 years ago
Chuanwen Chen
446dfc4f77
Merge pull request #414 from yzprofile/rewrite_at
rewrite directive supported '@'
11 years ago
xiongjunmin
3e56d70a5b
Merge pull request #430 from chobits/ss_bugfix
Session Sticky: remove unnecessary macro NGX_CONF_1MORE
11 years ago
Xiaochen Wang
40febb0a75
Session Sticky: remove unnecessary macro NGX_CONF_1MORE
If set NGX_CONF_ANY, configure parser will skip NGX_CONF_1MORE checking.
11 years ago
Simon Liu
dafd3a4b52
Merge pull request #429 from yzprofile/master
proc module will cause coredump while using dso
11 years ago
Simon Liu
c97bedbc2a
1 fixed the bug of generating makefile in dso module.
2 determine the return code of make command in dso module.
11 years ago
yzprofile
fe29756b3b
proc module will cause coredump while using dso
11 years ago
Xiaochen Wang
c5dcba5242
SPDY: fixed the DATA frame length handling in case of some errors.
There are a few cases in ngx_http_spdy_state_read_data() related to error
handling when ngx_http_spdy_state_skip() might be called with an inconsistent
state between *pos and sc->length, that leads to violation of frame layout
parsing and resuted in corruption of spdy connection.
11 years ago
Xiaochen Wang
0467bae22a
SPDY: fixed parsing of http version.
There is an error while parsing multi-digit minor version numbers (e.g.
"HTTP/1.10").
11 years ago
Xiaochen Wang
ac5cbef7d6
Merge pull request #427 from cfsego/202
tengine 2.0.2 changelog
12 years ago
weiyue
355446a211
tengine 2.0.2 changelog
12 years ago
Simon Liu
3797ae9baf
1 change the default value of max_dso_module to 256.
2 add the option of setting max_dso_module.
12 years ago
Weibin Yao(姚伟斌)
62c6bb4169
Merge pull request #425 from chobits/spdy_bugfix
Spdy bugfix for CVE-2014-0133 and CVE-2014-0088
12 years ago
Xiaochen Wang
5db7de9c3c
SPDY: heap buffer overflow (bugfix for CVE-2014-0133)
More details from nginx announcement are available here:
http://mailman.nginx.org/pipermail/nginx-announce/2014/000135.html
12 years ago
Xiaochen Wang
6df21ff8de
SPDY: memory corruption (bugfix for CVE-2014-0088)
More details from nginx announcement are available here:
http://mailman.nginx.org/pipermail/nginx-announce/2014/000132.html
12 years ago
Weibin Yao(姚伟斌)
df587838ac
Merge pull request #420 from chobits/spdy_bugfix
SPDY: send output queue after processing of read event.
12 years ago
Xiaochen Wang
f3bc48e15d
SPDY: send output queue after processing of read event.
Some users reported that their spdy client could not receive the reply of PING
frame in time.
Note that this problem has also been fixed in official nginx.
More details are available here: http://hg.nginx.org/nginx/rev/a336cbc3dd44 .
12 years ago
yzprofile
e4caef6f5b
Added @rewrite test cases
12 years ago
weiyue
9bacbe1ec5
update CHANGE.te
12 years ago
Weibin Yao(姚伟斌)
a3c97fc46d
Merge pull request #416 from cfsego/tengine-2.0.1
merged changes between nginx-1.4.5 and nginx-1.4.6
12 years ago
SarahWang
02426f9487
use rbtree to make configuration loading faster
12 years ago
weiyue
916049ea2e
merged changes between nginx-1.4.5 and nginx-1.4.6
updated CHANGES.*
12 years ago
yzprofile
46e035eec7
rewrite directive supported '@'
12 years ago
Xiaochen Wang
1ddce00703
Merge pull request #413 from cfsego/upgrade
update tengine 2.0.1 changelog
12 years ago
weiyue
44ab5f93b6
update change log of tengine 2.0.1
12 years ago
Zhuo Yuan (袁茁)
13c2a2ade4
Merge pull request #412 from yaoweibin/fixed_warning
fixed a variable set but unused warning
12 years ago