]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2014-05-28  Patrick FullerUpdated Google Auth docs to reflect API changes 1068/head
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...
2014-05-17  Ben DarnellFix Tornado on Google App Engine.
2014-05-17  Ben DarnellPoint all links to the 'demos' directory to the stable...
2014-05-17  Ben DarnellDocument gen_test change.
2014-05-17  Ben DarnellMerge pull request #1061 from stj/master
2014-05-16  Stefan TjarksExtended gen_test decorator to pass args and kwargs. 1061/head
2014-05-14  danoMerge remote-tracking branch 'upstream/master'
2014-05-14  danoUse parse_response_start_line instead of re
2014-05-14  Ben DarnellEnsure that travis test runs can see .coveragerc
2014-05-14  Ben DarnellMerge branch 'branch3.2'
2014-05-14  Ben DarnellUpdate links to github repo; add announcement mailing...
2014-05-14  Ben DarnellAlso exclude pycares from pypy on travis.
2014-05-13  Ben Darnell.travis.yml: don't install Twisted on 3.2 or pycurl...
2014-05-13  Ben DarnellFix .travis.yaml syntax error.
2014-05-13  Ben DarnellTwisted 14.0.0 is now (partially) installable on python...
2014-05-12  Ben DarnellMerge pull request #1055 from schlamar/patch-1
2014-05-12  Marc SchlaichTest Python 3.4 on Travis. 1055/head
2014-05-12  Ben DarnellDecouple read_from_buffer's search for the endpoint...
2014-05-12  danoUpdate documentation
2014-05-12  Ben DarnellIOStream: do not listen for close events if there is...
2014-05-11  Ben DarnellAdd gen.moment, a yieldable object that resumes after...
2014-05-11  danoAnother test
2014-05-11  danoAdd tests
2014-05-11  danoImprove custom reason code support.
2014-05-10  Ben DarnellImprove performance by using Future interface when...
2014-05-09  Ben DarnellMerge pull request #1042 from moijes12/fix1033_2
2014-05-08  Kyle KelleyClean up style when rejecting/passing on origin 980/head
2014-05-08  Kyle KelleyTest when origin contains a path.
2014-05-08  Kyle KelleyMove origin parsing in to check_origin
2014-05-08  Kyle KelleyMove nil origin check out to execute
2014-05-08  Kyle KelleyModify origin handling & normalization. Add tests.
2014-05-08  Kyle KelleyResponse of None on failure
2014-05-08  Kyle KelleyAdd tests, fix allowed_origins, rebase tests
2014-05-08  Kyle KelleyChange to check_origin, add override statement.
2014-05-08  Kyle KelleyHandle varying origin name
2014-05-08  Kyle KelleyDisable cross origin websockets by default.
2014-05-08  Ben DarnellAdd a test with newlines in template tags to control...
2014-05-06  Ben DarnellMerge pull request #1045 from schlamar/fix-win-tests
2014-05-06  Ben DarnellMerge pull request #1044 from schlamar/wouldblock-const
2014-05-06  schlamarFixed tests on Windows. 1045/head
2014-05-06  schlamarUse constant for blocking errnos. 1044/head
2014-05-06  Ben DarnellMerge branch 'branch3.2'
2014-05-06  Ben DarnellGive credit to Joost Pol for reporting the security...
2014-05-06  Ben DarnellSet version number to 3.2.1 v3.2.1
2014-05-06  Ben Darnellv3.2.1 release notes
2014-05-06  Ben DarnellDocument the cookie versioning interface.
2014-05-06  Ben DarnellAdd a v2 secure cookie format.
2014-05-06  Ben DarnellAdd versioning parameters to secure_cookie/signed_value...
2014-05-06  Ben DarnellMerge branch 'stable' into branch3.2
2014-05-06  Matthew BrettAdd SystemError to errors from compilation
2014-05-04  moijes12Changed tornado/simple_httpclient.py to raise the error... 1042/head
2014-05-03  Ben DarnellRelax this timing-sensitive test
2014-05-03  Abhishek Kumar... Update overview.rst with typos in nginx conf.
2014-04-28  Ben DarnellDocument @authenticated's behavior around query parameters.
2014-04-28  Ben DarnellMerge pull request #1017 from SuminAndrew/curl-dns...
2014-04-28  Ben DarnellRemove ca-certificates bundle and instead depend on...
2014-04-27  Ben DarnellMerge pull request #1021 from bdarnell/http_refactor
2014-04-27  Ben DarnellFix unix socket test on linux. 1021/head
2014-04-27  Ben DarnellRemove the has_body flag from write_headers.
2014-04-27  Ben DarnellTest and document the legacy HTTPRequest.write interface.
2014-04-27  Ben DarnellMake HTTP1Connection and WSGIConnection subclasses...
2014-04-27  Ben DarnellRemove unused protocol field from HTTP1ConnectionParams
2014-04-27  Ben DarnellDocument all the new HTTP stuff
2014-04-27  Ben DarnellMerge branch 'master' into http_refactor
2014-04-27  Ben DarnellUpdate docs for changes in 3.3.
next