]>
git.ipfire.org Git - thirdparty/tornado.git/log
Bret Taylor [Sun, 13 Sep 2009 21:13:55 +0000 (14:13 -0700)]
Add addslash and removeslash decorators for, e.g., redirecting '/dir' to '/dir/'
Bret Taylor [Sun, 13 Sep 2009 19:26:16 +0000 (12:26 -0700)]
Two minor typos
Bret Taylor [Sun, 13 Sep 2009 18:19:57 +0000 (11:19 -0700)]
Add initial WSGI container support for running other frameworks on Tornado's HTTP server
Bret Taylor [Sat, 12 Sep 2009 16:25:03 +0000 (09:25 -0700)]
Don't reference Exception.message due to deprecation in Python 2.6
Casey [Fri, 11 Sep 2009 18:43:08 +0000 (11:43 -0700)]
documentation typos
Benjamin Golub [Fri, 11 Sep 2009 11:47:33 +0000 (07:47 -0400)]
s/Google Code/GitHub
Casey [Thu, 10 Sep 2009 21:39:28 +0000 (14:39 -0700)]
Merge branch 'master' of git@github.com:facebook/tornado
Casey [Thu, 10 Sep 2009 21:39:23 +0000 (14:39 -0700)]
make sign out clickable, ignoring automatic redirect for now
Bret Taylor [Thu, 10 Sep 2009 21:24:33 +0000 (14:24 -0700)]
Merge branch 'master' of git://github.com/jaybaird/tornado
Casey [Thu, 10 Sep 2009 21:10:23 +0000 (14:10 -0700)]
typo
Casey [Thu, 10 Sep 2009 20:41:13 +0000 (13:41 -0700)]
both links work, but this one seems canonical
Jay Baird [Thu, 10 Sep 2009 20:24:39 +0000 (13:24 -0700)]
remove cases where intern is used. This will prevent a DoS via memory starvation if a lot of requests are sent using random headers
Casey [Thu, 10 Sep 2009 19:01:36 +0000 (12:01 -0700)]
typo
Bret Taylor [Thu, 10 Sep 2009 18:49:27 +0000 (11:49 -0700)]
Add python-dev to apt-get command per http://groups.google.com/group/python-tornado/browse_thread/thread/
d88de85aa33193a7
Casey [Thu, 10 Sep 2009 18:35:29 +0000 (11:35 -0700)]
typo
Benjamin Golub [Thu, 10 Sep 2009 18:11:56 +0000 (14:11 -0400)]
Merge branch 'master' of github.com:facebook/tornado
Benjamin Golub [Thu, 10 Sep 2009 18:11:39 +0000 (14:11 -0400)]
typos
Casey [Thu, 10 Sep 2009 18:09:28 +0000 (11:09 -0700)]
Merge branch 'master' of git@github.com:facebook/tornado
Casey [Thu, 10 Sep 2009 18:09:21 +0000 (11:09 -0700)]
updated tarball
Benjamin Golub [Thu, 10 Sep 2009 17:52:26 +0000 (13:52 -0400)]
fix README
Casey [Thu, 10 Sep 2009 17:47:19 +0000 (10:47 -0700)]
escape more
Casey [Thu, 10 Sep 2009 17:38:08 +0000 (10:38 -0700)]
typo
Bret Taylor [Thu, 10 Sep 2009 17:24:52 +0000 (10:24 -0700)]
Another typo (thanks, Ben)
Bret Taylor [Thu, 10 Sep 2009 16:29:49 +0000 (09:29 -0700)]
Add prerequisites to Tornado docs
Bret Taylor [Thu, 10 Sep 2009 08:16:44 +0000 (01:16 -0700)]
Fixed typo (thanks Casey)
Bret Taylor [Thu, 10 Sep 2009 07:53:07 +0000 (00:53 -0700)]
No favicon for Tornado web site
Bret Taylor [Thu, 10 Sep 2009 07:50:51 +0000 (00:50 -0700)]
Move Tornado project to Github
Bret Taylor [Wed, 9 Sep 2009 05:15:18 +0000 (22:15 -0700)]
Wrote initial README file
Facebook [Wed, 9 Sep 2009 05:01:24 +0000 (22:01 -0700)]
Created project