index
:
delta/openstack/nova.git
master
proposed/juno
proposed/kilo
stable/2023.1
stable/havana
stable/icehouse
stable/juno
stable/kilo
stable/liberty
stable/mitaka
stable/newton
stable/ocata
stable/pike
stable/queens
stable/rocky
stable/stein
stable/train
stable/ussuri
stable/victoria
stable/wallaby
stable/xena
stable/yoga
stable/zed
opendev.org: openstack/nova.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nova
/
wsgi.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[2/3]Replace six.iteritems() with .items()
Spencer Yu
2017-01-09
1
-1
/
+1
*
Fixes python 3 unit tests
Claudiu Belu
2016-09-23
1
-1
/
+1
*
config options: Remove 'wsgi_' prefix from opts
Stephen Finucane
2016-03-25
1
-2
/
+2
*
config options: Move wsgi options into a group
Stephen Finucane
2016-03-22
1
-13
/
+13
*
config options: centralize section "wsgi"
Tracy Jones
2016-02-03
1
-49
/
+2
*
hacking: check for common double word typos
Daniel P. Berrange
2016-01-14
1
-1
/
+1
*
Merge "Add hacking check for eventlet.spawn()"
Jenkins
2015-10-08
1
-1
/
+2
|
\
|
*
Add hacking check for eventlet.spawn()
Ryan Rossiter
2015-08-13
1
-1
/
+2
*
|
wsgi: removing semicolon
Wei Jiangang
2015-09-24
1
-1
/
+1
*
|
Fix exception message mistake in WSGI service
liyuanyuan
2015-08-28
1
-1
/
+1
|
/
*
Handle SSL termination proxies for version list
Radomir Dopieralski
2015-08-03
1
-1
/
+11
*
Switch to oslo.service library
Davanum Srinivas
2015-07-11
1
-1
/
+2
*
Remove usage of WritableLogger from oslo_log
Davanum Srinivas
2015-06-18
1
-3
/
+1
*
Replace dict.iteritems() with six.iteritems(dict)
Victor Stinner
2015-05-22
1
-1
/
+2
*
create noauth2
Sean Dague
2015-03-04
1
-2
/
+2
*
Use oslo.log
Davanum Srinivas
2015-02-22
1
-2
/
+3
*
Switch to using oslo_* instead of oslo.*
Davanum Srinivas
2015-02-06
1
-2
/
+2
*
Set socket options in correct way
abhishekkekane
2014-12-18
1
-13
/
+12
*
Merge "Eventlet green threads not released back to pool"
Jenkins
2014-12-02
1
-1
/
+13
|
\
|
*
Eventlet green threads not released back to pool
abhishekkekane
2014-11-21
1
-1
/
+13
*
|
Replacement `_` on `_LI` in all LOG.info - part 2
Mike Durnosvistov
2014-11-20
1
-4
/
+4
|
/
*
Replacement `_` on `_LE` in all LOG.error
Mike Durnosvistov
2014-10-21
1
-4
/
+4
*
Use oslo.utils
Davanum Srinivas
2014-10-06
1
-1
/
+1
*
Remove usage of self.__dict__ for message var replacement
Matt Riedemann
2014-09-25
1
-2
/
+5
*
Use oslo.i18n
Davanum Srinivas
2014-07-18
1
-1
/
+1
*
Merge "Fix and gate on H305 and H307"
Jenkins
2014-07-15
1
-1
/
+1
|
\
|
*
Fix and gate on H305 and H307
Davanum Srinivas
2014-07-15
1
-1
/
+1
*
|
Nova-api service throws error when SIGHUP is sent
Rajesh Tailor
2014-07-13
1
-9
/
+24
|
/
*
Nova api service doesn't handle SIGHUP properly
abhishekkekane
2014-07-02
1
-0
/
+1
*
Don't translate debug level logs in nova
Gary Kotton
2014-06-13
1
-1
/
+1
*
Make webob.exc.HTTPForbidden return correct message
Haiwei Xu
2014-02-24
1
-1
/
+1
*
Merge "report port number for address already in use errors"
Jenkins
2014-02-15
1
-1
/
+7
|
\
|
*
report port number for address already in use errors
Pádraig Brady
2014-02-05
1
-1
/
+7
*
|
Allow operators to customize max header size
Florent Flament
2014-02-10
1
-3
/
+8
|
/
*
Remove vi modelines
liu-sheng
2014-02-03
1
-2
/
+0
*
disable debug in eventlet.wsgi server
Sean Dague
2014-01-19
1
-1
/
+2
*
Merge "Allow configuring the wsgi pool size"
Jenkins
2013-12-15
1
-2
/
+5
|
\
|
*
Allow configuring the wsgi pool size
Stanislaw Pitucha
2013-11-11
1
-2
/
+5
*
|
Ensure api_paste_conf is an absolute path
Xavier Queralt
2013-12-10
1
-3
/
+6
*
|
graceful-shutdown: add graceful shutdown into compute
Christopher Lefelhocz
2013-10-17
1
-1
/
+2
|
/
*
Use print function rather than print statement
David Ripton
2013-10-08
1
-1
/
+1
*
maint: remove redundant default=None for config options
Pádraig Brady
2013-08-09
1
-3
/
+0
*
Enabled hacking check for Python3 compatible print (H233)
Alex Gaynor
2013-07-29
1
-7
/
+9
*
Remove the monkey patching of _ into the builtins
Alex Gaynor
2013-07-26
1
-0
/
+1
*
Raise max header size to accommodate large tokens.
Steve Baker
2013-06-18
1
-0
/
+3
*
Fix issues with re-raising exceptions.
Russell Bryant
2013-03-05
1
-3
/
+4
*
Update OpenStack LLC to Foundation
Kurt Taylor
2013-02-26
1
-1
/
+1
*
Use oslo-config-2013.1b4
Mark McLoughlin
2013-02-19
1
-1
/
+1
*
Increase maximum URI size for EC2 API to 16k
Burt Holzman
2013-01-24
1
-8
/
+17
*
Adds SSL support for API server.
Ilya Alekseyev
2013-01-23
1
-2
/
+73
[next]