A set of tools that run on top of the tornado framework.
Last updated Thu Dec 24 22:30:29 -0800 2009
A fork of the Tornado web framework that includes bug fixes
Forked from facebook/tornado Fri Nov 20 09:11:33 -0800 2009
Last updated Thu Dec 24 18:28:38 -0800 2009
infographics and such
Last updated Tue Dec 22 15:37:35 -0800 2009
A fast MySQL-based key/value store
Last updated Thu Nov 26 14:56:58 -0800 2009
A REST web service for real-time recommendations
Last updated Thu Nov 26 09:48:03 -0800 2009
got XML tests working
fixed a bug where an exception was returned instead of raised when headers were already written on a failed authentication attempt
9 commits »
Merge branch 'master' of git://github.com/facebook/tornado
Add basic error checking so you can't add a server to the IOLoop twice
Typo in error message
Pre-forking implementation so a single Tornado server can utilize all CPU cores
Add gzip Content-Encoding support with 'gzip' application option
Fix transform headers bug
Ignore XSRF cookie check when X-Requested-With XMLHttpRequest header is present
Add a FallbackHandler class to allow use of other applications (e.g.
Add support for Squid proxy headers
huge performance improvements on the netflix test generator because it shouldnt be hitting HDD memory anymore
got the recommendation tester working again!
now exits when the tests are done! yay!
fixed a bug where the last tests from the netflix test generator were truncated
better error message when a settings file fails to load
huge performance improvements on the netflix test data generator
bug fix
2 commits »
added helper script to query accounts
oops, forgot this file!
3 commits »
fixed bugs
further modularization and added setup script
modularized code and added ability to deserialize pickled tests
4 commits »
admin panel touchups
updated tests to use Catnaps new object serialization feature
added recommendations on admin panel
fixed recommendations bugs