2014-06-15 |
Ben Darnell | Document AsyncHTTPClient's defaults argument. |
commit | commitdiff | tree |
2014-06-15 |
Ben Darnell | Improve callback scheduling. |
commit | commitdiff | tree |
2014-06-15 |
Ben Darnell | Remove async_callback wrapper functions, which have... |
commit | commitdiff | tree |
2014-06-15 |
Ben Darnell | Add ETIMEDOUT to the list of relatively benign unclean... |
commit | commitdiff | tree |
2014-06-15 |
Ben Darnell | When a function on the IOLoop returns a Future, log... |
commit | commitdiff | tree |
2014-06-07 |
Ben Darnell | The next version will be 4.0, not 3.3, so update all... |
commit | commitdiff | tree |
2014-06-07 |
Ben Darnell | Broaden catch clause in extension building. |
commit | commitdiff | tree |
2014-06-04 |
Ben Darnell | Merge branch 'master' of github.com:tornadoweb/tornado |
commit | commitdiff | tree |
2014-06-04 |
Ben Darnell | Merge branch 'branch3.2' |
commit | commitdiff | tree |
2014-06-04 |
Ben Darnell | Set version number to 3.2.2 branch3.2 v3.2.2 |
commit | commitdiff | tree |
2014-06-04 |
Ben Darnell | Docs for xsrf cookie change; 3.2.2 release notes. |
commit | commitdiff | tree |
2014-06-03 |
Ben Darnell | Merge pull request #1069 from drewbrew/master |
commit | commitdiff | tree |
2014-06-03 |
drewbrew | ioloop.py: use itertools.count() as tiebreaker to prese... 1069/head |
commit | commitdiff | tree |
2014-06-01 |
Ben Darnell | Add threadedresolver configuration to tox.ini (it was... |
commit | commitdiff | tree |
2014-06-01 |
Ben Darnell | Fix another ipv6 test that was flaky on travis due... |
commit | commitdiff | tree |
2014-06-01 |
Ben Darnell | Refine logging in http1connection.py. |
commit | commitdiff | tree |
2014-06-01 |
Ben Darnell | Remove all use of async_callback in tornado.auth. |
commit | commitdiff | tree |
2014-06-01 |
Ben Darnell | Merge pull request #1068 from patrickfuller/master |
commit | commitdiff | tree |
2014-05-28 |
Patrick Fuller | Updated Google Auth docs to reflect API changes 1068/head |
commit | commitdiff | tree |
2014-05-27 |
Ben Darnell | Add the option to request an older xsrf cookie version. |
commit | commitdiff | tree |
2014-05-27 |
Ben Darnell | Change the xsrf cookie format to be masked with a rando... |
commit | commitdiff | tree |
2014-05-27 |
Ben Darnell | Small security improvements to xsrf tokens; add tests. |
commit | commitdiff | tree |
2014-05-27 |
Ben Darnell | Fix imports for the new version of trollius, which... |
commit | commitdiff | tree |
2014-05-27 |
Ben Darnell | Fix imports for the new version of trollius, which... |
commit | commitdiff | tree |
2014-05-26 |
Ben Darnell | Run the sphinx tests under py3.4 instead of py2.7. |
commit | commitdiff | tree |
2014-05-26 |
Ben Darnell | Disallow non-absolute urls in origin field. |
commit | commitdiff | tree |
2014-05-26 |
Ben Darnell | Merge remote-tracking branch 'rgbkrk/cross_origin'... |
commit | commitdiff | tree |
2014-05-25 |
Ben Darnell | Document max_write_buffer_size. |
commit | commitdiff | tree |
2014-05-25 |
Ben Darnell | Merge remote-tracking branch 'methane/write-buffer... |
commit | commitdiff | tree |
2014-05-25 |
Ben Darnell | Stream large response bodies from StaticFileHandler. |
commit | commitdiff | tree |
2014-05-25 |
Ben Darnell | Improve performance of HEAD requests on large static... |
commit | commitdiff | tree |
2014-05-25 |
Ben Darnell | Remove HTTP method check from HTTPServerRequest._parse_... |
commit | commitdiff | tree |
2014-05-25 |
Ben Darnell | Doc and release note updates. |
commit | commitdiff | tree |
2014-05-25 |
Ben Darnell | Fix syntax error in travis.yml |
commit | commitdiff | tree |
2014-05-25 |
Ben Darnell | Add TwistedIOLoop test on python 3 to tox and travis. |
commit | commitdiff | tree |
2014-05-25 |
Ben Darnell | Autopep8 formatting updates. |
commit | commitdiff | tree |
2014-05-25 |
Ben Darnell | Bump required autopep8 version. |
commit | commitdiff | tree |
2014-05-25 |
Ben Darnell | Pyflakes cleanup. |
commit | commitdiff | tree |
2014-05-25 |
Ben Darnell | Switch to python 3.4 for maint/requirements.txt. |
commit | commitdiff | tree |
2014-05-25 |
Ben Darnell | Update maint/requirements.txt versions. |
commit | commitdiff | tree |
2014-05-24 |
Ben Darnell | Skip dual-stack ipv4/ipv6 tests on travis. |
commit | commitdiff | tree |
2014-05-24 |
Ben Darnell | Add a future-based alternative to gen.Multi to avoid... |
commit | commitdiff | tree |
2014-05-24 |
Ben Darnell | TCPClient: connect without SSL and wrap the connection... |
commit | commitdiff | tree |
2014-05-24 |
Ben Darnell | Implement IOStream.start_tls to convert an IOStream... |
commit | commitdiff | tree |
2014-05-21 |
Ben Darnell | Better logging to diagnose this flaky test on travis. |
commit | commitdiff | tree |
2014-05-20 |
Ben Darnell | Add some logging to diagnose this flaky test on travis. |
commit | commitdiff | tree |
2014-05-20 |
Ben Darnell | Change an assert to an explicit exception. |
commit | commitdiff | tree |
2014-05-20 |
Ben Darnell | Merge remote-tracking branch 'dano/master' |
commit | commitdiff | tree |
2014-05-19 |
dano | Fixes based on code review. 1053/head |
commit | commitdiff | tree |
2014-05-19 |
Ben Darnell | Make gen.Task a function returning a Future instead... |
commit | commitdiff | tree |
2014-05-19 |
Ben Darnell | Remove test_websocket_network_timeout. |
commit | commitdiff | tree |
2014-05-19 |
Ben Darnell | Use Resolver instead of socket.getaddrinfo to decide... |
commit | commitdiff | tree |
2014-05-19 |
Ben Darnell | Raise StreamClosedError instead of IOError for ECONNRESET. |
commit | commitdiff | tree |
2014-05-18 |
Ben Darnell | Fix tcpclient test when ipv6 is available but 'localhos... |
commit | commitdiff | tree |
2014-05-18 |
Ben Darnell | Allow ipv6 in simple_httpclient by default. |
commit | commitdiff | tree |
2014-05-18 |
Ben Darnell | Implement the "happy eyeballs" algorithm for ipv4/ipv6... |
commit | commitdiff | tree |
2014-05-18 |
Ben Darnell | Hack around mac ipv6 firewall problems in bind_sockets... |
commit | commitdiff | tree |
2014-05-18 |
Ben Darnell | Refactor connection logic from simple_httpclient to... |
commit | commitdiff | tree |
2014-05-17 |
Ben Darnell | Fix Tornado on Google App Engine. |
commit | commitdiff | tree |
2014-05-17 |
Ben Darnell | Point all links to the 'demos' directory to the stable... |
commit | commitdiff | tree |
2014-05-17 |
Ben Darnell | Document gen_test change. |
commit | commitdiff | tree |
2014-05-17 |
Ben Darnell | Merge pull request #1061 from stj/master |
commit | commitdiff | tree |
2014-05-16 |
Stefan Tjarks | Extended gen_test decorator to pass args and kwargs. 1061/head |
commit | commitdiff | tree |
2014-05-14 |
dano | Merge remote-tracking branch 'upstream/master' |
commit | commitdiff | tree |
2014-05-14 |
dano | Use parse_response_start_line instead of re |
commit | commitdiff | tree |
2014-05-14 |
Ben Darnell | Ensure that travis test runs can see .coveragerc |
commit | commitdiff | tree |
2014-05-14 |
Ben Darnell | Merge branch 'branch3.2' |
commit | commitdiff | tree |
2014-05-14 |
Ben Darnell | Update links to github repo; add announcement mailing... |
commit | commitdiff | tree |
2014-05-14 |
Ben Darnell | Also exclude pycares from pypy on travis. |
commit | commitdiff | tree |
2014-05-13 |
Ben Darnell | .travis.yml: don't install Twisted on 3.2 or pycurl... |
commit | commitdiff | tree |
2014-05-13 |
Ben Darnell | Fix .travis.yaml syntax error. |
commit | commitdiff | tree |
2014-05-13 |
Ben Darnell | Twisted 14.0.0 is now (partially) installable on python... |
commit | commitdiff | tree |
2014-05-12 |
Ben Darnell | Merge pull request #1055 from schlamar/patch-1 |
commit | commitdiff | tree |
2014-05-12 |
Marc Schlaich | Test Python 3.4 on Travis. 1055/head |
commit | commitdiff | tree |
2014-05-12 |
Ben Darnell | Decouple read_from_buffer's search for the endpoint... |
commit | commitdiff | tree |
2014-05-12 |
dano | Update documentation |
commit | commitdiff | tree |
2014-05-12 |
Ben Darnell | IOStream: do not listen for close events if there is... |
commit | commitdiff | tree |
2014-05-11 |
Ben Darnell | Add gen.moment, a yieldable object that resumes after... |
commit | commitdiff | tree |
2014-05-11 |
dano | Another test |
commit | commitdiff | tree |
2014-05-11 |
dano | Add tests |
commit | commitdiff | tree |
2014-05-11 |
dano | Improve custom reason code support. |
commit | commitdiff | tree |
2014-05-10 |
Ben Darnell | Improve performance by using Future interface when... |
commit | commitdiff | tree |
2014-05-09 |
Ben Darnell | Merge pull request #1042 from moijes12/fix1033_2 |
commit | commitdiff | tree |
2014-05-08 |
Kyle Kelley | Clean up style when rejecting/passing on origin 980/head |
commit | commitdiff | tree |
2014-05-08 |
Kyle Kelley | Test when origin contains a path. |
commit | commitdiff | tree |
2014-05-08 |
Kyle Kelley | Move origin parsing in to check_origin |
commit | commitdiff | tree |
2014-05-08 |
Kyle Kelley | Move nil origin check out to execute |
commit | commitdiff | tree |
2014-05-08 |
Kyle Kelley | Modify origin handling & normalization. Add tests. |
commit | commitdiff | tree |
2014-05-08 |
Kyle Kelley | Response of None on failure |
commit | commitdiff | tree |
2014-05-08 |
Kyle Kelley | Add tests, fix allowed_origins, rebase tests |
commit | commitdiff | tree |
2014-05-08 |
Kyle Kelley | Change to check_origin, add override statement. |
commit | commitdiff | tree |
2014-05-08 |
Kyle Kelley | Handle varying origin name |
commit | commitdiff | tree |
2014-05-08 |
Kyle Kelley | Disable cross origin websockets by default. |
commit | commitdiff | tree |
2014-05-08 |
Ben Darnell | Add a test with newlines in template tags to control... |
commit | commitdiff | tree |
2014-05-06 |
Ben Darnell | Merge pull request #1045 from schlamar/fix-win-tests |
commit | commitdiff | tree |
2014-05-06 |
Ben Darnell | Merge pull request #1044 from schlamar/wouldblock-const |
commit | commitdiff | tree |
2014-05-06 |
schlamar | Fixed tests on Windows. 1045/head |
commit | commitdiff | tree |
2014-05-06 |
schlamar | Use constant for blocking errnos. 1044/head |
commit | commitdiff | tree |
2014-05-06 |
Ben Darnell | Merge branch 'branch3.2' |
commit | commitdiff | tree |
2014-05-06 |
Ben Darnell | Give credit to Joost Pol for reporting the security... |
commit | commitdiff | tree |
next |