summaryrefslogtreecommitdiffstats
path: root/openstack/common/wsgi.py
Commit message (Expand)AuthorAgeFilesLines
* Move wsgi module to deprecated packageDoug Hellmann2013-06-071-811/+0
* Enable hacking H402 testSergey Lukjanov2013-06-031-8/+8
* Add Middleware for correlation_idAditi Raveesh2013-05-151-0/+11
* Removes len() on empty sequence evaluationZhongyue Luo2013-05-131-1/+1
* Merge "Convert unicode for python3 portability"Jenkins2013-05-071-1/+2
|\
| * Convert unicode for python3 portabilityChuck Short2013-05-061-1/+2
* | Improve python3 compatibilityChuck Short2013-05-021-8/+10
|/
* Merge "Improve Python 3.x compatibility"Jenkins2013-04-221-1/+1
|\
| * Improve Python 3.x compatibilityDirk Mueller2013-04-221-1/+1
* | Merge "Move wsgi.Service socket creation into the constructor."Jenkins2013-04-221-1/+1
|\ \ | |/ |/|
| * Move wsgi.Service socket creation into the constructor.Kiall Mac Innes2013-03-171-1/+1
* | Allows wsgi server kwargs to be given.Alex Meade2013-03-181-2/+2
|/
* Fix Copyright Headers - Rename LLC to FoundationDavanum Srinivas2013-03-111-1/+1
* Port safe parsing with minidom patches from NovaDavanum Srinivas2013-02-261-1/+2
* Use oslo-config-2013.1b3Mark McLoughlin2013-02-171-7/+7
* 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