]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2010-05-25  Ben DarnellAllow StaticFileHandler subclasses to set additional...
2010-05-25  Ben DarnellDon't try to compute max() of an empty sequence (which...
2010-05-25  Ben DarnellAdd a hacky workaround for libcurl's FD_SETSIZE bug...
2010-05-20  Ben DarnellMake it possible to override template_path at the handl...
2010-05-17  Ben DarnellUse a lambda instead of functools.partial for pycurl...
2010-05-10  Ben DarnellMerge remote branch 'dlo/master'
2010-05-10  Ben DarnellTranslate </ to <\/ in json output to avoid issues...
2010-05-10  Ben DarnellSupport additional keyword arguments on cookies (to...
2010-05-04  Dan Loewenherzwebsockets: continue listening for messages after parsi...
2010-05-01  Ben DarnellAllow for missing "expires" field in facebook session...
2010-04-29  Jon PariseCorrecting a grammatical error (attribute -> attributes).
2010-04-26  Evan KlitzkeUIModule.css_files returns CSS files, not Javascript...
2010-04-25  Joseph BowmanUpdating base Twitter url
2010-04-22  Ben DarnellClear itimer signals in autoreload so the combination...
2010-04-21  Ben DarnellUse escape.utf8() instead of .encode('utf-8') so we...
2010-04-21  Ben DarnellcStringIO's constructor uses a 16-bit encoding when...
2010-04-21  Ben DarnellAdd an option to log a stack trace any time the ioloop...
2010-04-20  Ben DarnellSend all logging to the root logger instead of per...
2010-04-20  Ben DarnellFix header parsing in httpclient for headers whose...
2010-04-19  Ben DarnellBetter HTTP header parsing: Allow (and strip) any amoun...
2010-04-19  Ben DarnellAdd a closed flag to AsyncHTTPClient so that a schedule...
2010-04-12  Ben DarnellUse the original request's protocol as the openid realm...
2010-04-07  Ben DarnellAdd support for reading translation from gettext .mo...
2010-04-05  Ben DarnellLog a warning when multiple handlers have the same...
2010-04-05  Ben DarnellMake options.__getattr__ raise AttributeError instead...
2010-04-02  Ben DarnellEscape double quotes in addition to angle brackets...
2010-04-02  Elias TorresAdding for the ability of ui-modules to add something...
2010-04-02  Ben DarnellMerge remote branch 'mgenti/master'
2010-03-31  Ben DarnellReturn a write method from start_response, as required...
2010-03-30  unknownWhen using the select based IOLoop, select can throw...
2010-03-27  Ben DarnellDon't try to colorize log output on terminals that...
2010-03-26  Ben DarnellMake add_handlers (for multiple hostnames) usable with...
2010-03-25  Ben DarnellAdd a warning about the experimental status of our...
2010-03-25  Ben DarnellBe consistent in platform checks: use os.name == ...
2010-03-25  Ben DarnellMake ioloop test runnable on unix (chmod +x and add...
2010-03-24  unknownFix for raising an exception;
2010-03-24  unknownMerge branch 'master' of git://github.com/facebook...
2010-03-24  Brandon BickfordUse per-module loggers instead of the root logger.
2010-03-24  Ben DarnellAdd __slots__ to ioloop._Timeout to reduce memory overh...
2010-03-23  unknownImplementing suggested changes
2010-03-23  unknownMerge remote branch 'upstream/master'
2010-03-22  Ben DarnellDon't put wsgi response headers in a dictionary to...
2010-03-20  Ben DarnellDon't set the etag header if the handler already did it.
2010-03-19  Ben DarnellAdd a callback to handle headers in httpclient as they...
2010-03-18  Ben DarnellAdd a close method to AsyncHTTPClient.
2010-03-18  Dolapo Falolaadd a template_loader application setting for using...
2010-03-18  Ben DarnellSupport named groups in url pattern regexes. Note...
2010-03-18  Ben DarnellAllow more than two consecutive curlies to appear in...
2010-03-18  Ben DarnellCombine repeated headers with the same name into a...
2010-03-17  Ben DarnellReplace all tabs with spaces.
2010-03-14  Fabricio Zuardiupdated the gitignore to include files generated on...
2010-03-10  unknownwin32 needs to open the files as binary
2010-03-10  unknownTrying to better re-use code
2010-03-10  unknownMerge remote branch 'upstream/master'
2010-03-09  Ben DarnellFix bug with IOLoop's 'waker' pipe which rendered it...
2010-03-07  Ben DarnellIn finish(), test if chunk is None rather than using...
2010-03-04  Ben DarnellSet the close-on-exec flag on file descriptors used...
2010-03-04  Ben DarnellUse a WeakKeyDictionary instead of a regular dictionary...
2010-03-04  Ben DarnellAllow subclasses of IOLoop to override the default...
2010-03-04  Ben DarnellEnsure that self.io_loop is set in HTTPServer.start...
2010-03-02  Ben DarnellRevamp logging configuration.
2010-02-27  Ben DarnellCall the close() method on the wsgi response object...
2010-02-26  Ben DarnellAdd SERVER_PROTOCOL variable to wsgi environment. ...
2010-02-26  Ben WeaverAdd exc_info parameter to start_response() in WSGIConta...
2010-02-25  Ben DarnellWork around an odd error I occasionally see in autorelo...
2010-02-25  Ben DarnellAdd a workaround for a bug in os.execv when used on...
2010-02-24  Ben DarnellAlways reraise KeyboardInterrupt and SystemExit wheneve...
2010-02-16  Ben DarnellFix ioloop._KQueue to work correctly when listening...
2010-02-05  Bret TaylorSupport passing in cookie value directly in cases where...
2010-02-04  Ben DarnellDon't set content-length in StaticFileHandler unless...
2010-02-04  Bret TaylorAdd backwards compatability for secure cookie reading
2010-02-04  Bret TaylorSimplify JavaScript path ordering patch
2010-02-03  Ben DarnellImport setuptools if it's available.
2010-02-03  Elias TorresMaking sure StaticFileHandlers get first, if not, a...
2010-02-03  Ben DarnellInclude cookie name in signature so that a value signed...
2010-02-03  unknownusing os specific path seperator
2010-02-03  Elias TorresFix for maintaining script inclusion order
2010-02-03  Elias TorresAdded the ability to stop an HTTPServer. Mostly for...
2010-02-03  Ben DarnellStop parsing arguments after --
2010-02-03  Ben DarnellFix EINTR exception handling for non-english locales.
2010-02-03  Ben DarnellSet headers earlier in StaticFileHandler, so we return...
2010-02-03  Ben DarnellAdd static_url_prefix setting to allow serving of stati...
2010-02-03  unknownAdded support for running Tornado on win32
2010-01-29  Ben DarnellAdd a hook to allow applications to modify the curl...
2010-01-28  Casey MullerMerge branch 'master' of git://github.com/bdarnell...
2010-01-28  Casey Mullerallow connect and request timeouts of zero
2010-01-28  Casey Mulleruse self.headers for cases where no headers were passed in
2010-01-22  Ben DarnellMake parse_command_line initialize logging even when...
2010-01-22  Ben DarnellMerge branch 'master' of git://github.com/facebook...
2010-01-18  Bret TaylorAdd HTML 5 WebSocket support (see http://bret.appspot...
2010-01-18  Bret TaylorFix httpclient / epoll interaction errors, per http...
2010-01-16  Ben DarnellCatch both IOError and OSError in another place.
2010-01-16  Ben DarnellCatch IOError in addition to OSError in IOLoop.remove_h...
2010-01-14  Benjamin Golubfb demo fix
2010-01-11  Bret TaylorFix new connection close handler for WSGI handlers
2010-01-11  Bret TaylorAdd reverse_url to RequestHandler class as well
2010-01-11  Bret TaylorMerge remote branch 'bdarnell/master'
2010-01-11  Gary BurdUse time indepdent compare for secure cookie.
2010-01-08  Ben DarnellAdd a method to RequestHandler that can be used to...
2010-01-08  Ben DarnellAdd a kqueue-based implementation of IOLoop for BSD...
next