Chuanwen Chen
6410df247c
Merge pull request #347 from yaoweibin/tengine-1.5.2
Tengine 1.5.2
12 years ago
Weibin Yao
31636e8896
added the changelog for tengine-1.5.2
12 years ago
Weibin Yao
bafb86f53f
fixed a bug of trim module.
Conflicts:
src/http/modules/ngx_http_trim_filter_module.c
12 years ago
Weibin Yao
ded71308ff
process the zero length response in footer module
12 years ago
Weibin Yao
3c2312289e
Don't process the encoding response in foot filter module
12 years ago
Weibin Yao
5c81290f73
fixed an problem that it may don't pass the request header
When the client_body_postpone_size is specified to be 0, it doesn't
pass the headers before receving any request body.
12 years ago
cfsego
6dfb97d924
bugfixed: nodelay of limit_req failed to work
thanks to jiyiping
12 years ago
Weibin Yao(姚伟斌)
ddf159ee0c
Merge pull request #344 from cfsego/stable
update to tengine 1.5.2
12 years ago
weiyue
2a23e8d68d
update to tengine 1.5.2
12 years ago
Weibin Yao(姚伟斌)
ecb458fdb0
Merge pull request #343 from yzprofile/stable
patched http://nginx.org/download/patch.2013.space.txt
12 years ago
yzprofile
99bfcc906a
patched http://nginx.org/download/patch.2013.space.txt
nginx security advisory (CVE-2013-4547)
12 years ago
Joshua Zhu
14257fec1a
Merge pull request #313 from yaoweibin/tengine-1.5.1-2
added the changelog of tengine-1.5.1
12 years ago
Weibin Yao
8ad40b4bf1
added the changelog of tengine-1.5.1
12 years ago
Weibin Yao(姚伟斌)
fdd902245c
Merge pull request #311 from diwayou/master
ngx lua module compile warning
12 years ago
Weibin Yao(姚伟斌)
dd853d2d97
Merge pull request #310 from zhuzhaoyuan/cleanup-readme-markdown
Cleanup readme markdown
12 years ago
diwayou
6b1d977dd7
compile warning
compile warning:argument 'nret' might be clobbered by 'longjmp' or
'vfork'[-Werror=clobbered]
12 years ago
Joshua Zhu
f31c8f31d4
cleanup of the README.markdown file to reflect to Joshua Lund's commit
12 years ago
Joshua Zhu
026f41dd4c
added two main features
12 years ago
Joshua Zhu
38cdc46a28
Merge pull request #309 from jlund/readme-cleanup
Minor cleanup of the README file
12 years ago
Joshua Lund
793b492a1b
Minor cleanup of the README file
12 years ago
Weibin Yao(姚伟斌)
8ff4191fdb
Merge pull request #307 from taoyuanyuan/t
Bugfix: the "[alert] zero size buf" error.
12 years ago
taoyuanyuan
6c3d57e7a5
Bugfix: the "[alert] zero size buf" error.
12 years ago
lifeibo
62040667cf
Merge pull request #303 from yzprofile/sysguard
Added ncpu to sysguard_load directive
12 years ago
yzprofile
5c63fd4937
Added ncpu to sysguard_load directive
12 years ago
Chuanwen Chen
7035b9508c
Merge pull request #168 from yaoweibin/fix_keepalive_retry
remove the cached connection from the upstream retrying function
12 years ago
Weibin Yao(姚伟斌)
6ae5893564
Merge pull request #301 from chobits/consistent_hash_doc
add english document of consistent_hash module
12 years ago
Weibin Yao(姚伟斌)
bacc63b583
Merge pull request #302 from chobits/session_sticky_document
add english document for session sticky module
12 years ago
Xiaochen Wang
58ff2fd0c9
add english document for session sticky module
12 years ago
Xiaochen Wang
0aa83b7d52
add english document of consistent_hash module
* add docs/modules/ngx_http_upstream_consistent_hash_module.md
* small fix for chinese document of consistent_hash module
12 years ago
Weibin Yao(姚伟斌)
d1db84cce4
Merge pull request #300 from lilbedwin/reload
add sub reload() to Nginx.pm of nginx-tests
12 years ago
Li Liangbin
5c0e784d56
change sleep time of reload operation to 1 second
12 years ago
Li Liangbin
89da172a57
add sub reload() to Nginx.pm of nginx-tests
12 years ago
Weibin Yao(姚伟斌)
4960575d33
Merge pull request #299 from lilbedwin/referer
fix bug in http_referer_module
12 years ago
Li Liangbin
b105161001
fix bug in http_referer_module that using incorrect input string length in the regex matching process when header Referer starts with https://
12 years ago
Weibin Yao(姚伟斌)
71418faa7e
Merge pull request #296 from chobits/kqueue_test_connect
test (kqueue)connection completely in ngx_http_upstream_test_connect()
12 years ago
Weibin Yao(姚伟斌)
772dd4cee9
Merge pull request #298 from zhuzhaoyuan/fix-without-dso-compilation
fixed a compilation error when the '--without-dso' was specified
12 years ago
Joshua Zhu
ec49468096
fixed a compilation error when the '--without-dso' configuaration option was specified
12 years ago
Xiaochen Wang
422086fb7d
test (kqueue)connection completely in ngx_http_upstream_test_connect()
With NGX_HAVE_KQUEUE option, ngx_http_upstream_test_connect() may return
NGX_OK although the connection isnt established.
Reproduce the problem in os x 10.8.4, let backend server down, then
tengine upstream try to connect and send request to it:
ngx_http_upstream_init_request()
'-> ngx_http_upstream_connect()
'-> ngx_event_connect_peer() returns NGX_AGAIN <<< cannot connect
'-> ..
'-> ngx_http_upstream_send_request()
'-> ngx_http_upstream_test_connect() returns NGX_OK <<< wrong value
'-> ngx_output_chain() returns NGX_AGAIN
With this patch, ngx_http_upstream_test_connect() will call getsockopt
to test connection still after it thinks kqueue connection is ok.
Without this patch, tengine can work well because c->recv() will return
NGX_ERROR when read event timedout expires.
Note that nginx has the same problem.
12 years ago
Chuanwen Chen
a315e6cf9b
Merge pull request #294 from taoyuanyuan/t
it looks good to me
12 years ago
point
f4f667684f
Update ngx_http_trim_filter_module_cn.md
update
12 years ago
point
04d8d5d465
Update ngx_http_trim_filter_module_cn.md
修改文档
12 years ago
Weibin Yao(姚伟斌)
02f023c42e
Merge pull request #293 from icedfish/master
Add sample lines in nginx.conf for DSO modules
12 years ago
YuBing
6c6a46d711
add sample lines in document for DSO modules
12 years ago
Chuanwen Chen
20cd720846
Merge pull request #290 from yaoweibin/bump-tengine-1.5.1
bumped to tengine-1.5.1
12 years ago
Weibin Yao
85e2c9214f
bumped to tengine-1.5.1
12 years ago
Weibin Yao(姚伟斌)
59a802673f
Merge pull request #289 from zzjin/patch-1
Update ngx_http_request_body.c
12 years ago
zzjin
4103ed76e7
Update ngx_http_request_body.c
fix issue #288
12 years ago
Joshua Zhu
def60fd706
Merge pull request #286 from yaoweibin/tengine-1.5.0-2
added the Changelog for tengine-1.5.0
12 years ago
Weibin Yao
7d4ff5e7eb
added the Changelog for tengine-1.5.0
12 years ago
Simon Liu
23cf76b25f
Merge pull request #285 from yaoweibin/request_no_buffering3
added request_non_buffered feature to http proxy and fastcgi module
12 years ago