2011-10-30 |
Luca Wehrstedt | Add Etag header on HEAD requests for StaticFileHandler. 393/head |
commit | commitdiff | tree |
2011-10-29 |
Luca Wehrstedt | Add Content-Length header on HEAD requests for StaticFi... |
commit | commitdiff | tree |
2011-10-25 |
David Koblas | Use a AND instead of an OR to determine if the bits... 389/head |
commit | commitdiff | tree |
2011-10-25 |
Ben Darnell | Add return statements missing from HEAD/204 fix |
commit | commitdiff | tree |
2011-10-25 |
Ben Darnell | Fix zero-byte writes in IOStream. |
commit | commitdiff | tree |
2011-10-23 |
Ben Darnell | Fix hang on HEAD requests and on 204/304 responses... |
commit | commitdiff | tree |
2011-10-23 |
Ben Darnell | Sigh... More websocket protocol changes. |
commit | commitdiff | tree |
2011-10-07 |
Ben Darnell | Add configs for testing on Vagrant-managed VMs. |
commit | commitdiff | tree |
2011-10-07 |
Ben Darnell | Bump version number in the master branch |
commit | commitdiff | tree |
2011-10-04 |
Ben Darnell | Set version number to 2.1.1 v2.1.1 |
commit | commitdiff | tree |
2011-10-04 |
Ben Darnell | Add release notes for 2.1.1 |
commit | commitdiff | tree |
2011-10-04 |
Ben Darnell | Always advance _next_timeout in PeriodicCallback._sched... |
commit | commitdiff | tree |
2011-10-04 |
bdarnell | Merge pull request #372 from WGH-/patch-1 |
commit | commitdiff | tree |
2011-10-04 |
Ben Darnell | Errors from socket.connect() should be treated the... |
commit | commitdiff | tree |
2011-10-03 |
WGH- | Edited tornado/iostream.py via GitHub 372/head |
commit | commitdiff | tree |
2011-09-22 |
Ben Darnell | Fix a case in which chunked responses could be closed... |
commit | commitdiff | tree |
2011-09-22 |
Ben Darnell | Fix connection-close detection for epoll. |
commit | commitdiff | tree |
2011-09-22 |
Ben Darnell | Bump version number in the master branch |
commit | commitdiff | tree |
2011-09-21 |
Ben Darnell | Set version number to 2.1 v2.1.0 |
commit | commitdiff | tree |
2011-09-21 |
Ben Darnell | Move next.rst to v2.1.0.rst |
commit | commitdiff | tree |
2011-09-19 |
bdarnell | Merge pull request #363 from daharon/master |
commit | commitdiff | tree |
2011-09-19 |
Daniel Aharon | Make HTTPHeaders.__contains__() case-insensitive, like... 363/head |
commit | commitdiff | tree |
2011-09-18 |
Ben Darnell | Add a test for the bug fixed in commit e811959 |
commit | commitdiff | tree |
2011-09-18 |
Florian Diebold | Fix the handling of messages of length 126 in the draft... |
commit | commitdiff | tree |
2011-09-18 |
Florian Diebold | Fix the IOStream close callback not getting called... |
commit | commitdiff | tree |
2011-09-18 |
Ben Darnell | Close leaking listener socket in tests |
commit | commitdiff | tree |
2011-09-17 |
Ben Darnell | More release note updates |
commit | commitdiff | tree |
2011-09-15 |
Ben Darnell | Update ca-certs file to remove Diginotar |
commit | commitdiff | tree |
2011-09-15 |
Ben Darnell | Put overview documentation back in HTTPServer docstring... |
commit | commitdiff | tree |
2011-09-15 |
Ben Darnell | Merge remote-tracking branch 'alekstorm/tcpserver'... |
commit | commitdiff | tree |
2011-09-12 |
Ben Darnell | Remove doc warnings about tornado.auth in python3 |
commit | commitdiff | tree |
2011-09-12 |
Ben Darnell | Add crude tests for the auth module, and fix python3... |
commit | commitdiff | tree |
2011-09-12 |
Alek Storm | Move `TCPServer` to `netutil`, change `handle_stream... 353/head |
commit | commitdiff | tree |
2011-09-12 |
Ben Darnell | Merge branch 'branch2.0' |
commit | commitdiff | tree |
2011-09-11 |
Ben Darnell | Add support for callbacks that take more than a single... |
commit | commitdiff | tree |
2011-09-11 |
Ben Darnell | Add support for lists of YieldPoints in the gen framework. |
commit | commitdiff | tree |
2011-09-10 |
bdarnell | Merge pull request #356 from alekstorm/files |
commit | commitdiff | tree |
2011-09-10 |
Alek Storm | Convert dictionaries representing HTTP files to HTTPFil... 356/head |
commit | commitdiff | tree |
2011-09-10 |
Alek Storm | Move web._O to util.ObjectDict |
commit | commitdiff | tree |
2011-09-10 |
Ben Darnell | Add reference docs for all template directives. |
commit | commitdiff | tree |
2011-09-10 |
Ben Darnell | Reorder tox environments so the most important/likely... |
commit | commitdiff | tree |
2011-09-09 |
Ben Darnell | Add on_connection_close hook to chat demo to clean... |
commit | commitdiff | tree |
2011-09-09 |
Ben Darnell | Extract cookie-signing methods from RequestHandler... |
commit | commitdiff | tree |
2011-09-09 |
Ben Darnell | Add streaming_callback to IOStream.read_bytes and read_... |
commit | commitdiff | tree |
2011-09-08 |
Alek Storm | Factor HTTP-specific code into HTTPServer subclass... |
commit | commitdiff | tree |
2011-09-05 |
Ben Darnell | Remove unused variables (discovered by pyflakes) |
commit | commitdiff | tree |
2011-09-05 |
Ben Darnell | Improve exception handling for gen module. |
commit | commitdiff | tree |
2011-09-05 |
Ben Darnell | Allow any sequence in gen.WaitAll, not just lists. |
commit | commitdiff | tree |
2011-09-05 |
Ben Darnell | Add test for 100-continue functionality, and fix it... |
commit | commitdiff | tree |
2011-09-05 |
Ben Darnell | Document tornado.platform.twisted, and rename ioloop... |
commit | commitdiff | tree |
2011-09-05 |
Ben Darnell | Reorganize release notes |
commit | commitdiff | tree |
2011-09-04 |
Ben Darnell | Accumulated release note updates. |
commit | commitdiff | tree |
2011-09-04 |
Ben Darnell | Update docs with new methods |
commit | commitdiff | tree |
2011-09-04 |
Ben Darnell | Fix error in docs |
commit | commitdiff | tree |
2011-09-04 |
Ben Darnell | Add gen.WaitAll |
commit | commitdiff | tree |
2011-09-04 |
Ben Darnell | Add tornado.gen module for simpler generator-based... |
commit | commitdiff | tree |
2011-09-03 |
Ben Darnell | Various minor test changes for windows. |
commit | commitdiff | tree |
2011-09-03 |
Ben Darnell | Remove test_connect_timeout, which was only passing... |
commit | commitdiff | tree |
2011-08-31 |
bdarnell | Merge pull request #349 from milkinc/master |
commit | commitdiff | tree |
2011-08-31 |
bdarnell | Merge pull request #347 from ContextLogic/optiongroup |
commit | commitdiff | tree |
2011-08-31 |
Jeff Hodsdon | Corrected on_connect timeout for simplehttpclient 349/head |
commit | commitdiff | tree |
2011-08-30 |
Jeeyoung Kim | In define(), added option to define our own option... 347/head |
commit | commitdiff | tree |
2011-08-30 |
bdarnell | Merge pull request #346 from mikejthompson/master |
commit | commitdiff | tree |
2011-08-30 |
Mike Thompson | add 'cookies' property to wsgi.HTTPRequest 346/head |
commit | commitdiff | tree |
2011-08-29 |
Ben Darnell | Watch the main module for tornado.autoreload's -m mode |
commit | commitdiff | tree |
2011-08-28 |
Ben Darnell | Merge commit '864044' into merge 273/head |
commit | commitdiff | tree |
2011-08-28 |
Maciej Małecki | Fix typos (argh!). #319 |
commit | commitdiff | tree |
2011-08-28 |
Maciej Małecki | Use subprocess.Popen on Windows, fixes #319 |
commit | commitdiff | tree |
2011-08-28 |
Ben Darnell | Add a version of database.Connection.execute that retur... |
commit | commitdiff | tree |
2011-08-28 |
Ben Darnell | Merge remote-tracking branch 'alekstorm/static_args... |
commit | commitdiff | tree |
2011-08-28 |
Ben Darnell | Merge branch 'master' into merge |
commit | commitdiff | tree |
2011-08-28 |
Ben Darnell | Reinstate RequestHandler.cookies property |
commit | commitdiff | tree |
2011-08-28 |
Jehiah Czebotar | implement request_time in simplehttp_client (and tests) 307/head |
commit | commitdiff | tree |
2011-08-27 |
bdarnell | Merge pull request #344 from akrymski/master |
commit | commitdiff | tree |
2011-08-27 |
Artemi Krymski | application/json was missing from GZIP CONTENT_TYPES 344/head |
commit | commitdiff | tree |
2011-08-25 |
Wojciech Polak | Improve template execution performance. 343/head |
commit | commitdiff | tree |
2011-08-24 |
bdarnell | Merge pull request #342 from davidwilemski/master |
commit | commitdiff | tree |
2011-08-24 |
David Wilemski | Fixed typo in template documentation 342/head |
commit | commitdiff | tree |
2011-08-23 |
Ben Darnell | Support max_age as an alias for max-age in set_cookie... |
commit | commitdiff | tree |
2011-08-23 |
Ben Darnell | timedelta.total_seconds() is new in python2.7, so do... |
commit | commitdiff | tree |
2011-08-22 |
Jeeyoung Kim | Implemented read_until_regex in tornado. This is simila... |
commit | commitdiff | tree |
2011-08-21 |
bdarnell | Merge pull request #340 from alekstorm/template_namespace |
commit | commitdiff | tree |
2011-08-21 |
Ben Darnell | When following redirects, release connection resources... |
commit | commitdiff | tree |
2011-08-20 |
Alek Storm | Add 'namespace' parameter to template.BaseLoader constr... 340/head |
commit | commitdiff | tree |
2011-08-18 |
Alek Storm | Move 'cookies' property from RequestHandler to HTTPRequest 336/head |
commit | commitdiff | tree |
2011-08-17 |
Alek Storm | Add 'static_handler_args' application setting to pass... 335/head |
commit | commitdiff | tree |
2011-08-14 |
Ben Darnell | Add static_handler_class application setting, and move... |
commit | commitdiff | tree |
2011-08-14 |
Ben Darnell | Add tests for static file functionality |
commit | commitdiff | tree |
2011-08-14 |
Ben Darnell | In case the callback_uri and the uri that called authen... |
commit | commitdiff | tree |
2011-08-14 |
Ben Darnell | Release note updates |
commit | commitdiff | tree |
2011-08-14 |
Ben Darnell | Clean up after the _check_file refactoring. |
commit | commitdiff | tree |
2011-08-14 |
Ben Darnell | Add the option to run application hooks before autorelo... |
commit | commitdiff | tree |
2011-08-14 |
Ben Darnell | Remove tox config for pypy with mysql. |
commit | commitdiff | tree |
2011-08-06 |
Ben Darnell | Accept timedelta objects in IOLoop.add_timeout. |
commit | commitdiff | tree |
2011-08-06 |
Ben Darnell | Speed up _convert_header_value |
commit | commitdiff | tree |
2011-08-06 |
Ben Darnell | Add RequestHandler.add_header to allow headers to occur... |
commit | commitdiff | tree |
2011-08-06 |
Ben Darnell | Better path surgery in autoreload |
commit | commitdiff | tree |
2011-08-03 |
Ben Darnell | Fix style, add comments |
commit | commitdiff | tree |
2011-08-03 |
Ben Darnell | Merge remote-tracking branch 'alekstorm/master' into... |
commit | commitdiff | tree |
2011-08-03 |
Ben Darnell | If a PeriodicCallback runs longer than its period,... |
commit | commitdiff | tree |
next |