]>
git.ipfire.org Git - thirdparty/tornado.git/log
WEI Zhicheng [Wed, 6 Aug 2014 10:35:24 +0000 (18:35 +0800)]
Fix `PeriodicCallback' when callback function return `Future' and has
`Exception' will silence ignore
Ben Darnell [Tue, 5 Aug 2014 03:46:03 +0000 (23:46 -0400)]
Fix a memory leak and test timeout in websockets.
In some cases (primarily when prepare() is asynchronous), an
HTTP1ServerConnection could be left waiting forever for a connection
to finish when that connection has been detached and handed off to a
WebSocketHandler. This would manifest as a leak and a timeout in
tests as the HTTPServer waited for all its existing connections to
finish.
Also fix a bug in the test tearDown method that would actually
wait forever for connections to finish instead of timing out.
Closes #1133.
Ben Darnell [Sun, 27 Jul 2014 22:29:06 +0000 (18:29 -0400)]
Support the max_wbits websocket deflate parameters.
Slightly improve error handling in the websocket handshake.
Ben Darnell [Sun, 27 Jul 2014 05:26:11 +0000 (01:26 -0400)]
Implement permessage-deflate websocket extension.
Parameters to the extension are not fully supported (the client side
supports client_no_context_takeover which is mandatory to implement,
but the server rejects any parameters offered by the client, and neither
side supports setting wbits).
Closes #308.
Closes #668.
Ben Darnell [Sat, 26 Jul 2014 20:50:16 +0000 (16:50 -0400)]
Merge branch 'branch4.0'
Ben Darnell [Sat, 26 Jul 2014 20:48:38 +0000 (16:48 -0400)]
Expand documentation of WebSocketHandler.check_origin.
Document the potential problems that arise with websockets and
self-signed certificates.
Ben Darnell [Fri, 25 Jul 2014 03:41:49 +0000 (23:41 -0400)]
Improve error handling during ssl handshake.
Previously if do_handshake raised an error not in CONNRESET,
the socket would not be closed properly and the server would start
using 100% of the cpu.
Also handle EBADF errors from do_handshake without logging since
they can be generated by some modes of nmap scans.
Ben Darnell [Fri, 25 Jul 2014 03:38:00 +0000 (23:38 -0400)]
Merge pull request #1090 from tatiana/master
Improve curl_httpclient so it supports custom methods with payload.
Ben Darnell [Fri, 25 Jul 2014 02:28:45 +0000 (22:28 -0400)]
Add "sudo: false" to .travis.yml in an attempt to stop the random build failures.
Ben Darnell [Fri, 25 Jul 2014 02:23:46 +0000 (22:23 -0400)]
Merge branch 'branch4.0'
Ben Darnell [Fri, 25 Jul 2014 02:22:59 +0000 (22:22 -0400)]
Fix a dangling reference to callback in chatdemo.py.
Tatiana Al-Chueyr [Thu, 24 Jul 2014 19:30:36 +0000 (12:30 -0700)]
Merge branch 'master' of github.com:tornadoweb/tornado
Tatiana Al-Chueyr [Thu, 24 Jul 2014 19:30:22 +0000 (12:30 -0700)]
Code cleanup with guided by @bdarnell at #1090
Ben Darnell [Thu, 24 Jul 2014 02:27:08 +0000 (22:27 -0400)]
Merge pull request #1125 from duedil-ltd/chunked-encoding-keep-alive
Fixed a bug with keep-alive chunked requests
Ben Darnell [Thu, 24 Jul 2014 02:24:04 +0000 (22:24 -0400)]
Cite RFC 2730 when stripping extraneous line breaks.
Ben Darnell [Thu, 24 Jul 2014 02:22:36 +0000 (22:22 -0400)]
Merge pull request #1124 from duedil-ltd/non-rfc-crlf
Support for non-RFC compliant header prefixes
Ben Darnell [Thu, 24 Jul 2014 02:18:27 +0000 (22:18 -0400)]
Fix a potential leak of an unclosed AsyncHTTPClient.
Tom Arnfeld [Wed, 23 Jul 2014 17:27:03 +0000 (18:27 +0100)]
Fixed a bug with keep-alive chunked requests
If you make a POST request with 'Connection: Keep-Alive' and use chunked body encoding, tornado will not interpret that as a connection that can be kept alive, and will close the connection.
Tom Arnfeld [Wed, 23 Jul 2014 17:26:50 +0000 (18:26 +0100)]
Added a regression test for keep-alive chunked POST
Tom Arnfeld [Tue, 22 Jul 2014 16:50:16 +0000 (17:50 +0100)]
Support for non-RFC compliant header prefixes
When using keep-alive connections, some HTTP implementations insert unexpected and extra CRLF tokens between each connection, which can result in the next request being prefixed with a CRLF.
Some other client/server implementations are tollerant of this, and for example this bug doesn't show up when using the Go net/http library.
Tom Arnfeld [Wed, 23 Jul 2014 08:28:08 +0000 (09:28 +0100)]
Added a test for extra CRLF lines in keep-alive connections
Tatiana Al-Chueyr [Mon, 21 Jul 2014 23:33:00 +0000 (16:33 -0700)]
Fix tests so they are compatible with python 3.x
Tatiana Al-Chueyr [Mon, 21 Jul 2014 22:53:17 +0000 (15:53 -0700)]
Move patch test to httpclient_test, according to @bdarnell recommendation
using httpclient_test.py instead of curl_httpclient_test.py so simple_httpclient_test.py is benefit from it as well
#1090
Tatiana Al-Chueyr [Mon, 21 Jul 2014 22:28:41 +0000 (15:28 -0700)]
Refactor: simplify patch test according to @bdarnell recommendations at #1090
Tatiana Al-Chueyr [Mon, 21 Jul 2014 22:10:45 +0000 (15:10 -0700)]
Merge branch 'master' of github.com:tornadoweb/tornado
Ben Darnell [Sat, 19 Jul 2014 15:18:24 +0000 (11:18 -0400)]
Add an ubuntu 14.04 vagrant config; drop 12.10.
Ben Darnell [Sat, 19 Jul 2014 15:13:54 +0000 (11:13 -0400)]
Refactor Resolver error tests to mock getaddrinfo.
This appears to be necessary in a vagrant ubuntu/trusty64 VM,
where the resolver takes over 5 seconds before returning an error.
Ben Darnell [Sat, 19 Jul 2014 02:09:43 +0000 (22:09 -0400)]
Merge branch 'branch4.0'
Ben Darnell [Sat, 19 Jul 2014 02:09:11 +0000 (22:09 -0400)]
Merge pull request #1120 from Mouchh/patch-1
Typing error
Cyril Mouchel [Fri, 18 Jul 2014 17:21:35 +0000 (19:21 +0200)]
Typing error
Ben Darnell [Fri, 18 Jul 2014 05:12:52 +0000 (01:12 -0400)]
Disable test_post_307 due to a libcurl bug that manifests with TwistedIOLoop on linux.
Ben Darnell [Fri, 18 Jul 2014 03:33:34 +0000 (23:33 -0400)]
Add missing return statements to call_at and call_later.
Closes #1119.
Ben Darnell [Fri, 18 Jul 2014 03:26:12 +0000 (23:26 -0400)]
Add a default value to a getaddr() call in HTTPServerRequest.
Closes #1118.
Ben Darnell [Fri, 18 Jul 2014 03:17:32 +0000 (23:17 -0400)]
Add test for curl_httpclient ioctl change.
Ben Darnell [Thu, 17 Jul 2014 00:23:42 +0000 (20:23 -0400)]
Fall back to pure-python mode on any exception during the build.
Stop the futile process of trying to enumerate which kinds of exceptions
distutils may throw (the latest potential addition: ValueError).
Closes #1115.
Ben Darnell [Thu, 17 Jul 2014 00:16:38 +0000 (20:16 -0400)]
Merge pull request #1116 from homm/curl-put-redirects
make IOCMD_RESTARTREAD available for PUT requests
homm [Wed, 16 Jul 2014 13:43:12 +0000 (17:43 +0400)]
make IOCMD_RESTARTREAD available for PUT requests
Ben Darnell [Wed, 16 Jul 2014 04:29:27 +0000 (00:29 -0400)]
Read config file in binary mode instead of try/except TypeError.
Ben Darnell [Wed, 16 Jul 2014 04:19:10 +0000 (00:19 -0400)]
Merge pull request #1086 from likang/master
Make options.parse_config_file supporting custom encoding
Ben Darnell [Wed, 16 Jul 2014 04:06:54 +0000 (00:06 -0400)]
Merge pull request #1102 from pekrau/master
Add 'reason' kwarg to send_error.
Ben Darnell [Wed, 16 Jul 2014 02:54:16 +0000 (22:54 -0400)]
Merge pull request #1109 from kmike/bytesio
Removed dead "io.BytesIO vs cStringIO.StringIO" code
Ben Darnell [Wed, 16 Jul 2014 02:47:50 +0000 (22:47 -0400)]
Merge branch 'branch4.0'
Ben Darnell [Wed, 16 Jul 2014 02:47:21 +0000 (22:47 -0400)]
Fix example in docs.
Ben Darnell [Tue, 15 Jul 2014 13:43:32 +0000 (09:43 -0400)]
Bump master branch version number
Ben Darnell [Tue, 15 Jul 2014 12:42:27 +0000 (08:42 -0400)]
Set version number to 4.0
Ben Darnell [Tue, 15 Jul 2014 12:41:54 +0000 (08:41 -0400)]
Move next.rst to 4.0.0.rst
Mikhail Korobov [Tue, 15 Jul 2014 10:50:21 +0000 (16:50 +0600)]
remove dead code
io.BytesIO is available since Python 2.6; Tornado doesn't support Python 2.5, so there won't be ImportError.
Ben Darnell [Tue, 15 Jul 2014 01:18:42 +0000 (21:18 -0400)]
Drop the 3.2-era "upgrade notes" from the homepage.
The need to install dependencies is well-established by now.
Ben Darnell [Tue, 15 Jul 2014 01:14:01 +0000 (21:14 -0400)]
Reorganize top-level doc navigation.
Ben Darnell [Tue, 15 Jul 2014 01:05:33 +0000 (21:05 -0400)]
Flatten doc navigation
sphinx_rtd_theme's sidebar will not go deeper than two levels
in the table of contents, so remove the extra index->documentation
indirection.
Ben Darnell [Mon, 14 Jul 2014 14:05:11 +0000 (10:05 -0400)]
Add a Highlights section to the 4.0 release notes.
Ben Darnell [Sun, 13 Jul 2014 22:19:29 +0000 (18:19 -0400)]
Update gen docs: deemphasize Task, Callback, and Wait.
Ben Darnell [Sun, 13 Jul 2014 03:07:01 +0000 (23:07 -0400)]
Install sphinx_rtd_theme when running sphinx tests.
Ben Darnell [Sun, 13 Jul 2014 02:57:16 +0000 (22:57 -0400)]
Use sphinx_rtd_theme instead of our lightly-customized version of sphinx default.
The main benefit of this change is the responsive layout for phones and
tablets.
Ben Darnell [Sun, 13 Jul 2014 02:40:32 +0000 (22:40 -0400)]
Merge pull request #1107 from ajdavis/patch-3
Properly restore ASYNC_TEST_TIMEOUT after test.
Ben Darnell [Sun, 13 Jul 2014 02:39:31 +0000 (22:39 -0400)]
Merge pull request #1106 from ajdavis/patch-2
Bugfix in asynchronous_fetch example code.
Ben Darnell [Sun, 13 Jul 2014 02:39:15 +0000 (22:39 -0400)]
Merge pull request #1105 from ajdavis/patch-1
Complete the Motor example.
A. Jesse Jiryu Davis [Sat, 12 Jul 2014 18:25:13 +0000 (14:25 -0400)]
Properly restore ASYNC_TEST_TIMEOUT after test.
A. Jesse Jiryu Davis [Fri, 11 Jul 2014 17:05:18 +0000 (13:05 -0400)]
Bugfix in asynchronous_fetch example code.
A. Jesse Jiryu Davis [Fri, 11 Jul 2014 17:03:16 +0000 (13:03 -0400)]
Complete the Motor example.
Ben Darnell [Thu, 10 Jul 2014 18:24:30 +0000 (14:24 -0400)]
Merge pull request #1101 from tioover/master
typo
Per Kraulis [Thu, 10 Jul 2014 13:47:28 +0000 (15:47 +0200)]
Fixes bug disallowing custom-made reason phrase
The send_error method is, I believe, supposed to allow sending an HTTP reason phrase that is not one of the standard ones. This change corrects an apparent bug which made this impossible. With the correction, specifying an 'error' keyword argument to send_error actually sends the specified
reason phrase to the client.
Tengfei Tsui [Thu, 10 Jul 2014 09:15:43 +0000 (17:15 +0800)]
typo
Ben Darnell [Wed, 9 Jul 2014 02:50:05 +0000 (22:50 -0400)]
Set version number to 4.0b3.
Ben Darnell [Wed, 9 Jul 2014 02:49:30 +0000 (22:49 -0400)]
Add XSRF change to the release notes.
Ben Darnell [Wed, 9 Jul 2014 02:27:35 +0000 (22:27 -0400)]
Merge remote-tracking branch 'tictail/branch3.2'
Closes #1097
William Tisäter [Tue, 8 Jul 2014 13:52:25 +0000 (15:52 +0200)]
Catch `binascii.a2b_hex` errors on Python 3
William Tisäter [Tue, 8 Jul 2014 07:07:48 +0000 (09:07 +0200)]
Don't raise when failing to hex decode XSRF v1
William Tisäter [Tue, 8 Jul 2014 07:07:18 +0000 (09:07 +0200)]
Turn short and hex XSRF tests into success tests
William Tisäter [Mon, 7 Jul 2014 21:29:44 +0000 (23:29 +0200)]
Remove length requirement from v1 XSRF tokens
Ben Darnell [Sun, 6 Jul 2014 15:10:09 +0000 (11:10 -0400)]
Fix outdated variable name in docs.
Ben Darnell [Sat, 5 Jul 2014 22:49:36 +0000 (18:49 -0400)]
Add a test for exception in websocket callbacks.
Ben Darnell [Sat, 5 Jul 2014 21:55:44 +0000 (17:55 -0400)]
Rewrite chatdemo to use a coroutine instead of callbacks.
Ben Darnell [Fri, 4 Jul 2014 20:04:09 +0000 (16:04 -0400)]
Merge branch 'guide'
* guide:
Expand and rewrite the guide docs.
Split overview.rst into separate files.
Ben Darnell [Mon, 30 Jun 2014 16:59:58 +0000 (12:59 -0400)]
Expand and rewrite the guide docs.
Ben Darnell [Thu, 3 Jul 2014 02:01:22 +0000 (22:01 -0400)]
Disable twisted tests on pypy on travis-ci since they seem to be flaky.
They were already disabled in tox.ini.
Ben Darnell [Thu, 3 Jul 2014 02:00:14 +0000 (22:00 -0400)]
Add tests for both binary and unicode messages in websockets.
Ben Darnell [Thu, 3 Jul 2014 01:37:19 +0000 (21:37 -0400)]
Merge branch 'master' of github.com:tornadoweb/tornado
Ben Darnell [Thu, 3 Jul 2014 01:37:11 +0000 (21:37 -0400)]
Merge pull request #1091 from xose/patch-1
Fix binary websocket connections
José Martínez [Wed, 2 Jul 2014 21:11:51 +0000 (23:11 +0200)]
Fix binary websocket connections
Tatiana Al-Chueyr [Tue, 1 Jul 2014 17:50:31 +0000 (14:50 -0300)]
Merge branch 'master' of github.com:tatiana/tornado
Tatiana Al-Chueyr [Tue, 1 Jul 2014 17:39:14 +0000 (14:39 -0300)]
Improve curl_httpclient so it supports custom methods with payload.
Before this, no custom method (e.g. PATCH) added body to the CURL request.
Ben Darnell [Tue, 1 Jul 2014 12:37:02 +0000 (08:37 -0400)]
Set version number to 4.0b2
Ben Darnell [Tue, 1 Jul 2014 03:28:10 +0000 (23:28 -0400)]
Rename the new-in-4.0 gzip parameter to HTTPServer.
All the gzip-related parameters are now explicit about whether
they compress or decompress and whether they apply to requests or
responses. For all the parameters that existed prior to 4.0
the old names are accepted as well, but for the new ones in 4.0
we don't need to worry about backwards-compatibility.
This is motivated by the potential confusion around the use of
gzip as a parameter to the Application constructor to indicate
compression of responses and to the HTTPServer constructor to
indicate decompression of requests.
Ben Darnell [Sat, 28 Jun 2014 22:40:55 +0000 (15:40 -0700)]
Split overview.rst into separate files.
likang [Thu, 26 Jun 2014 02:41:47 +0000 (10:41 +0800)]
Assume all config files are encoded in UTF-8
Ben Darnell [Thu, 26 Jun 2014 02:00:35 +0000 (19:00 -0700)]
Merge pull request #1084 from ukoethe/master
check for errno.WSA* on 64-bit Windows (fixes #1052)
likang [Wed, 25 Jun 2014 07:31:17 +0000 (15:31 +0800)]
Make options.parse_config_file supporting custom encoding
Ben Darnell [Wed, 25 Jun 2014 01:58:35 +0000 (18:58 -0700)]
Add the start of a new user guide.
Ullrich Koethe [Mon, 23 Jun 2014 12:40:40 +0000 (14:40 +0200)]
check for errno.WSA* on 64-bit Windows (fixes #1052)
Ben Darnell [Sat, 21 Jun 2014 20:02:18 +0000 (16:02 -0400)]
Set version number to 4.0b1
Ben Darnell [Sat, 21 Jun 2014 18:20:15 +0000 (14:20 -0400)]
Update docs for deprecations and removals.
Ben Darnell [Sat, 21 Jun 2014 17:50:56 +0000 (13:50 -0400)]
Drop support for the draft76 version of WebSockets.
Browsers that only support draft76 are now less common than those
that do not support websockets at all, so applications should
use their non-websocket workarounds for these browsers.
Ben Darnell [Sat, 21 Jun 2014 17:37:59 +0000 (13:37 -0400)]
Edit comments to discourage creation of new OutputTransforms.
Ben Darnell [Sat, 21 Jun 2014 18:05:49 +0000 (14:05 -0400)]
Update tests after the removal of get_error_html.
Ben Darnell [Sat, 21 Jun 2014 17:34:03 +0000 (13:34 -0400)]
Increase the test timeout on travis.
Ben Darnell [Sat, 21 Jun 2014 17:32:44 +0000 (13:32 -0400)]
Remove support for the old get_error_html function.
Ben Darnell [Sat, 21 Jun 2014 17:05:57 +0000 (13:05 -0400)]
Remove workarounds for ancient versions of libcurl.
Ben Darnell [Sat, 21 Jun 2014 16:47:40 +0000 (12:47 -0400)]
Add pypy3 to tox.ini.
Ben Darnell [Fri, 20 Jun 2014 04:37:11 +0000 (00:37 -0400)]
Release note updates.