]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2011-10-30  Luca WehrstedtAdd Etag header on HEAD requests for StaticFileHandler. 393/head
2011-10-29  Luca WehrstedtAdd Content-Length header on HEAD requests for StaticFi...
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...
2011-08-20  Alek StormAdd 'namespace' parameter to template.BaseLoader constr... 340/head
2011-08-18  Alek StormMove 'cookies' property from RequestHandler to HTTPRequest 336/head
2011-08-17  Alek StormAdd 'static_handler_args' application setting to pass... 335/head
2011-08-14  Ben DarnellAdd static_handler_class application setting, and move...
2011-08-14  Ben DarnellAdd tests for static file functionality
2011-08-14  Ben DarnellIn case the callback_uri and the uri that called authen...
2011-08-14  Ben DarnellRelease note updates
2011-08-14  Ben DarnellClean up after the _check_file refactoring.
2011-08-14  Ben DarnellAdd the option to run application hooks before autorelo...
2011-08-14  Ben DarnellRemove tox config for pypy with mysql.
2011-08-06  Ben DarnellAccept timedelta objects in IOLoop.add_timeout.
2011-08-06  Ben DarnellSpeed up _convert_header_value
2011-08-06  Ben DarnellAdd RequestHandler.add_header to allow headers to occur...
2011-08-06  Ben DarnellBetter path surgery in autoreload
2011-08-03  Ben DarnellFix style, add comments
2011-08-03  Ben DarnellMerge remote-tracking branch 'alekstorm/master' into...
2011-08-03  Ben DarnellIf a PeriodicCallback runs longer than its period,...
next