]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2011-12-08  Serge S. KovalConnection header must include "Upgrade", but should... 415/head
2011-12-08  Serge S. KovalAdditional checks for WebSocket protocol handshake.
2011-12-01  Ben DarnellOur tests don't work with the recently-released Twisted...
2011-11-26  bdarnellMerge pull request #403 from jparise/log-levels
2011-11-26  Ben DarnellMerge commit '7d32d64' into merge
2011-11-26  Jon PariseMention the 'debug' level in --logging's help. 403/head
2011-11-22  MinRKuse '%s' formatting instead of '%d' for fds in IOLoop... 401/head
2011-11-22  MinRKfix milliseconds -> seconds typo
2011-11-22  Thomas MiedemaFix _reseed_random when os.urandom is not implemented
2011-11-14  bdarnellMerge pull request #396 from justinrosenthal/master
2011-11-14  bdarnellMerge pull request #397 from swies/master
2011-11-14  bdarnellMerge pull request #398 from phleet/patch-1
2011-11-14  Ben DarnellAdd very basic testing for app engine
2011-11-14  Ben DarnellThread safety for shared data structures (templates...
2011-11-14  Ben DarnellAdd an option to the test runner to kill the process...
2011-11-13  Jamie WongDocumentation fix for AsyncTestCase 398/head
2011-11-12  Ben DarnellLocal copy of sphix coverage plugin is no longer needed...
2011-11-06  Patrick Swieskowskifix crash on invalid Cookie header 397/head
2011-11-04  Justin RosenthalPrevent duplicate callbacks when PeriodicCallback is... 396/head
2011-10-25  David KoblasUse a AND instead of an OR to determine if the bits... 389/head
2011-10-25  Ben DarnellAdd return statements missing from HEAD/204 fix
2011-10-25  Ben DarnellFix zero-byte writes in IOStream.
2011-10-23  Ben DarnellFix hang on HEAD requests and on 204/304 responses...
2011-10-23  Ben DarnellSigh... More websocket protocol changes.
2011-10-07  Ben DarnellAdd configs for testing on Vagrant-managed VMs.
2011-10-07  Ben DarnellBump version number in the master branch
2011-10-04  Ben DarnellSet version number to 2.1.1 v2.1.1
2011-10-04  Ben DarnellAdd release notes for 2.1.1
2011-10-04  Ben DarnellAlways advance _next_timeout in PeriodicCallback._sched...
2011-10-04  bdarnellMerge pull request #372 from WGH-/patch-1
2011-10-04  Ben DarnellErrors from socket.connect() should be treated the...
2011-10-03  WGH-Edited tornado/iostream.py via GitHub 372/head
2011-09-22  Ben DarnellFix a case in which chunked responses could be closed...
2011-09-22  Ben DarnellFix connection-close detection for epoll.
2011-09-22  Ben DarnellBump version number in the master branch
2011-09-21  Ben DarnellSet version number to 2.1 v2.1.0
2011-09-21  Ben DarnellMove next.rst to v2.1.0.rst
2011-09-19  bdarnellMerge pull request #363 from daharon/master
2011-09-19  Daniel AharonMake HTTPHeaders.__contains__() case-insensitive, like... 363/head
2011-09-18  Ben DarnellAdd a test for the bug fixed in commit e811959
2011-09-18  Florian DieboldFix the handling of messages of length 126 in the draft...
2011-09-18  Florian DieboldFix the IOStream close callback not getting called...
2011-09-18  Ben DarnellClose leaking listener socket in tests
2011-09-17  Ben DarnellMore release note updates
2011-09-15  Ben DarnellUpdate ca-certs file to remove Diginotar
2011-09-15  Ben DarnellPut overview documentation back in HTTPServer docstring...
2011-09-15  Ben DarnellMerge remote-tracking branch 'alekstorm/tcpserver'...
2011-09-12  Ben DarnellRemove doc warnings about tornado.auth in python3
2011-09-12  Ben DarnellAdd crude tests for the auth module, and fix python3...
2011-09-12  Alek StormMove `TCPServer` to `netutil`, change `handle_stream... 353/head
2011-09-12  Ben DarnellMerge branch 'branch2.0'
2011-09-11  Ben DarnellAdd support for callbacks that take more than a single...
2011-09-11  Ben DarnellAdd support for lists of YieldPoints in the gen framework.
2011-09-10  bdarnellMerge pull request #356 from alekstorm/files
2011-09-10  Alek StormConvert dictionaries representing HTTP files to HTTPFil... 356/head
2011-09-10  Alek StormMove web._O to util.ObjectDict
2011-09-10  Ben DarnellAdd reference docs for all template directives.
2011-09-10  Ben DarnellReorder tox environments so the most important/likely...
2011-09-09  Ben DarnellAdd on_connection_close hook to chat demo to clean...
2011-09-09  Ben DarnellExtract cookie-signing methods from RequestHandler...
2011-09-09  Ben DarnellAdd streaming_callback to IOStream.read_bytes and read_...
2011-09-08  Alek StormFactor HTTP-specific code into HTTPServer subclass...
2011-09-05  Ben DarnellRemove unused variables (discovered by pyflakes)
2011-09-05  Ben DarnellImprove exception handling for gen module.
2011-09-05  Ben DarnellAllow any sequence in gen.WaitAll, not just lists.
2011-09-05  Ben DarnellAdd test for 100-continue functionality, and fix it...
2011-09-05  Ben DarnellDocument tornado.platform.twisted, and rename ioloop...
2011-09-05  Ben DarnellReorganize release notes
2011-09-04  Ben DarnellAccumulated release note updates.
2011-09-04  Ben DarnellUpdate docs with new methods
2011-09-04  Ben DarnellFix error in docs
2011-09-04  Ben DarnellAdd gen.WaitAll
2011-09-04  Ben DarnellAdd tornado.gen module for simpler generator-based...
2011-09-03  Ben DarnellVarious minor test changes for windows.
2011-09-03  Ben DarnellRemove test_connect_timeout, which was only passing...
2011-08-31  bdarnellMerge pull request #349 from milkinc/master
2011-08-31  bdarnellMerge pull request #347 from ContextLogic/optiongroup
2011-08-31  Jeff HodsdonCorrected on_connect timeout for simplehttpclient 349/head
2011-08-30  Jeeyoung KimIn define(), added option to define our own option... 347/head
2011-08-30  bdarnellMerge pull request #346 from mikejthompson/master
2011-08-30  Mike Thompsonadd 'cookies' property to wsgi.HTTPRequest 346/head
2011-08-29  Ben DarnellWatch the main module for tornado.autoreload's -m mode
2011-08-28  Ben DarnellMerge commit '864044' into merge 273/head
2011-08-28  Maciej MałeckiFix typos (argh!). #319
2011-08-28  Maciej MałeckiUse subprocess.Popen on Windows, fixes #319
2011-08-28  Ben DarnellAdd a version of database.Connection.execute that retur...
2011-08-28  Ben DarnellMerge remote-tracking branch 'alekstorm/static_args...
2011-08-28  Ben DarnellMerge branch 'master' into merge
2011-08-28  Ben DarnellReinstate RequestHandler.cookies property
2011-08-28  Jehiah Czebotarimplement request_time in simplehttp_client (and tests) 307/head
2011-08-27  bdarnellMerge pull request #344 from akrymski/master
2011-08-27  Artemi Krymskiapplication/json was missing from GZIP CONTENT_TYPES 344/head
2011-08-25  Wojciech PolakImprove template execution performance. 343/head
2011-08-24  bdarnellMerge pull request #342 from davidwilemski/master
2011-08-24  David WilemskiFixed typo in template documentation 342/head
2011-08-23  Ben DarnellSupport max_age as an alias for max-age in set_cookie...
2011-08-23  Ben Darnelltimedelta.total_seconds() is new in python2.7, so do...
2011-08-22  Jeeyoung KimImplemented read_until_regex in tornado. This is simila...
2011-08-21  bdarnellMerge pull request #340 from alekstorm/template_namespace
2011-08-21  Ben DarnellWhen following redirects, release connection resources...
next