]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2011-08-20  Alek StormAdd 'namespace' parameter to template.BaseLoader constr... 340/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,...
2011-08-03  Ben DarnellMerge remote-tracking branch 'jfisteus/periodic_callbac...
2011-08-03  Ben DarnellAdd install() method to IOLoop to allow a custom subcla...
2011-08-03  Ben DarnellTest that tornado.database is at least importable on...
2011-07-29  Alek StormAdd extra '_modules' reference to modules list in templ... 322/head
2011-07-28  Jesus Arias... Stabilization of the period of ioloop.PeriodicCallback. 320/head
2011-07-28  Ben DarnellAdd option to print out generated template code in...
2011-07-28  Ben DarnellSpeed up xhtml_escape (template benchmark goes from...
2011-07-28  Ben DarnellAdd a template benchmark, based on one in jinja2
2011-07-28  Ben DarnellMore defensiveness about patterns that could lead to...
2011-07-26  Ben DarnellAllow unicode string literals to appear in template...
2011-07-25  Ben DarnellSupport Content-Length headers that have been duplicate...
2011-07-25  Ben DarnellMerge branch 'httpclient_buffer'
2011-07-25  Ben DarnellFix test that depended on simple_httpclient implementat...
2011-07-21  David RecordonAllow setting the maximum read buffer size when constru... 310/head
2011-07-20  Ben DarnellConsistently guard against uncaught exceptions leading...
2011-07-20  David RecordonNoticed that a max_clients around 50 would cause us... 309/head
2011-07-19  Ben DarnellDelay IOStream close callback until all pending callbac...
2011-07-19  Ben DarnellMove httpclient_tests that never worked with curl to...
2011-07-19  Ben DarnellFix HTTP client selection as used in curl_httpclient_test.
2011-07-19  Ben DarnellMake "python -m tornado.autoreload" run with a consiste...
2011-07-17  Ben DarnellAdd a config file to run tornado tests under multiple...
2011-07-17  Ben DarnellMerge branch 'master' into twisted
2011-07-17  Ben DarnellChange binary literals to hex for compatibility with...
2011-07-17  Ben DarnellFix WebSocketProtocol8 on python3
2011-07-17  Ben DarnellMake websocket demo work on firefox 6 beta
2011-07-17  Ben DarnellMerge remote-tracking branch 'flodiebold/master' into...
2011-07-17  Ben DarnellRename twistedreactor -> twisted
2011-07-17  Ben DarnellRun parts of twisted's test suite on the tornado reactor
2011-07-17  Florian DieboldHandle the hybi-07 version of the WebSocket protocol...
2011-07-17  Ben DarnellMake twisted tests run under python 2.5
2011-07-17  Florian DieboldSend the data of the ping frame back in the pong, as...
2011-07-17  Florian DieboldFix an exception when connecting with an unsupported...
2011-07-17  Ben DarnellRemove new backwards-incompatible arguments from Static...
2011-07-17  Ben DarnellMerge commit '8dbe9ba' into work
2011-07-15  Ovidiu PredescuRemoved run() method. 302/head
2011-07-14  Ovidiu PredescuNew test to check that addWriter followed by removeWrit...
2011-07-14  Ovidiu PredescuMoved twisted/reactor.py to platform/twistedreactor.py.
2011-07-14  Ovidiu PredescuFix misspelling.
2011-07-14  Ben DarnellAdd a callback for flow control to RequestHandler.flush
2011-07-13  Florian DieboldImplement the hybi-10 version of the WebSocket protocol.
2011-07-13  Florian DieboldRefactor WebSocket support to prepare for multiple...
2011-07-13  Krzysztof TarnowskiEnabled subclasses to specify expiration time.
2011-07-12  Ovidiu PredescuDon't use defaults in reactor.py as they cause unneeded...
2011-07-12  Ovidiu PredescuAdded the twistedreactor_test to runtests.py.
2011-07-12  Ovidiu PredescuAdded author and copyright info.
2011-07-12  Ovidiu PredescuUpdated to not depend on IOLoop's _set_nonblocking...
2011-07-12  Ovidiu PredescuAdded twisted-style reactor for Tornado.
2011-07-12  Ben DarnellFix race condition in cross-thread IOLoop.add_callback
2011-07-12  Ben DarnellBetter error message
2011-07-11  Ben DarnellDoc and release note updates.
2011-07-10  Ben DarnellSupport multi-line headers
2011-07-10  Ben DarnellProperly quote and unquote cookie values.
2011-07-10  Ben DarnellFix parsing of uploaded filenames with special characters.
2011-07-10  Ben DarnellAllow any properly-formatted locale, not just ones...
2011-07-10  Ben DarnellRe-enable default_certificates test
2011-07-10  Ben Darnellallow_nonstandard_methods now also skips the check...
2011-07-09  Ben DarnellMove socket accept loop from HTTPServer to netutil.
2011-07-08  Krzysztof TarnowskiAdd a way of customizing cache control behavior for...
2011-07-08  Ben DarnellAdd basic unix socket support.
2011-07-07  Ben DarnellSpeed up Application.__call__ when there are no matched...
2011-07-07  Ben DarnellBetter benchmark script
2011-07-07  bdarnellMerge pull request #297 from funtoo/patch-1
2011-07-06  Daniel RobbinsInstall platform files too. 297/head
2011-07-06  Ben DarnellDon't keep the entire output in a cStringIO when gzippi...
2011-07-06  Ben DarnellDocument IOStream fast-path/slow-path, and allow for...
2011-07-06  Ben DarnellAdd a fast path for IOStream writes in addition to...
2011-07-06  Ben DarnellDon't add an event handler for IOStream until we've...
2011-07-06  Ben DarnellMake this test more robust against the timing of server...
2011-07-05  Ben DarnellUse lists of tuples instead of dicts since this test...
2011-07-05  Ben DarnellNon-file-based template loaders should always use posix...
2011-07-05  Ben DarnellDisable this test on non-unix platforms
2011-07-05  Ben DarnellMove the waker pipe into tornado.platform.
2011-07-05  Ben DarnellClean up hacky fcntl emulation for windows.
2011-07-05  Ben DarnellThis looks like it's always been backwards.
2011-07-05  Ben DarnellMove win32_support to a new tornado.platform package
2011-07-05  Ben DarnellRelease notes for multi-process stuff
2011-07-05  Ben DarnellCheck for forked status in autoreload
2011-07-05  Ben DarnellBetter fork_processes: Restart processes when they...
2011-07-05  Ben DarnellDon't initialize the singleton IOLoop from tearDown
2011-07-05  Ben DarnellRefactor random-seed code out of fork_processes
2011-07-05  Ben DarnellBetter documentation for HTTPServer startup
2011-07-05  Ben DarnellAdd the HTTPServer.add_sockets interface
2011-07-04  Ben DarnellPull process forking out of HTTPServer into a new module
2011-07-04  Ben DarnellPull socket creation out of HTTPServer into a new module.
2011-07-04  Ben DarnellAdd a better error message for a common assertion
next