]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2014-07-24  Tatiana Al... Merge branch 'master' of github.com:tornadoweb/tornado 1090/head
2014-07-24  Tatiana Al... Code cleanup with guided by @bdarnell at #1090
2014-07-24  Ben DarnellMerge pull request #1125 from duedil-ltd/chunked-encodi...
2014-07-24  Ben DarnellCite RFC 2730 when stripping extraneous line breaks.
2014-07-24  Ben DarnellMerge pull request #1124 from duedil-ltd/non-rfc-crlf
2014-07-24  Ben DarnellFix a potential leak of an unclosed AsyncHTTPClient.
2014-07-23  Tom ArnfeldFixed a bug with keep-alive chunked requests 1125/head
2014-07-23  Tom ArnfeldAdded a regression test for keep-alive chunked POST
2014-07-23  Tom ArnfeldSupport for non-RFC compliant header prefixes 1124/head
2014-07-23  Tom ArnfeldAdded a test for extra CRLF lines in keep-alive connections
2014-07-21  Tatiana Al... Fix tests so they are compatible with python 3.x
2014-07-21  Tatiana Al... Move patch test to httpclient_test, according to @bdarn...
2014-07-21  Tatiana Al... Refactor: simplify patch test according to @bdarnell...
2014-07-21  Tatiana Al... Merge branch 'master' of github.com:tornadoweb/tornado
2014-07-19  Ben DarnellAdd an ubuntu 14.04 vagrant config; drop 12.10.
2014-07-19  Ben DarnellRefactor Resolver error tests to mock getaddrinfo.
2014-07-19  Ben DarnellMerge branch 'branch4.0'
2014-07-19  Ben DarnellMerge pull request #1120 from Mouchh/patch-1
2014-07-18  Cyril MouchelTyping error 1120/head
2014-07-18  Ben DarnellDisable test_post_307 due to a libcurl bug that manifes...
2014-07-18  Ben DarnellAdd missing return statements to call_at and call_later.
2014-07-18  Ben DarnellAdd a default value to a getaddr() call in HTTPServerRe...
2014-07-18  Ben DarnellAdd test for curl_httpclient ioctl change.
2014-07-17  Ben DarnellFall back to pure-python mode on any exception during...
2014-07-17  Ben DarnellMerge pull request #1116 from homm/curl-put-redirects
2014-07-16  hommmake IOCMD_RESTARTREAD available for PUT requests 1116/head
2014-07-16  Ben DarnellRead config file in binary mode instead of try/except...
2014-07-16  Ben DarnellMerge pull request #1086 from likang/master
2014-07-16  Ben DarnellMerge pull request #1102 from pekrau/master
2014-07-16  Ben DarnellMerge pull request #1109 from kmike/bytesio
2014-07-16  Ben DarnellMerge branch 'branch4.0'
2014-07-16  Ben DarnellFix example in docs.
2014-07-15  Ben DarnellBump master branch version number
2014-07-15  Ben DarnellSet version number to 4.0 v4.0.0
2014-07-15  Ben DarnellMove next.rst to 4.0.0.rst
2014-07-15  Mikhail Korobovremove dead code 1109/head
2014-07-15  Ben DarnellDrop the 3.2-era "upgrade notes" from the homepage.
2014-07-15  Ben DarnellReorganize top-level doc navigation.
2014-07-15  Ben DarnellFlatten doc navigation
2014-07-14  Ben DarnellAdd a Highlights section to the 4.0 release notes.
2014-07-13  Ben DarnellUpdate gen docs: deemphasize Task, Callback, and Wait.
2014-07-13  Ben DarnellInstall sphinx_rtd_theme when running sphinx tests.
2014-07-13  Ben DarnellUse sphinx_rtd_theme instead of our lightly-customized...
2014-07-13  Ben DarnellMerge pull request #1107 from ajdavis/patch-3
2014-07-13  Ben DarnellMerge pull request #1106 from ajdavis/patch-2
2014-07-13  Ben DarnellMerge pull request #1105 from ajdavis/patch-1
2014-07-12  A. Jesse Jiryu... Properly restore ASYNC_TEST_TIMEOUT after test. 1107/head
2014-07-11  A. Jesse Jiryu... Bugfix in asynchronous_fetch example code. 1106/head
2014-07-11  A. Jesse Jiryu... Complete the Motor example. 1105/head
2014-07-10  Ben DarnellMerge pull request #1101 from tioover/master
2014-07-10  Per KraulisFixes bug disallowing custom-made reason phrase 1102/head
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  Tatiana Al... Merge branch 'master' of github.com:tatiana/tornado
2014-07-01  Tatiana Al... Improve curl_httpclient so it supports custom methods...
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  likangAssume all config files are encoded in UTF-8 1086/head
2014-06-26  Ben DarnellMerge pull request #1084 from ukoethe/master
2014-06-25  likangMake options.parse_config_file supporting custom encoding
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...
next