summaryrefslogtreecommitdiffstats
path: root/nova/wsgi.py
Commit message (Expand)AuthorAgeFilesLines
* Address bug #695157 by using a blank request class and setting an empty reque...Soren Hansen2010-12-281-1/+1
* Make time.sleep() non-blockingJosh Kearney2010-11-221-1/+1
* Added support for OpenStack and EC2 APIs to run on different ports.Eric Day2010-11-021-4/+21
* PEP8 and pylint cleanup. There should be no functional changes here, just sty...Eric Day2010-10-211-9/+13
* Server creation up to, but not including, network configurationCerberus2010-09-291-4/+7
* Server update name and passwordCerberus2010-09-291-0/+9
* Add Serializer.deserialize(xml_or_json_string)Michael Gundlach2010-09-281-6/+45
* Support content type detection in serializerMichael Gundlach2010-09-271-7/+14
* NurrrMichael Gundlach2010-09-011-2/+2
* Abstractified generalization mechanismMichael Gundlach2010-09-011-14/+17
* OK, break out ternary operator (good to know that it slowed you down to read it)Michael Gundlach2010-08-241-1/+4
* TypoMichael Gundlach2010-08-231-1/+1
* Move serialize() to wsgi.Controller so __call__ can serialize() action return...Michael Gundlach2010-08-231-2/+14
* Added unittests for wsgi and api.Eric Day2010-08-171-7/+10
* All controller actions receive a 'req' parameter containing the webob Request.Michael Gundlach2010-08-161-25/+23
* PEP8 and name correctionsMichael Gundlach2010-08-161-2/+2
* Support JSON and XML in SerializerMichael Gundlach2010-08-131-10/+46
* Make WSGI routing support routing to WSGI apps or to controller+actionMichael Gundlach2010-08-121-61/+128
|\
| * Working router that can target WSGI middleware or a standard controller+actionMichael Gundlach2010-08-111-107/+98
| * Serializing in middleware after all... by tying to the router. maybe a good ...Michael Gundlach2010-08-111-41/+72
| * work on a router that works with wsgi and non-wsgi routingMichael Gundlach2010-08-101-0/+76
|/
* Reworked WSGI helper module and converted rackspace API endpoint to use it.Eric Day2010-08-071-0/+173