2010-09-13 |
Alberto García... | When forking multiple processes, properly initialize... 138/head |
commit | commitdiff | tree |
2010-09-13 |
Alberto García... | Avoid raising a KeyError when there's no session expira... |
commit | commitdiff | tree |
2010-09-09 |
Ben Darnell | Add download url to setup.py for pypi |
commit | commitdiff | tree |
2010-09-08 |
Ben Darnell | Check self._running before rescheduling a PeriodicCallb... |
commit | commitdiff | tree |
2010-09-08 |
Ben Darnell | Bump version number to 1.1 v1.1.0 |
commit | commitdiff | tree |
2010-09-08 |
Ben Darnell | Disable SSL test on versions of libcurl with blocking... |
commit | commitdiff | tree |
2010-09-07 |
Ben Darnell | Disable SSL test on python 2.5 |
commit | commitdiff | tree |
2010-09-07 |
Ben Darnell | Use the older name for threading.activeCount for compat... |
commit | commitdiff | tree |
2010-09-07 |
Ben Darnell | Fix error in comment |
commit | commitdiff | tree |
2010-09-06 |
Ben Darnell | Fix typo in websocket.py |
commit | commitdiff | tree |
2010-09-06 |
Ben Darnell | Remove superfluous lambdas in tornado.escape. |
commit | commitdiff | tree |
2010-09-05 |
Ben Darnell | Document why RequestHandler.write does not convert... |
commit | commitdiff | tree |
2010-09-04 |
Ben Darnell | Add more documentation for request.files. |
commit | commitdiff | tree |
2010-09-04 |
Joe Bowman | auth.py updates for OAuth 1.0a and 2.0. |
commit | commitdiff | tree |
2010-09-01 |
Ben Darnell | Remove the statement that tornado has only been tested... |
commit | commitdiff | tree |
2010-09-01 |
Ben Darnell | Remove __del__ method from HTTPResponse. Closing cStri... |
commit | commitdiff | tree |
2010-08-30 |
Ben Darnell | Update class docstring for HTTPServer. |
commit | commitdiff | tree |
2010-08-26 |
Aaron Raddon | adding support for http method OPTIONS used by firefox... |
commit | commitdiff | tree |
2010-08-26 |
Ben Darnell | Fix reference to slice.indices. |
commit | commitdiff | tree |
2010-08-26 |
Ben Darnell | Document the limitations of multi-process mode. |
commit | commitdiff | tree |
2010-08-26 |
Ben Darnell | Document the fact that add_handlers should only be... |
commit | commitdiff | tree |
2010-08-26 |
Ben Darnell | Set pycurl.NOSIGNAL when multiple threads are detected. |
commit | commitdiff | tree |
2010-08-26 |
Ben Darnell | Set PeriodicCallback._running to True in start instead... |
commit | commitdiff | tree |
2010-08-25 |
Ben Darnell | Add a tornado.version variable, and use it anywhere... |
commit | commitdiff | tree |
2010-08-25 |
Ben Darnell | Check in Jacob Kristhammar's updated websocket implemen... |
commit | commitdiff | tree |
2010-08-25 |
Ben Darnell | Add more documentation of overridable methods in Reques... |
commit | commitdiff | tree |
2010-08-25 |
Ben Darnell | Move AuthRedirectTest from httpserver_test to web_test... |
commit | commitdiff | tree |
2010-08-25 |
Ben Darnell | Add a test for HTTPServer's SSL support |
commit | commitdiff | tree |
2010-08-25 |
Ben Darnell | Don't swallow SSL errors - always reraise or return |
commit | commitdiff | tree |
2010-08-19 |
Ben Darnell | Make the SSL handshake non-blocking. |
commit | commitdiff | tree |
2010-08-19 |
Ben Darnell | Merge remote branch 'tomhsx/proxy-support' |
commit | commitdiff | tree |
2010-08-19 |
Ben Darnell | Add HTTPServer(..., xheaders=True) to the web documenta... |
commit | commitdiff | tree |
2010-08-19 |
Ben Darnell | Add a links section to the website |
commit | commitdiff | tree |
2010-08-16 |
tomhsx | Added proxy support to httpclient |
commit | commitdiff | tree |
2010-08-16 |
Ben Darnell | Suppress tornado's default logging setup if there is... |
commit | commitdiff | tree |
2010-08-16 |
Ben Darnell | In LogTrapTestCase, leave everything alone rather than... |
commit | commitdiff | tree |
2010-08-16 |
Ben Darnell | Initialize member variables in AsyncTestCase.__init__... |
commit | commitdiff | tree |
2010-08-13 |
Ben Darnell | Fix another link to 1.0.1 |
commit | commitdiff | tree |
2010-08-13 |
Ben Darnell | Check in symlink to tornado package in website directory |
commit | commitdiff | tree |
2010-08-13 |
Ben Darnell | Update links to 1.0.1 release |
commit | commitdiff | tree |
2010-08-13 |
Ben Darnell | Test case for secure cookie change |
commit | commitdiff | tree |
2010-08-13 |
Ben Darnell | Check for far-future timestamps in secure cookies. |
commit | commitdiff | tree |
2010-08-13 |
Ben Darnell | Add future import to fix tests on 2.5 |
commit | commitdiff | tree |
2010-08-11 |
Ben Darnell | Add a mention of on_connection_close to the html docs... |
commit | commitdiff | tree |
2010-08-10 |
Ben Darnell | Remove the ability to pre-bind parameters in stack_cont... |
commit | commitdiff | tree |
2010-08-10 |
Ben Darnell | Reindent everything to 4 spaces. |
commit | commitdiff | tree |
2010-08-10 |
Ben Darnell | StackContext should not re-wrap previously-wrapped... |
commit | commitdiff | tree |
2010-08-09 |
Ben Darnell | Be less picky about line endings in headers in httpclient. |
commit | commitdiff | tree |
2010-08-09 |
Ben Darnell | Add a simple main function to httpclient.py for manual... |
commit | commitdiff | tree |
2010-08-09 |
Ben Darnell | The periodic call to multi_socket_all needs to be follo... |
commit | commitdiff | tree |
2010-08-06 |
Ben Darnell | Record more detailed timing information from AsyncHTTPC... |
commit | commitdiff | tree |
2010-08-06 |
Ben Darnell | When login_url is absolute, use an absolute url for... |
commit | commitdiff | tree |
2010-08-05 |
Ben Darnell | Use the right IOLoop in AsyncHTTPClient's PeriodicCallback |
commit | commitdiff | tree |
2010-08-05 |
Ben Darnell | Use POST instead of GET for OpenID check_authentication. |
commit | commitdiff | tree |
2010-08-05 |
Ben Darnell | Suppress libcurl's magic "Expect: 100-continue" behavior. |
commit | commitdiff | tree |
2010-08-05 |
Ben Darnell | Add a brute-force workaround for the class of libcurl... |
commit | commitdiff | tree |
2010-08-04 |
Ben Darnell | Fix a typo in docstring |
commit | commitdiff | tree |
2010-08-04 |
Ben Darnell | Parse form bodies on PUT as well as POST. |
commit | commitdiff | tree |
2010-08-03 |
Ben Darnell | Work around the "MySQL server has gone away" issue... |
commit | commitdiff | tree |
2010-08-03 |
Ben Darnell | Use the more portable multiprocessing.cpu_count() to... |
commit | commitdiff | tree |
2010-07-31 |
Ben Darnell | Add a workaround for missing multi.socket_action on... |
commit | commitdiff | tree |
2010-07-30 |
Ben Darnell | Only catch pycurl.error, not all Exceptions around... |
commit | commitdiff | tree |
2010-07-30 |
Ben Darnell | Docstring updates |
commit | commitdiff | tree |
2010-07-30 |
Ben Darnell | Fix a StackContext-related bug that was causing excepti... |
commit | commitdiff | tree |
2010-07-30 |
Ben Darnell | Add __future__ import for python2.5 compatibility |
commit | commitdiff | tree |
2010-07-30 |
Ben Darnell | Update test_ioloop to use AsyncTestCase. Rename it... |
commit | commitdiff | tree |
2010-07-30 |
Ben Darnell | Add a test framework for IOLoop-based async code |
commit | commitdiff | tree |
2010-07-30 |
Ben Darnell | Make all internal imports of tornado modules absolute |
commit | commitdiff | tree |
2010-07-26 |
Ben Darnell | Add an initialize() method to RequestHandler for use... |
commit | commitdiff | tree |
2010-07-26 |
Ben Darnell | Remove unused transforms parameter to RequestHandler... |
commit | commitdiff | tree |
2010-07-23 |
Ben Darnell | Introduce StackContext, a way to automatically manage... |
commit | commitdiff | tree |
2010-07-23 |
Ben Darnell | Remove the old AsyncHTTPClient (fdset) and make AsyncHT... |
commit | commitdiff | tree |
2010-07-22 |
Ben Darnell | Set version number to 1.0 v1.0.0 |
commit | commitdiff | tree |
2010-07-22 |
Ben Darnell | Remove old release tarballs and redirect previous urls... |
commit | commitdiff | tree |
2010-07-22 |
Ben Darnell | Move download links to github |
commit | commitdiff | tree |
2010-07-22 |
Ben Darnell | Remove websocket.py. The websocket protocol has changed in |
commit | commitdiff | tree |
2010-07-22 |
Ben Darnell | Update installation instructions. |
commit | commitdiff | tree |
2010-07-20 |
Ben Darnell | Accept None (i.e. unmatched optional groups) when extra... |
commit | commitdiff | tree |
2010-07-20 |
Ben Darnell | When no json library is found, don't throw an exception... |
commit | commitdiff | tree |
2010-07-19 |
Ben Darnell | Check for EINTR in a more flexible way for compatibilit... |
commit | commitdiff | tree |
2010-07-15 |
Ben Darnell | Fix typo in support for multiple ui_method/ui_module... |
commit | commitdiff | tree |
2010-07-14 |
Ben Darnell | Better timeout handling in AsyncHTTPClient2. Tornado... |
commit | commitdiff | tree |
2010-07-14 |
David Novakovic | Fix small bug in database set up. |
commit | commitdiff | tree |
2010-07-13 |
Robert Buchholz | Make iteration over sql fields clearer |
commit | commitdiff | tree |
2010-07-13 |
Robert Buchholz | Remove unused imports and variables |
commit | commitdiff | tree |
2010-07-10 |
Ben Darnell | In AsyncHTTPClient2, disable IPv6 for versions of libcu... |
commit | commitdiff | tree |
2010-07-09 |
Ben Darnell | Unquote percent escapes in captured groups in the path... |
commit | commitdiff | tree |
2010-07-09 |
Ben Darnell | Revert "Parse percent escapes in the path component... |
commit | commitdiff | tree |
2010-07-09 |
Ben Darnell | Parse percent escapes in the path component of the... |
commit | commitdiff | tree |
2010-07-09 |
Ben Darnell | Consolidate the various HTTP header dictionary classes... |
commit | commitdiff | tree |
2010-07-08 |
Ben Darnell | Disable preforking by default in HTTPServer.start(). |
commit | commitdiff | tree |
2010-06-28 |
Ben Darnell | UTF8-encode more user-supplied strings in httpclient... |
commit | commitdiff | tree |
2010-06-26 |
Ben Darnell | Update the set of active file descriptors immediately... |
commit | commitdiff | tree |
2010-06-26 |
Ben Darnell | Include the HTTPResponse object as an attribute of... |
commit | commitdiff | tree |
2010-06-24 |
Ben Darnell | Remove unused "overwrite" argument to options.parse_con... |
commit | commitdiff | tree |
2010-06-21 |
Ben Darnell | Fix typo in comment |
commit | commitdiff | tree |
2010-06-20 |
Ben Darnell | Add a second implementation of AsyncHTTPClient, using... |
commit | commitdiff | tree |
2010-06-18 |
Ben Darnell | Close wsgi responses correctly - the close method,... |
commit | commitdiff | tree |
2010-06-10 |
Ben Darnell | In the libcurl file descriptor limit hack, log to both... |
commit | commitdiff | tree |
2010-06-08 |
Ben Darnell | Catch and log exceptions from user callbacks in AsyncHT... |
commit | commitdiff | tree |
next |