]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2010-07-09  Ben DarnellRevert "Parse percent escapes in the path component...
2010-07-09  Ben DarnellParse percent escapes in the path component of the...
2010-07-09  Ben DarnellConsolidate the various HTTP header dictionary classes...
2010-07-08  Ben DarnellDisable preforking by default in HTTPServer.start().
2010-06-28  Ben DarnellUTF8-encode more user-supplied strings in httpclient...
2010-06-26  Ben DarnellUpdate the set of active file descriptors immediately...
2010-06-26  Ben DarnellInclude the HTTPResponse object as an attribute of...
2010-06-24  Ben DarnellRemove unused "overwrite" argument to options.parse_con...
2010-06-21  Ben DarnellFix typo in comment
2010-06-20  Ben DarnellAdd a second implementation of AsyncHTTPClient, using...
2010-06-18  Ben DarnellClose wsgi responses correctly - the close method,...
2010-06-10  Ben DarnellIn the libcurl file descriptor limit hack, log to both...
2010-06-08  Ben DarnellCatch and log exceptions from user callbacks in AsyncHT...
2010-06-07  Ben DarnellFix missing import
2010-05-31  Ben DarnellOptionally allow nonstandard http methods to be used...
2010-05-31  Mike LewisChanged it so one can access the StringIO buffer
2010-05-31  Ben DarnellClear the close_callback set on the IOStream by Request...
2010-05-31  Ben DarnellClose the socket on uncaught exceptions from iostream...
2010-05-31  Ben DarnellImprove parsing of multipart/form-data headers.
2010-05-31  Ben DarnellAdded RequestHandler.get_arguments(), which does the...
2010-05-29  Ben DarnellUpdate documentation for WebSocketHandler
2010-05-29  Ben DarnellRevert "websockets: continue listening for messages...
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...
next