]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2013-05-21  David WoleverTest revealing StaticFileHandler path regression. 796/head
2013-05-20  Ben DarnellRelease note updates.
2013-05-19  Ben DarnellRead static files in 64-KB chunks.
2013-05-19  Ben DarnellAdd start and end parameters to get_content() instead...
2013-05-19  Ben DarnellMake static_url pass arbitrary kwargs to make_static_url.
2013-05-19  Ben DarnellMerge remote-tracking branch 'birknilson/static_version...
2013-05-19  Ben DarnellAdd method StaticFileHandler.get_content_version.
2013-05-19  Ben DarnellAdd back a lost call to abspath (which may or may not...
2013-05-19  Ben DarnellDocument recent additions to StaticFileHandler.
2013-05-19  Ben DarnellCleanups after the big StaticFileHandler merge.
2013-05-19  Ben DarnellRough merge of the birknilson and wolever StaticFileHan...
2013-05-19  Ben DarnellMerge remote-tracking branch 'birknilson/refactoring...
2013-05-19  Ben DarnellMerge remote-tracking branch 'wolever/accept-range...
2013-05-18  Ben DarnellUpdate redbot tests to work with current versions of...
2013-05-18  David Wolever206 in response to Range, refactor ETag checking 790/head
2013-05-18  Ben DarnellAdd PATCH and OPTIONS support by default to curl_httpcl...
2013-05-18  Ben DarnellRemove redundant call to find_named_blocks in template...
2013-05-18  David WoleverFixing errant paren, missing format value
2013-05-18  David WoleverReturn HTTP 416 Range Not Satisfiable, not 406
2013-05-17  David WoleverHandle negative byte ranges
2013-05-17  David WoleverTests for Range header
2013-05-17  David WoleverSet Accept-Range header, return 406 on invalid range
2013-05-17  Ben DarnellMerge branch 'branch3.0'
2013-05-17  Ben DarnellDereference the current YieldPoint as soon as it resolves.
2013-05-17  David WoleverFix bytes/str issues
2013-05-17  Ben DarnellAdd test for option redefinition error.
2013-05-16  David Wolever(incomplete) Honnoring Range request header
2013-05-16  David WoleverUse 'get_version' to calculate static file hashes.
2013-05-16  cloudaicecomparison to None should be 'if cond is not None' 788/head
2013-05-16  cloudaicefixed bug when raise error in options
2013-05-16  项超Merge pull request #1 from facebook/master
2013-05-16  Ben DarnellAdd a close method to Resolver and use it where necessary.
2013-05-16  Ben DarnellAdd a missing stack_context.wrap in SSLIOStream.connect.
2013-05-13  Ben DarnellRelease note updates
2013-05-13  Ben DarnellRemove whitespace/control-character check from RequestH...
2013-05-13  Ben DarnellClean up cancelled timeout handles when the queue gets...
2013-05-13  Ben DarnellRespect HTTPServer's no_keep_alive option in RequestHan...
2013-05-13  Ben DarnellAllow handlers to assign to self.current_user
2013-05-12  Ben DarnellAllow prepare to be asynchronous, and detect coroutines...
2013-05-12  Ben DarnellDon't try sending another error response in _handle_req...
2013-05-12  Ben DarnellRelease note and doc updates
2013-05-12  bdarnellMerge pull request #748 from wsantos/fix732
2013-05-12  Ben DarnellCheck for ECONNRESET in addition to EPIPE on send().
2013-05-12  bdarnellMerge pull request #784 from tahajahangir/patch-1
2013-05-12  Ben DarnellUse plus=False when constructing and decoding url paths.
2013-05-12  Ben DarnellAdd a 'plus' argument to url_{un,}escape, defaulting...
2013-05-12  Taha JahangirDon't log EPIPE (broken pipe) errors as warnings 784/head
2013-05-12  Ben DarnellAdd a run_with_stack_context function to more easily...
2013-05-12  Ben DarnellAdd a distinct MissingArgumentError class for get_argument.
2013-05-12  Ben DarnellMove _UIModuleNamespace from the top of web.py to the...
2013-05-11  bdarnellMerge pull request #783 from gwk/master
2013-05-10  gwkAdded note regarding regex group capture to StaticFileH... 783/head
2013-05-09  bdarnellMerge pull request #777 from mauriciosl/master
2013-05-09  Ben DarnellAdd note about frequently-seen pull request to add...
2013-05-08  bdarnellMerge pull request #780 from keakon/patch-1
2013-05-08  bdarnellMerge pull request #779 from clowwindy/master
2013-05-08  keakonadd missing parameter doc 780/head
2013-05-08  clowwindyUpdate httpclient.py 779/head
2013-05-07  Mauricio Souza... change bind_unused_port to pass None as port 777/head
2013-05-05  Ben DarnellCreate UIModule proxies on demand instead of in Request...
2013-05-05  Ben DarnellAdd a test that covers creation and binding of UIModule...
2013-05-05  Ben DarnellPrecompile the regex used on severy set_header call.
2013-05-05  Ben DarnellRewrite HTTPHeaders normalization to limit the growth...
2013-05-05  Ben DarnellCatch and ignore EINVAL errors from setsockopt.
2013-05-05  Ben DarnellClear the NODELAY flag in set_nodelay(False).
2013-05-05  Ben DarnellAdd an interface to set the TCP_NODELAY flag on an...
2013-05-04  Ben DarnellAdd overrideable method RequestHandler.log_exception.
2013-05-04  Ben DarnellUpdate docs for AsyncTestCase to make @gen_test more...
2013-05-01  Ben DarnellAdd an exception handler in _try_inline_read to ensure...
2013-05-01  Ben DarnellFix another case in which streaming read_until_close...
2013-04-29  Ben DarnellRelease note updates.
2013-04-29  Ben DarnellFix a memory leak in HTTPServer with very large file...
2013-04-28  Ben DarnellFix locale.format_date on python 3.
2013-04-28  Ben DarnellPrefix all "reserved" names used by the template system...
2013-04-28  Ben DarnellUse weakrefs instead of __del__ in reference cycle...
2013-04-28  Ben DarnellMerge remote-tracking branch 'homm/master'
2013-04-28  hommUse add_callback to trigger ioloop in test. 767/head
2013-04-28  Ben DarnellAdd a --debug_gc flag to runtests to easily turn on...
2013-04-28  Ben DarnellFix options with multiple=True on python 3; add tests.
2013-04-28  hommFix typo.
2013-04-28  hommAvoid circular references in StackContext and Exception...
2013-04-28  hommRemove reference to last task and his arguments in...
2013-04-28  Ben DarnellFix resolver implementation on Solaris.
2013-04-28  Ben DarnellCatch additional errors to prevent warnings logged...
2013-04-24  Waldecir SantosCorrected or logic to make use of max_buffer_size if... 748/head
2013-04-24  Waldecir SantosExpose IOStream's max_buffer_size, so we can set it...
2013-04-24  bdarnellMerge pull request #752 from oyerli/patch-1
2013-04-24  Ben DarnellDon't try to run HTTPConnection._close_callback if...
2013-04-24  bdarnellMerge pull request #745 from davidwilemski/xheaders
2013-04-21  Ozan YerliUnnecessary MozWebSocket in the WebSocket demo 752/head
2013-04-18  David Wilemskisupport ip lists in X-Forwarded-For headers 745/head
2013-04-18  Ben DarnellExpand docs for @asynchronous decorator and other cleanups.
2013-04-18  Ben DarnellFix the same typo in docs/index.rst
2013-04-18  bdarnellMerge pull request #739 from eguven/master
2013-04-18  Eren GüvenFix typo in README 739/head
2013-04-18  bdarnellMerge pull request #723 from ajdavis/gen-test-timeout
2013-04-16  MinRKuse getattr to check for close method in IOLoop.close 735/head
2013-04-15  MinRKtry close method to close FDs in IOLoop
2013-04-14  Ben DarnellStart a new next-release-notes file
2013-04-14  Ben DarnellFix the import_object ImportError on Python 3.
next