Commit Graph

552 Commits

Author SHA1 Message Date
Ben Darnell 5fc06caffe Add a FallbackHandler class to allow use of other applications (e.g.
tornado.wsgi.WSGIContainer) from within a tornado.web.Application to facilitate
migration from other web frameworks.
2009-12-03 11:57:52 -08:00
Bret Taylor 595ffa1975 Add support for Squid proxy headers 2009-11-24 10:27:38 -08:00
Bret Taylor 7546f8d3b2 Ask for more Facebook Connect fields by default 2009-10-28 02:00:23 -07:00
Bret Taylor b5c6ccb312 Initial support for SSL (thanks to Dan McDougall for suggesting this and code samples) 2009-10-06 00:13:50 -07:00
Bret Taylor 718c1816e1 Missing website images 2009-10-01 20:41:49 -07:00
Bret Taylor 4e0a8433d9 Fix embedded CSS bug 2009-10-01 20:41:29 -07:00
Bret Taylor 681d4d2fab Add links to FB, Twitter, FF on web site 2009-09-30 14:56:36 -07:00
Bret Taylor b32b6b4b04 Bug fix 2009-09-30 01:01:00 -07:00
Bret Taylor aa836cdf39 CSS/JS embeds after files 2009-09-30 00:32:40 -07:00
caseymrm 571dd056d2 add address param to listen 2009-09-23 11:46:17 -07:00
Bret Taylor 50528c010a Typo in PeriodicCallback 2009-09-21 09:38:33 -07:00
Bret Taylor d6e9cd5a11 New 0.2 distribution from the past week's bug fixes 2009-09-17 19:53:10 -07:00
Bret Taylor 11503326a6 Turn on auto-reloading when 'debug' setting is given 2009-09-17 19:47:32 -07:00
Bret Taylor c4f682d4fe Bug in locale.py and increase poll time for autoreloader 2009-09-17 17:46:46 -07:00
paul 6e1cb0ddf4 add streaming_callback option to httpclient 2009-09-16 22:59:42 -07:00
Bret Taylor 237944d524 Rename auto-reload module 2009-09-16 01:49:58 -07:00
Bret Taylor be71a24f1a Experimental module auto-reloading on modification 2009-09-16 01:29:12 -07:00
btaylor dd6cadf277 Auto-reconnect on MySQL connection failur 2009-09-14 18:10:06 -07:00
btaylor f524cc6ad5 Add gitignore file 2009-09-14 17:40:45 -07:00
Benjamin Golub 016dee1e96 use correct module 2009-09-14 15:43:07 -04:00
Casey c59cf2ab06 make logout link work 2009-09-14 11:08:27 -07:00
Bret Taylor 2be82a07b3 Fix multipart/form-data for WSGIApplication 2009-09-14 09:45:24 -07:00
Bret Taylor 91d90b2ff1 Get rid of unnecessary/inconsistent mixin 2009-09-14 09:37:36 -07:00
Bret Taylor 82a2de536a Add addslash and removeslash decorators for, e.g., redirecting '/dir' to '/dir/' 2009-09-13 14:13:55 -07:00
Bret Taylor 37e6712036 Two minor typos 2009-09-13 12:26:16 -07:00
Bret Taylor 8ca616088c Add initial WSGI container support for running other frameworks on Tornado's HTTP server 2009-09-13 11:19:57 -07:00
Bret Taylor 9c51d01b12 Don't reference Exception.message due to deprecation in Python 2.6 2009-09-12 09:25:03 -07:00
Casey 6b07e69551 documentation typos 2009-09-11 11:43:08 -07:00
Benjamin Golub 9e24ae162d s/Google Code/GitHub 2009-09-11 07:47:33 -04:00
Casey f6798502be Merge branch 'master' of git@github.com:facebook/tornado 2009-09-10 14:39:28 -07:00
Casey cdcfb26316 make sign out clickable, ignoring automatic redirect for now 2009-09-10 14:39:23 -07:00
Bret Taylor 72707599e8 Merge branch 'master' of git://github.com/jaybaird/tornado 2009-09-10 14:24:33 -07:00
Casey e0526867ca typo 2009-09-10 14:10:23 -07:00
Casey 41ea6da5f5 both links work, but this one seems canonical 2009-09-10 13:41:13 -07:00
Jay Baird 2fd2ad6d42 remove cases where intern is used. This will prevent a DoS via memory starvation if a lot of requests are sent using random headers 2009-09-10 13:24:39 -07:00
Casey 19c8610eee typo 2009-09-10 12:01:36 -07:00
Bret Taylor 2e1e2a7982 Add python-dev to apt-get command per http://groups.google.com/group/python-tornado/browse_thread/thread/d88de85aa33193a7 2009-09-10 11:49:27 -07:00
Casey e48e2b1129 typo 2009-09-10 11:35:29 -07:00
Benjamin Golub e997ac0ad9 Merge branch 'master' of github.com:facebook/tornado 2009-09-10 14:11:56 -04:00
Benjamin Golub 01405d0b08 typos 2009-09-10 14:11:39 -04:00
Casey 6794fced80 Merge branch 'master' of git@github.com:facebook/tornado 2009-09-10 11:09:28 -07:00
Casey f431c9e597 updated tarball 2009-09-10 11:09:21 -07:00
Benjamin Golub d9d3e9cafb fix README 2009-09-10 13:52:26 -04:00
Casey e197a479be escape more 2009-09-10 10:47:19 -07:00
Casey e4d56d9183 typo 2009-09-10 10:38:08 -07:00
Bret Taylor 71a44bc082 Another typo (thanks, Ben) 2009-09-10 10:24:52 -07:00
Bret Taylor 9a8bd2fb6f Add prerequisites to Tornado docs 2009-09-10 09:29:49 -07:00
Bret Taylor 98a6bd9ac7 Fixed typo (thanks Casey) 2009-09-10 01:16:44 -07:00
Bret Taylor efd4666dfb No favicon for Tornado web site 2009-09-10 00:53:07 -07:00
Bret Taylor 2afa973493 Move Tornado project to Github 2009-09-10 00:50:51 -07:00