2010-10-12 |
Ben Darnell | Reindent example in docstring, which apparently trips... 149/head |
commit | commitdiff | tree |
2010-10-12 |
Ben Darnell | Make Locale.format_date() behave sanely with dates... |
commit | commitdiff | tree |
2010-10-12 |
Ben Darnell | Run all IOStream callbacks inside a NullContext so... |
commit | commitdiff | tree |
2010-10-11 |
Ben Darnell | Make USE_SIMPLE_HTTPCLIENT work without pycurl installed. |
commit | commitdiff | tree |
2010-10-11 |
Ben Darnell | Add initial version of non-curl-based AsyncHTTPClient. |
commit | commitdiff | tree |
2010-10-11 |
Ben Darnell | Limit the amount of data sent to socket.send at a time... |
commit | commitdiff | tree |
2010-10-08 |
Ben Darnell | Move Links section from index.html to the wiki. |
commit | commitdiff | tree |
2010-10-08 |
Ben Darnell | Fix StackContext in IOStream. IOStream._handle_events... |
commit | commitdiff | tree |
2010-09-30 |
Paul Buchheit | add a linkify() function for converting text to html... |
commit | commitdiff | tree |
2010-09-29 |
Ben Darnell | Handle IOStream.read_bytes(0) gracefully. |
commit | commitdiff | tree |
2010-09-29 |
Ben Darnell | Make AsyncTestCase.stop() prefer _arg over **kwargs... |
commit | commitdiff | tree |
2010-09-28 |
Ben Darnell | Remove references to async_callback from documentation |
commit | commitdiff | tree |
2010-09-27 |
Ben Darnell | In the select()-based IOLoop, always listen for reads... |
commit | commitdiff | tree |
2010-09-27 |
Ben Darnell | Close the IOStream when the remote connection is closed. |
commit | commitdiff | tree |
2010-09-27 |
Ben Darnell | Factor port-selection logic out of AsyncHTTPTestCase... |
commit | commitdiff | tree |
2010-09-24 |
Ben Darnell | Make StackContext more usable in libraries by reducing... |
commit | commitdiff | tree |
2010-09-23 |
Ben Darnell | Update installation instructions in README. |
commit | commitdiff | tree |
2010-09-21 |
Ben Darnell | Fix default_host redirect. |
commit | commitdiff | tree |
2010-09-18 |
Ben Darnell | Fix improperly-renamed variable in set_blocking_signal_... |
commit | commitdiff | tree |
2010-09-17 |
Ben Darnell | Make xhtml_escape available in the template namespace... |
commit | commitdiff | tree |
2010-09-17 |
Ben Darnell | Move cookie-signing code from set_secure_cookie to... |
commit | commitdiff | tree |
2010-09-17 |
Ben Darnell | Document the entire template namespace |
commit | commitdiff | tree |
2010-09-17 |
Ben Darnell | Generalize IOLoop.set_blocking_log_threshold by allowin... |
commit | commitdiff | tree |
2010-09-16 |
Ben Darnell | Refactor IOStream reading logic to fix problems with... |
commit | commitdiff | tree |
2010-09-14 |
Szabó Antal | Fixed another two win32_support import |
commit | commitdiff | tree |
2010-09-14 |
Szabó Antal | Fixed win32_support import |
commit | commitdiff | tree |
2010-09-14 |
Szabó Antal | Added binary flag to _waker_reader and _waker_writer |
commit | commitdiff | tree |
2010-09-14 |
Szabó Antal | Replaced map() in web.py with for loop |
commit | commitdiff | tree |
2010-09-14 |
Szabó Antal | Changed e[0] to e.args[0] |
commit | commitdiff | tree |
2010-09-14 |
Ben Darnell | Update docs to mention requirement of pycurl 7.18.2. |
commit | commitdiff | tree |
2010-09-13 |
Ben Darnell | Merge remote branch 'fiam/master' |
commit | commitdiff | tree |
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-13 |
Ben Darnell | Fix calls to getattr (which, unlike dict.get, does... |
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 |
next |