2010-04-05 |
Ben Darnell | Make options.__getattr__ raise AttributeError instead... |
commit | commitdiff | tree |
2010-04-02 |
Ben Darnell | Escape double quotes in addition to angle brackets... |
commit | commitdiff | tree |
2010-04-02 |
Elias Torres | Adding for the ability of ui-modules to add something... |
commit | commitdiff | tree |
2010-04-02 |
Ben Darnell | Merge remote branch 'mgenti/master' |
commit | commitdiff | tree |
2010-03-31 |
Ben Darnell | Return a write method from start_response, as required... |
commit | commitdiff | tree |
2010-03-30 |
unknown | When using the select based IOLoop, select can throw... |
commit | commitdiff | tree |
2010-03-27 |
Ben Darnell | Don't try to colorize log output on terminals that... |
commit | commitdiff | tree |
2010-03-26 |
Ben Darnell | Make add_handlers (for multiple hostnames) usable with... |
commit | commitdiff | tree |
2010-03-25 |
Ben Darnell | Add a warning about the experimental status of our... |
commit | commitdiff | tree |
2010-03-25 |
Ben Darnell | Be consistent in platform checks: use os.name == ... |
commit | commitdiff | tree |
2010-03-25 |
Ben Darnell | Make ioloop test runnable on unix (chmod +x and add... |
commit | commitdiff | tree |
2010-03-24 |
unknown | Fix for raising an exception; |
commit | commitdiff | tree |
2010-03-24 |
unknown | Merge branch 'master' of git://github.com/facebook... |
commit | commitdiff | tree |
2010-03-24 |
Brandon Bickford | Use per-module loggers instead of the root logger. |
commit | commitdiff | tree |
2010-03-24 |
Ben Darnell | Add __slots__ to ioloop._Timeout to reduce memory overh... |
commit | commitdiff | tree |
2010-03-23 |
unknown | Implementing suggested changes |
commit | commitdiff | tree |
2010-03-23 |
unknown | Merge remote branch 'upstream/master' |
commit | commitdiff | tree |
2010-03-22 |
Ben Darnell | Don't put wsgi response headers in a dictionary to... |
commit | commitdiff | tree |
2010-03-20 |
Ben Darnell | Don't set the etag header if the handler already did it. |
commit | commitdiff | tree |
2010-03-19 |
Ben Darnell | Add a callback to handle headers in httpclient as they... |
commit | commitdiff | tree |
2010-03-18 |
Ben Darnell | Add a close method to AsyncHTTPClient. |
commit | commitdiff | tree |
2010-03-18 |
Dolapo Falola | add a template_loader application setting for using... |
commit | commitdiff | tree |
2010-03-18 |
Ben Darnell | Support named groups in url pattern regexes. Note... |
commit | commitdiff | tree |
2010-03-18 |
Ben Darnell | Allow more than two consecutive curlies to appear in... |
commit | commitdiff | tree |
2010-03-18 |
Ben Darnell | Combine repeated headers with the same name into a... |
commit | commitdiff | tree |
2010-03-17 |
Ben Darnell | Replace all tabs with spaces. |
commit | commitdiff | tree |
2010-03-14 |
Fabricio Zuardi | updated the gitignore to include files generated on... |
commit | commitdiff | tree |
2010-03-10 |
unknown | win32 needs to open the files as binary |
commit | commitdiff | tree |
2010-03-10 |
unknown | Trying to better re-use code |
commit | commitdiff | tree |
2010-03-10 |
unknown | Merge remote branch 'upstream/master' |
commit | commitdiff | tree |
2010-03-09 |
Ben Darnell | Fix bug with IOLoop's 'waker' pipe which rendered it... |
commit | commitdiff | tree |
2010-03-07 |
Ben Darnell | In finish(), test if chunk is None rather than using... |
commit | commitdiff | tree |
2010-03-04 |
Ben Darnell | Set the close-on-exec flag on file descriptors used... |
commit | commitdiff | tree |
2010-03-04 |
Ben Darnell | Use a WeakKeyDictionary instead of a regular dictionary... |
commit | commitdiff | tree |
2010-03-04 |
Ben Darnell | Allow subclasses of IOLoop to override the default... |
commit | commitdiff | tree |
2010-03-04 |
Ben Darnell | Ensure that self.io_loop is set in HTTPServer.start... |
commit | commitdiff | tree |
2010-03-02 |
Ben Darnell | Revamp logging configuration. |
commit | commitdiff | tree |
2010-02-27 |
Ben Darnell | Call the close() method on the wsgi response object... |
commit | commitdiff | tree |
2010-02-26 |
Ben Darnell | Add SERVER_PROTOCOL variable to wsgi environment. ... |
commit | commitdiff | tree |
2010-02-26 |
Ben Weaver | Add exc_info parameter to start_response() in WSGIConta... |
commit | commitdiff | tree |
2010-02-25 |
Ben Darnell | Work around an odd error I occasionally see in autorelo... |
commit | commitdiff | tree |
2010-02-25 |
Ben Darnell | Add a workaround for a bug in os.execv when used on... |
commit | commitdiff | tree |
2010-02-24 |
Ben Darnell | Always reraise KeyboardInterrupt and SystemExit wheneve... |
commit | commitdiff | tree |
2010-02-16 |
Ben Darnell | Fix ioloop._KQueue to work correctly when listening... |
commit | commitdiff | tree |
2010-02-05 |
Bret Taylor | Support passing in cookie value directly in cases where... |
commit | commitdiff | tree |
2010-02-04 |
Ben Darnell | Don't set content-length in StaticFileHandler unless... |
commit | commitdiff | tree |
2010-02-04 |
Bret Taylor | Add backwards compatability for secure cookie reading |
commit | commitdiff | tree |
2010-02-04 |
Bret Taylor | Simplify JavaScript path ordering patch |
commit | commitdiff | tree |
2010-02-03 |
Ben Darnell | Import setuptools if it's available. |
commit | commitdiff | tree |
2010-02-03 |
Elias Torres | Making sure StaticFileHandlers get first, if not, a... |
commit | commitdiff | tree |
2010-02-03 |
Ben Darnell | Include cookie name in signature so that a value signed... |
commit | commitdiff | tree |
2010-02-03 |
unknown | using os specific path seperator |
commit | commitdiff | tree |
2010-02-03 |
Elias Torres | Fix for maintaining script inclusion order |
commit | commitdiff | tree |
2010-02-03 |
Elias Torres | Added the ability to stop an HTTPServer. Mostly for... |
commit | commitdiff | tree |
2010-02-03 |
Ben Darnell | Stop parsing arguments after -- |
commit | commitdiff | tree |
2010-02-03 |
Ben Darnell | Fix EINTR exception handling for non-english locales. |
commit | commitdiff | tree |
2010-02-03 |
Ben Darnell | Set headers earlier in StaticFileHandler, so we return... |
commit | commitdiff | tree |
2010-02-03 |
Ben Darnell | Add static_url_prefix setting to allow serving of stati... |
commit | commitdiff | tree |
2010-02-03 |
unknown | Added support for running Tornado on win32 |
commit | commitdiff | tree |
2010-01-29 |
Ben Darnell | Add a hook to allow applications to modify the curl... |
commit | commitdiff | tree |
2010-01-28 |
Casey Muller | Merge branch 'master' of git://github.com/bdarnell... |
commit | commitdiff | tree |
2010-01-28 |
Casey Muller | allow connect and request timeouts of zero |
commit | commitdiff | tree |
2010-01-28 |
Casey Muller | use self.headers for cases where no headers were passed in |
commit | commitdiff | tree |
2010-01-22 |
Ben Darnell | Make parse_command_line initialize logging even when... |
commit | commitdiff | tree |
2010-01-22 |
Ben Darnell | Merge branch 'master' of git://github.com/facebook... |
commit | commitdiff | tree |
2010-01-18 |
Bret Taylor | Add HTML 5 WebSocket support (see http://bret.appspot... |
commit | commitdiff | tree |
2010-01-18 |
Bret Taylor | Fix httpclient / epoll interaction errors, per http... |
commit | commitdiff | tree |
2010-01-16 |
Ben Darnell | Catch both IOError and OSError in another place. |
commit | commitdiff | tree |
2010-01-16 |
Ben Darnell | Catch IOError in addition to OSError in IOLoop.remove_h... |
commit | commitdiff | tree |
2010-01-14 |
Benjamin Golub | fb demo fix |
commit | commitdiff | tree |
2010-01-11 |
Bret Taylor | Fix new connection close handler for WSGI handlers |
commit | commitdiff | tree |
2010-01-11 |
Bret Taylor | Add reverse_url to RequestHandler class as well |
commit | commitdiff | tree |
2010-01-11 |
Bret Taylor | Merge remote branch 'bdarnell/master' |
commit | commitdiff | tree |
2010-01-11 |
Gary Burd | Use time indepdent compare for secure cookie. |
commit | commitdiff | tree |
2010-01-08 |
Ben Darnell | Add a method to RequestHandler that can be used to... |
commit | commitdiff | tree |
2010-01-08 |
Ben Darnell | Add a kqueue-based implementation of IOLoop for BSD... |
commit | commitdiff | tree |
2009-12-29 |
Ben Darnell | Don't try to write to a stream that was closed out... |
commit | commitdiff | tree |
2009-12-29 |
Ben Darnell | Add httpclient support for the delete method. |
commit | commitdiff | tree |
2009-12-17 |
Ben Darnell | If IOLoop.stop is called before the loop is running... |
commit | commitdiff | tree |
2009-12-14 |
Chris Wetherell | Added kwargs to get_error_html in the RequestHandler... |
commit | commitdiff | tree |
2009-12-10 |
Ben Darnell | Use empty dictionary instead of None as default for... |
commit | commitdiff | tree |
2009-12-10 |
Ben Darnell | Fix missed variable rename |
commit | commitdiff | tree |
2009-12-10 |
Ben Darnell | Add Application.reverse_url, which can generate a url... |
commit | commitdiff | tree |
2009-12-09 |
Ben Darnell | Merge branch 'master' of git://github.com/facebook... |
commit | commitdiff | tree |
2009-12-09 |
Bret Taylor | Add basic error checking so you can't add a server... |
commit | commitdiff | tree |
2009-12-09 |
Bret Taylor | Typo in error message |
commit | commitdiff | tree |
2009-12-09 |
Bret Taylor | Pre-forking implementation so a single Tornado server... |
commit | commitdiff | tree |
2009-12-08 |
Bret Taylor | Add gzip Content-Encoding support with 'gzip' applicati... |
commit | commitdiff | tree |
2009-12-08 |
Ben Darnell | Add REMOTE_ADDR to WSGIContainer |
commit | commitdiff | tree |
2009-12-07 |
Ben Darnell | Merge branch 'master' of http://github.com/facebook... |
commit | commitdiff | tree |
2009-12-07 |
Ben Darnell | Make WSGIContainer._environ public and static, so it... |
commit | commitdiff | tree |
2009-12-07 |
Bret Taylor | Fix transform headers bug |
commit | commitdiff | tree |
2009-12-06 |
Bret Taylor | Ignore XSRF cookie check when X-Requested-With XMLHttpR... |
commit | commitdiff | tree |
2009-12-03 |
Ben Darnell | Add a FallbackHandler class to allow use of other appli... |
commit | commitdiff | tree |
2009-11-24 |
Bret Taylor | Add support for Squid proxy headers |
commit | commitdiff | tree |
2009-10-28 |
Bret Taylor | Ask for more Facebook Connect fields by default |
commit | commitdiff | tree |
2009-10-06 |
Bret Taylor | Initial support for SSL (thanks to Dan McDougall for... |
commit | commitdiff | tree |
2009-10-02 |
Bret Taylor | Missing website images |
commit | commitdiff | tree |
2009-10-02 |
Bret Taylor | Fix embedded CSS bug |
commit | commitdiff | tree |
2009-09-30 |
Bret Taylor | Add links to FB, Twitter, FF on web site |
commit | commitdiff | tree |
next |