]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2012-01-10  Paul Kienzlemake sure addresses returned from getaddrinfo are unique 435/head
2012-01-08  Ben DarnellUpdate docs for recent websocket changes
2012-01-08  Ben DarnellDisable websocket draft76 protocol by default.
2012-01-08  Ben DarnellAdd an explicit binary option to WebSocketHandler.write...
2012-01-05  Ben DarnellHandle redirects before processing data and sending...
2012-01-04  Ben DarnellMake fork_processes raise SystemExit instead of returni...
2012-01-03  Ben DarnellAdd comment about (non-)thread-safety of IOLoop.add_tim...
2012-01-02  Ben DarnellRelease note updates
2012-01-02  Ben DarnellRewrite IP check to use getaddrinfo instead of inet_pto...
2012-01-02  Ben DarnellMerge remote-tracking branch 'davidwilemski/xheaders...
2012-01-02  Ben DarnellUse a StackContext to allow exceptions thrown from...
2012-01-02  Ben DarnellAllow exceptions thrown in the first (synchronous)...
2012-01-01  Ben DarnellIncrease maximum IOLoop poll timeout.
2011-12-31  Ben DarnellSupport status codes other than 301 and 302 in RequestH...
2011-12-31  Ben DarnellAvoid merging the entire read buffer for IOStream.read_...
2011-12-30  Ben Darnellbytearray is a 2.6ism; use array.array("B") instead...
2011-12-30  Ben DarnellInvert fragment-handling logic for clarity
2011-12-30  Ben DarnellImprove websocket conformance as reported by autobahn.
2011-12-30  Ben DarnellAdd websocket conformance tests using autobahn
2011-12-30  Ben DarnellInstall more python versions in the linux VM so we...
2011-12-30  Ben DarnellMisc doc updates.
2011-12-17  David WilemskiA typo fix I noticed while fixing bug 392 422/head
2011-12-17  David WilemskiFix for bug #392
2011-12-16  Ben DarnellFix an implicit relative import
2011-12-16  Ben DarnellStart accumulating release notes
2011-12-16  Ben DarnellMerge remote-tracking branch 'alekstorm/master' into...
2011-12-16  Ben DarnellMerge remote-tracking branch 'alekstorm/template_commen...
2011-12-16  Ben DarnellImprove app engine tests now that SDK 1.6.1 is compatib...
2011-12-07  Ben DarnellA different approach to template stack traces:
2011-12-07  Ben DarnellMerge remote-tracking branch 'alekstorm/template_trace...
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-22  Alek StormPrint only the template trace of the bottommost UI... 357/head
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-13  Alek StormAdd {# ... #} construct to comment out entire sections 359/head
2011-09-12  Alek StormLog "stacktrace" of templace source lines when an excep...
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.
next