]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2011-02-16  Ben DarnellAdd linkify to the default template namespace.
2011-02-16  Ben DarnellUse SO_REUSEADDR in low-level socket tests.
2011-02-16  Ben DarnellUpdate docs for simple_httpclient.
2011-02-16  Ben DarnellRevert "Undo documentation changes from the introductio...
2011-02-15  Ben DarnellDon't modify the IOStream write buffer if the previous...
2011-02-15  Ben DarnellChange IOStream._read_buffer from cStringIO to a deque.
2011-02-15  Ben DarnellChange IOStream._write_buffer from cStringIO to a deque.
2011-02-15  Ben DarnellAdd utility method for dealing with deques of strings...
2011-02-15  Ben DarnellAdd follow_redirects support to SimpleAsyncHTTPClient.
2011-02-15  Ben DarnellLast part of certificate validation: check that the...
2011-02-15  Ben DarnellAdd ssl.match_hostname function backported from Python...
2011-02-15  Ben DarnellDetect the connection being closed by the server in...
2011-02-15  Ben DarnellMake certificate validation optional with an HTTPReques...
2011-02-15  Ben DarnellPart 1 of certificate validation: Require that the...
2011-02-15  Ben DarnellIn SSLIOStream, delay the connect_callback until the...
2011-02-15  Ben DarnellAdd a set of default SSL CA certificates for use with...
2011-02-14  Ben DarnellAdd a simple mechanism to override DNS lookups in Simpl...
2011-02-12  Ben DarnellMake @removeslash a no-op when applied to a request...
2011-02-12  Jon PariseRemoving the *.png pattern for the 'demos' line. 218/head
2011-02-10  Ben DarnellCheck XSRF tokens on all non-idempotent requests instea...
2011-02-10  Ben DarnellUndo documentation changes from the introduction of...
2011-02-09  Ben DarnellMerge commit 'v1.1.1'
2011-02-09  Ben DarnellTag release 1.1.1 v1.1.1
2011-02-09  Ben DarnellBACKWARDS-INCOMPATIBLE: Fix XSRF security vulnerability.
2011-02-07  Ben DarnellFix error in docstring.
2011-02-07  Ben DarnellAdd a test to verify reasonable behavior when HTTPS...
2011-01-25  Ben DarnellUse request.uri instead of request.path in websocket...
2011-01-25  Ben DarnellUpdate example in XSRF section.
2011-01-21  Ben DarnellMove request logging from RequestHandler to Application.
2011-01-21  Ben DarnellFix commit 377c160 when connection is None.
2011-01-20  Ben DarnellSet HTTPRequest.protocol correctly when using the built...
2011-01-20  Ben DarnellUse kwargs when constructing RedirectHandlers.
2011-01-19  rickard.bottcherAdded missing attribute "stream" in call to getpeercert... 206/head
2011-01-13  Ben DarnellReplace more uses of cStringIO.getvalue() with .tell().
2011-01-13  Ben DarnellMerge remote branch 'didip/master' into merge
2011-01-12  Ben DarnellAdd some comments about thread safety.
2011-01-10  Didip Kerabatreset() only set current position back to 0. What we... 203/head
2011-01-10  Didip KerabatFurther optimization by using tell() and reset()
2011-01-10  Didip Kerabatuse cStringIO on _read_buffer and _write_buffer
2011-01-06  Ben DarnellUse a list instead of a set for IOLoop callbacks. ...
2011-01-03  Ben DarnellUse absolute paths in RequestHandler._static_hashes...
2011-01-03  Ben DarnellLog exceptions with exc_info=True instead of exc_info=e.
2010-12-28  Ben DarnellFix stack trace logging for uncaught RequestHandler...
2010-12-17  Ben DarnellRemove logging for EINTR in IOLoop, since this is not...
2010-12-14  Ben DarnellConstruct ErrorHandler with kwargs instead of positiona...
2010-12-13  Ben DarnellOverride initialize() instead of __init__() in RequestH...
2010-12-13  Jon Parisetornado.httpserver is unused in this scope 193/head
2010-12-11  Ben DarnellAdd a simple HTTP benchmark
2010-12-11  Ben DarnellAvoid unnecessary work in HTTPHeaders._normalize_name.
2010-12-11  Ben DarnellImplement ExceptionStackContext independently of StackC...
2010-12-10  Ben DarnellAvoid use of the @contextlib.contextmanager decorator.
2010-12-03  Ben DarnellMerge remote branch 'slay2k/fb_fix_graph_mixin'
2010-12-01  Ben DarnellFix duplicated remote_ip field in HTTPRequest.__repr__
2010-11-30  Romy MaxwellA few fixes for FacebookGraphMixin 183/head
2010-11-29  Ben DarnellUse request.uri instead of request.path as default...
2010-11-29  Ben DarnellLog malformed HTTP requests more gracefully.
2010-11-29  Ben DarnellTreat HEAD requests the same as GET for e.g. sending...
2010-11-29  Ben DarnellPreserve the order of css_files from UIModules, like...
2010-11-29  Ben DarnellExpose the client's SSL certificate as HTTPRequest...
2010-11-23  Josh StaigerFix bug in multipart/form-data requests. 176/head 177/head
2010-11-20  Josh StaigerUpdate pydoc to mention response.rethrow instead of... 173/head
2010-11-19  Ben DarnellDon't assume 'boundary' is last field in Content-Type...
2010-11-18  Ben DarnellMerge remote branch 'vijayp/master'
2010-11-18  vijaypSet proxy to '' if no proxy is explicitly set in the...
2010-11-17  Ben DarnellAdd debug logging for queuing in simple_httpclient.
2010-11-17  Ben DarnellAdd address parameter to Application.listen to match...
2010-11-16  Ben DarnellFixes for python 2.5
2010-11-16  Ben DarnellAdd convenience method Application.listen(port) so...
2010-11-16  Ben DarnellImplement max_clients limitation and queueing for Simpl...
2010-11-16  Ben DarnellPort pseudo-singleton magic from AsyncHTTPClient to...
2010-11-14  Ben DarnellAdd timeout support to simple_httpclient
2010-11-14  Ben DarnellImprove docs for IOLoop.add/remove_timeout()
2010-11-09  Ben DarnellFix typo in docs
2010-11-08  Ben DarnellAdd Amharic to tornado.locale's list of languages.
2010-11-08  Ben DarnellFix mangled language names in tornado.locale for Chines...
2010-11-08  Ben DarnellSupport X-Forwarded-Proto in addition to X-Scheme
2010-11-08  Ben DarnellSupport websockets over https.
2010-11-08  Ben DarnellSupport "from x import y" in templates, not just "import x"
2010-11-06  Ben DarnellFix typo from commit 2b44fac
2010-11-05  Ben DarnellCapture StackContext explicitly in HTTPConnection to...
2010-11-04  Ben DarnellCheck for a closed connection in _add_io_state.
2010-11-04  Paul Buchheitfix linkify regex plus add unit test
2010-10-28  Ben DarnellDon't manually set Content-Length in StaticFileHandler.
2010-10-27  Ben DarnellMerge remote branch 'szeim/master'
2010-10-27  Ben DarnellMerge remote branch 'fiam/master'
2010-10-27  Imre SZEBENYISSLIOStream._do_ssl_handshake SSL error check 159/head
2010-10-27  Imre SZEBENYIFixed IOStream._handle_events (try/except block)
2010-10-26  Alberto García... Make exception handling in AsyncHTTPClient more customi... 158/head
2010-10-21  Ben DarnellAdd gzip support to SimpleAsyncHTTPClient
2010-10-21  Ben DarnellSupport minor HTTP request attributes in SimpleAsyncHTT...
2010-10-21  Ben DarnellAdd basic auth support to SimpleAsyncHTTPClient
2010-10-21  Ben DarnellUse AsyncHTTPTestCase.fetch instead of overriding it...
2010-10-21  Ben DarnellReindent to 4 spaces
2010-10-19  Ben DarnellAttempt to fix StaticFileHandler when os.path.sep ...
2010-10-19  Ben DarnellMerge remote branch 'mdg/default_filename'
2010-10-19  Ben DarnellAdd test case for encoding of request parameters and...
2010-10-19  Ben DarnellAdd a convenience method for synchronous fetches in...
2010-10-19  Ben DarnellAdd test suite to tarball releases.
2010-10-16  Matthew Grahammake StaticFileHandler support default filename 151/head 155/head
2010-10-13  Ben DarnellSupport websockets over HTTP proxies.
next