]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2009-12-17  Ben DarnellIf IOLoop.stop is called before the loop is running...
2009-12-14  Chris WetherellAdded kwargs to get_error_html in the RequestHandler...
2009-12-10  Ben DarnellUse empty dictionary instead of None as default for...
2009-12-10  Ben DarnellFix missed variable rename
2009-12-10  Ben DarnellAdd Application.reverse_url, which can generate a url...
2009-12-09  Ben DarnellMerge branch 'master' of git://github.com/facebook...
2009-12-09  Bret TaylorAdd basic error checking so you can't add a server...
2009-12-09  Bret TaylorTypo in error message
2009-12-09  Bret TaylorPre-forking implementation so a single Tornado server...
2009-12-08  Bret TaylorAdd gzip Content-Encoding support with 'gzip' applicati...
2009-12-08  Ben DarnellAdd REMOTE_ADDR to WSGIContainer
2009-12-07  Ben DarnellMerge branch 'master' of http://github.com/facebook...
2009-12-07  Ben DarnellMake WSGIContainer._environ public and static, so it...
2009-12-07  Bret TaylorFix transform headers bug
2009-12-06  Bret TaylorIgnore XSRF cookie check when X-Requested-With XMLHttpR...
2009-12-03  Ben DarnellAdd a FallbackHandler class to allow use of other appli...
2009-11-24  Bret TaylorAdd support for Squid proxy headers
2009-10-28  Bret TaylorAsk for more Facebook Connect fields by default
2009-10-06  Bret TaylorInitial support for SSL (thanks to Dan McDougall for...
2009-10-02  Bret TaylorMissing website images
2009-10-02  Bret TaylorFix embedded CSS bug
2009-09-30  Bret TaylorAdd links to FB, Twitter, FF on web site
2009-09-30  Bret TaylorBug fix
2009-09-30  Bret TaylorCSS/JS embeds after files
2009-09-23  caseymrmadd address param to listen
2009-09-21  Bret TaylorTypo in PeriodicCallback
2009-09-18  Bret TaylorNew 0.2 distribution from the past week's bug fixes
2009-09-18  Bret TaylorTurn on auto-reloading when 'debug' setting is given
2009-09-18  Bret TaylorBug in locale.py and increase poll time for autoreloader
2009-09-17  pauladd streaming_callback option to httpclient
2009-09-16  Bret TaylorRename auto-reload module
2009-09-16  Bret TaylorExperimental module auto-reloading on modification
2009-09-15  btaylorAuto-reconnect on MySQL connection failur
2009-09-15  btaylorAdd gitignore file
2009-09-14  Benjamin Golubuse correct module
2009-09-14  Caseymake logout link work
2009-09-14  Bret TaylorFix multipart/form-data for WSGIApplication
2009-09-14  Bret TaylorGet rid of unnecessary/inconsistent mixin
2009-09-13  Bret TaylorAdd addslash and removeslash decorators for, e.g.,...
2009-09-13  Bret TaylorTwo minor typos
2009-09-13  Bret TaylorAdd initial WSGI container support for running other...
2009-09-12  Bret TaylorDon't reference Exception.message due to deprecation...
2009-09-11  Caseydocumentation typos
2009-09-11  Benjamin Golubs/Google Code/GitHub
2009-09-10  CaseyMerge branch 'master' of git@github.com:facebook/tornado
2009-09-10  Caseymake sign out clickable, ignoring automatic redirect...
2009-09-10  Bret TaylorMerge branch 'master' of git://github.com/jaybaird...
2009-09-10  Caseytypo
2009-09-10  Caseyboth links work, but this one seems canonical
2009-09-10  Jay Bairdremove cases where intern is used. This will prevent...
2009-09-10  Caseytypo
2009-09-10  Bret TaylorAdd python-dev to apt-get command per http://groups...
2009-09-10  Caseytypo
2009-09-10  Benjamin GolubMerge branch 'master' of github.com:facebook/tornado
2009-09-10  Benjamin Golubtypos
2009-09-10  CaseyMerge branch 'master' of git@github.com:facebook/tornado
2009-09-10  Caseyupdated tarball
2009-09-10  Benjamin Golubfix README
2009-09-10  Caseyescape more
2009-09-10  Caseytypo
2009-09-10  Bret TaylorAnother typo (thanks, Ben)
2009-09-10  Bret TaylorAdd prerequisites to Tornado docs
2009-09-10  Bret TaylorFixed typo (thanks Casey)
2009-09-10  Bret TaylorNo favicon for Tornado web site
2009-09-10  Bret TaylorMove Tornado project to Github
2009-09-09  Bret TaylorWrote initial README file
2009-09-09  FacebookCreated project