]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2014-07-10  Tengfei Tsuitypo 1101/head
2014-07-09  Ben DarnellSet version number to 4.0b3. v4.0.0b3
2014-07-09  Ben DarnellAdd XSRF change to the release notes.
2014-07-09  Ben DarnellMerge remote-tracking branch 'tictail/branch3.2'
2014-07-08  William TisäterCatch `binascii.a2b_hex` errors on Python 3 1097/head
2014-07-08  William TisäterDon't raise when failing to hex decode XSRF v1
2014-07-08  William TisäterTurn short and hex XSRF tests into success tests
2014-07-07  William TisäterRemove length requirement from v1 XSRF tokens
2014-07-06  Ben DarnellFix outdated variable name in docs.
2014-07-05  Ben DarnellAdd a test for exception in websocket callbacks.
2014-07-05  Ben DarnellRewrite chatdemo to use a coroutine instead of callbacks.
2014-07-04  Ben DarnellMerge branch 'guide'
2014-07-04  Ben DarnellExpand and rewrite the guide docs.
2014-07-03  Ben DarnellDisable twisted tests on pypy on travis-ci since they...
2014-07-03  Ben DarnellAdd tests for both binary and unicode messages in webso...
2014-07-03  Ben DarnellMerge branch 'master' of github.com:tornadoweb/tornado
2014-07-03  Ben DarnellMerge pull request #1091 from xose/patch-1
2014-07-02  José MartínezFix binary websocket connections 1091/head
2014-07-01  Ben DarnellSet version number to 4.0b2 v4.0.0b2
2014-07-01  Ben DarnellRename the new-in-4.0 gzip parameter to HTTPServer.
2014-06-28  Ben DarnellSplit overview.rst into separate files.
2014-06-26  Ben DarnellMerge pull request #1084 from ukoethe/master
2014-06-25  Ben DarnellAdd the start of a new user guide.
2014-06-23  Ullrich Koethecheck for errno.WSA* on 64-bit Windows (fixes #1052) 1084/head
2014-06-21  Ben DarnellSet version number to 4.0b1 v4.0.0b1
2014-06-21  Ben DarnellUpdate docs for deprecations and removals.
2014-06-21  Ben DarnellDrop support for the draft76 version of WebSockets.
2014-06-21  Ben DarnellEdit comments to discourage creation of new OutputTrans...
2014-06-21  Ben DarnellUpdate tests after the removal of get_error_html.
2014-06-21  Ben DarnellIncrease the test timeout on travis.
2014-06-21  Ben DarnellRemove support for the old get_error_html function.
2014-06-21  Ben DarnellRemove workarounds for ancient versions of libcurl.
2014-06-21  Ben DarnellAdd pypy3 to tox.ini.
2014-06-20  Ben DarnellRelease note updates.
2014-06-19  Ben DarnellAdd new exception tornado.web.Finish to quietly end...
2014-06-18  Ben DarnellIntroduce IOLoop.call_later and call_at.
2014-06-17  Ben DarnellFix a leak in AsyncHTTPClient shutdown.
2014-06-16  Ben DarnellIntroduce IOLoop.spawn_callback.
2014-06-16  Ben DarnellRename HTTP{In,Out}putException to HTTP{In,Out}putError.
2014-06-16  Ben DarnellRelax restrictions on HTTP methods in WebSocketHandler.
2014-06-15  Ben DarnellDocument that IOStream.connect blocks on DNS and recomm...
2014-06-15  Ben DarnellAdd clearer message for fetch() on closed AsyncHTTPClient.
2014-06-15  Ben DarnellDocument AsyncHTTPClient's defaults argument.
2014-06-15  Ben DarnellImprove callback scheduling.
2014-06-15  Ben DarnellRemove async_callback wrapper functions, which have...
2014-06-15  Ben DarnellAdd ETIMEDOUT to the list of relatively benign unclean...
2014-06-15  Ben DarnellWhen a function on the IOLoop returns a Future, log...
2014-06-07  Ben DarnellThe next version will be 4.0, not 3.3, so update all...
2014-06-07  Ben DarnellBroaden catch clause in extension building.
2014-06-04  Ben DarnellMerge branch 'master' of github.com:tornadoweb/tornado
2014-06-04  Ben DarnellMerge branch 'branch3.2'
2014-06-04  Ben DarnellSet version number to 3.2.2 branch3.2 v3.2.2
2014-06-04  Ben DarnellDocs for xsrf cookie change; 3.2.2 release notes.
2014-06-03  Ben DarnellMerge pull request #1069 from drewbrew/master
2014-06-03  drewbrewioloop.py: use itertools.count() as tiebreaker to prese... 1069/head
2014-06-01  Ben DarnellAdd threadedresolver configuration to tox.ini (it was...
2014-06-01  Ben DarnellFix another ipv6 test that was flaky on travis due...
2014-06-01  Ben DarnellRefine logging in http1connection.py.
2014-06-01  Ben DarnellRemove all use of async_callback in tornado.auth.
2014-06-01  Ben DarnellMerge pull request #1068 from patrickfuller/master
2014-05-28  Patrick FullerUpdated Google Auth docs to reflect API changes 1068/head
2014-05-27  Ben DarnellAdd the option to request an older xsrf cookie version.
2014-05-27  Ben DarnellChange the xsrf cookie format to be masked with a rando...
2014-05-27  Ben DarnellSmall security improvements to xsrf tokens; add tests.
2014-05-27  Ben DarnellFix imports for the new version of trollius, which...
2014-05-27  Ben DarnellFix imports for the new version of trollius, which...
2014-05-26  Ben DarnellRun the sphinx tests under py3.4 instead of py2.7.
2014-05-26  Ben DarnellDisallow non-absolute urls in origin field.
2014-05-26  Ben DarnellMerge remote-tracking branch 'rgbkrk/cross_origin'...
2014-05-25  Ben DarnellDocument max_write_buffer_size.
2014-05-25  Ben DarnellMerge remote-tracking branch 'methane/write-buffer...
2014-05-25  Ben DarnellStream large response bodies from StaticFileHandler.
2014-05-25  Ben DarnellImprove performance of HEAD requests on large static...
2014-05-25  Ben DarnellRemove HTTP method check from HTTPServerRequest._parse_...
2014-05-25  Ben DarnellDoc and release note updates.
2014-05-25  Ben DarnellFix syntax error in travis.yml
2014-05-25  Ben DarnellAdd TwistedIOLoop test on python 3 to tox and travis.
2014-05-25  Ben DarnellAutopep8 formatting updates.
2014-05-25  Ben DarnellBump required autopep8 version.
2014-05-25  Ben DarnellPyflakes cleanup.
2014-05-25  Ben DarnellSwitch to python 3.4 for maint/requirements.txt.
2014-05-25  Ben DarnellUpdate maint/requirements.txt versions.
2014-05-24  Ben DarnellSkip dual-stack ipv4/ipv6 tests on travis.
2014-05-24  Ben DarnellAdd a future-based alternative to gen.Multi to avoid...
2014-05-24  Ben DarnellTCPClient: connect without SSL and wrap the connection...
2014-05-24  Ben DarnellImplement IOStream.start_tls to convert an IOStream...
2014-05-21  Ben DarnellBetter logging to diagnose this flaky test on travis.
2014-05-20  Ben DarnellAdd some logging to diagnose this flaky test on travis.
2014-05-20  Ben DarnellChange an assert to an explicit exception.
2014-05-20  Ben DarnellMerge remote-tracking branch 'dano/master'
2014-05-19  danoFixes based on code review. 1053/head
2014-05-19  Ben DarnellMake gen.Task a function returning a Future instead...
2014-05-19  Ben DarnellRemove test_websocket_network_timeout.
2014-05-19  Ben DarnellUse Resolver instead of socket.getaddrinfo to decide...
2014-05-19  Ben DarnellRaise StreamClosedError instead of IOError for ECONNRESET.
2014-05-18  Ben DarnellFix tcpclient test when ipv6 is available but 'localhos...
2014-05-18  Ben DarnellAllow ipv6 in simple_httpclient by default.
2014-05-18  Ben DarnellImplement the "happy eyeballs" algorithm for ipv4/ipv6...
2014-05-18  Ben DarnellHack around mac ipv6 firewall problems in bind_sockets...
2014-05-18  Ben DarnellRefactor connection logic from simple_httpclient to...
next