]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2012-01-25  Igor SobreiraAdd test to parse_multipart_form_data() when no "name... 444/head
2012-01-25  Igor SobreiraAdd test to parse_multipart_form_data() when line does...
2012-01-25  Igor SobreiraAdd test to parse_multipart_form_data() when invalid...
2012-01-25  Igor SobreiraAdd test to parse_multipart_form_data() when missing...
2012-01-25  Igor SobreiraAdd test to parse_multipart_form_data() on httputil...
2012-01-23  Ben DarnellDocument curl_httpclient empty password fix.
2012-01-23  Ben DarnellMerge commit 'df23c'
2012-01-23  Ben DarnellFix gen.engine docs on decorator order.
2012-01-23  dave mankoffchange encode('ascii') to utf8() 442/head 443/head
2012-01-23  Ben DarnellAdd a timeout to test_sslv2_fail so it passes on cygwin.
2012-01-23  Ben DarnellDoc updates
2012-01-23  Ben DarnellRelease note updates
2012-01-22  Ben DarnellMake StaticFileHandler.parse_url_path an instance metho...
2012-01-22  Ben DarnellMerge commit '59812' into work
2012-01-22  Ben DarnellMerge remote-tracking branch 'birknilson/static_url_ove...
2012-01-22  Ben DarnellAlways set Etag in StaticFileHandler so it won't break...
2012-01-22  dave mankofffix curl basic auth
2012-01-22  Ben DarnellMerge remote-tracking branch 'lerks/master' into work
2012-01-22  Ben DarnellUpdate websocket chat demo to work when not addressed...
2012-01-22  Ben DarnellMerge remote-tracking branch 'MrJoes/master' into work
2012-01-22  Ben DarnellRefactor websocket close logic; remove dependency on...
2012-01-22  Ben DarnellDisable slow websocket performance tests by default.
2012-01-22  Ben DarnellRemove stray log line
2012-01-22  Ben DarnellCheck if the stream is closed before writing final...
2012-01-22  Ben DarnellWebsocket subprotocol updates.
2012-01-21  Ben DarnellMerge remote-tracking branch 'davidgaleano/master'...
2012-01-21  Ben DarnellAllow handlers to override the selection of "ws" or...
2012-01-21  Ben DarnellMerge remote-tracking branch 'nephics/master' into...
2012-01-21  Ben DarnellCheck in a requirements file for the tools I use while...
2012-01-21  Ben DarnellAdd .coveragerc for test coverage reporting.
2012-01-18  Ben DarnellAdd 307 too and update release notes.
2012-01-18  Ben DarnellMerge remote-tracking branch 'amorton/master'
2012-01-18  Ben DarnellRelease note updates for twitter client changes
2012-01-18  Ben DarnellMake TwitterMixin.twitter_request accept complete urls...
2012-01-18  Ben DarnellMerge remote-tracking branch 'gutomaia/master'
2012-01-18  Ben DarnellAdd RequestHandler.on_finish method.
2012-01-17  Ben DarnellMajor update to tornado.platform.twisted.
2012-01-14  Ben DarnellSupport non-integer timeouts for curl_httpclient.
2012-01-14  Ben DarnellAdd a fourth release status field to tornado.version_info.
2012-01-14  Ben DarnellRelease note update
2012-01-14  Ben DarnellMerge remote-tracking branch 'pkienzle/master'
2012-01-14  Ben DarnellThe Connection request header should be case-insensitive.
2012-01-10  Ben DarnellAdd a new(er) ubuntu vm setup to test missing SSLv2
2012-01-10  Ben DarnellSome python/openssl builds don't have SSLv2 compiled...
2012-01-10  Paul Kienzlemake sure addresses returned from getaddrinfo are unique 435/head
2012-01-10  Ben DarnellRelease notes for the last two ssl changes
2012-01-09  Ben DarnellDisable SSLv2 in simple_httpclient.
2012-01-09  Ben DarnellMake SSLIOStream compatible with SSLv3- and TLSv1-only...
2012-01-08  Ben DarnellMake it possible to run the test suite with --httpclien...
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  Jacob SondergaardSet the request cookies property to an empty dict if... 428/head
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-10  Serge S. KovalMinor cleanup. 417/head
2011-12-10  Serge S. KovalRemoved unnecessary checks from appropriate websocket...
2011-12-08  Serge S. KovalConnection header must include "Upgrade", but should... 415/head
2011-12-08  Serge S. KovalAdditional checks for WebSocket protocol handshake.
2011-12-07  Ben DarnellA different approach to template stack traces:
2011-12-07  Ben DarnellMerge remote-tracking branch 'alekstorm/template_trace...
2011-12-02  Birk NilsonAdd ability to parse static path before using it as...
2011-12-02  Birk NilsonFixed issue when slicing static_url version string...
2011-12-02  Birk NilsonSeparate generation of static URLs and versioning in...
2011-12-01  Ben DarnellOur tests don't work with the recently-released Twisted...
2011-11-30  Birk NilsonAllow override of include_host in static_url. 406/head
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...
next