summaryrefslogtreecommitdiffstats
path: root/openstack/common/wsgi.py
Commit message (Expand)AuthorAgeFilesLines
* Support for ipv6 in wsgi.ServiceDavanum Srinivas2013-02-031-3/+11
* Support for SSL in wsgi.ServiceDavanum Srinivas2013-01-291-5/+60
* Fixes "is not", "not in" syntax usage.Zhongyue Luo2013-01-281-1/+1
* JSONDictSerializer encode objects to unicodeSean McCully2013-01-031-1/+1
* Make wsgi.Server comply with service.Launcher interfaceMichael Basnight2012-12-101-7/+12
* Fixing modulename so eventlet will log properly.Michael Basnight2012-12-031-1/+1
* Use Service thread group for WSGI request handlingDavanum Srinivas2012-11-291-12/+12
* updating sphinx documentationJoe Heck2012-11-181-3/+3
* Import order clean-upZhongyue Luo2012-10-291-1/+1
* Fix WSGI Service init's call to incorrect super methodKiall Mac Innes2012-10-141-1/+1
* Change wsgi Server class to ServiceAngus Salkeld2012-09-291-18/+28
* Fix missing gettextutils in several modules.Eric Windisch2012-07-121-0/+1
* Switch common files to using jsonutils.Andrew Bogott2012-07-031-3/+3
* PEP8 cleanup (openstack-common)Zhongyue Luo2012-02-111-4/+4
* Rajaram/Vinkesh | Copied tests for wsgi from nova. Added default content/acce...Rajaram Mallya2011-09-081-118/+130
* Rajaram/Vinkesh|Added nova's serializaiton classes into commonRajaram Mallya2011-09-071-66/+418
* Rajaram/Vinkesh| restructured wsgi.resource to allow inheriting classes to ov...Rajaram Mallya2011-08-301-9/+16
* Initial skeleton projectJay Pipes2011-07-261-0/+346