index
:
delta/cherrypy-git.git
1370-return-400-for-invalid-header
backport/17.x--bugfix--native-http-server-py3
bugfix/1680-unicode-in-http-auth
bugfix/1680-unicode-in-http-auth-backup
bugfix/1737-session-file-race
bugfix/1742-no-mkdir
bugfix/limit-pypywin32-ver-for-py34
bugfix/native-http-server-py3
bugfixes/1849-gzip-compression-header-cpython-bug39389
call-aside
dependabot/add-v2-config-file
dependabot/pip/pytest-gte-5.3.5-and-lt-6.2.0
feature/skeleton
main
maint/17.x
master
pre-commit-ci-update-config
use-assign-params
use-projection
github.com: cherrypy/cherrypy.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cherrypy
/
_cpwsgi_server.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable support for SO_PEERCRED related options
Sviatoslav Sydorenko
2018-04-19
1
-0
/
+2
*
Feed the hobgoblins (delint).
Jason R. Coombs
2017-10-27
1
-3
/
+6
*
Make cherrypy._cpwsgi_server PEP257-compliant
Sviatoslav Sydorenko
2017-10-21
1
-3
/
+6
*
Revert URI parsing mode like before Cheroot v5.8.0
Sviatoslav Sydorenko
2017-08-06
1
-12
/
+37
*
Add support for bypassing ssl_ciphers config
Sviatoslav Sydorenko
2017-03-17
1
-2
/
+4
*
CPWSGIServer.version contains CherryPy version + Cheroot version
Martin@MBP
2017-02-26
1
-0
/
+2
*
Bump to cheroot 5.1
Jason R. Coombs
2017-01-22
1
-4
/
+4
*
Update references to point to moved wsgi module
Jason R. Coombs
2017-01-09
1
-3
/
+4
*
Delete wsgiserver package and instead defer to cheroot for the wsgiserver imp...
Jason R. Coombs
2017-01-07
1
-10
/
+12
*
Convert all strings to conform single-quoted style
Sviatoslav Sydorenko
2016-09-08
1
-1
/
+1
*
Reimplementation of code to allow bounded request queues - rejecting requests...
Allan Crooks
2014-06-14
1
-0
/
+2
*
More PEP8 work.
Gustavo Picon
2014-01-12
1
-2
/
+6
*
Running: autopep8 -vvvvv -i `find . -name '*.py'`
Gustavo Picon
2014-01-12
1
-6
/
+7
*
Removed trailing whitespace from the codebase.
Gustavo Picon
2012-04-03
1
-5
/
+5
*
Oops.
Robert Brewer
2011-10-14
1
-1
/
+1
*
Fixed some error handling and made a log sink for HTTPServer.
Robert Brewer
2011-10-14
1
-0
/
+3
*
Bye bye, py2/3.
Robert Brewer
2011-07-02
1
-0
/
+60
*
Bringing python3 back into trunk with its own py3 folder; what was in trunk g...
trunk
Robert Brewer
2011-02-25
1
-54
/
+0
*
trunk sync with python3
Robert Brewer
2011-02-23
1
-8
/
+0
*
sync with python3, including separation of InternalRedirect handling and Exce...
Robert Brewer
2009-10-05
1
-2
/
+0
*
Merged the 'gateways' branch into trunk.
Robert Brewer
2009-10-03
1
-64
/
+17
*
trunk: syncing with python3, except preferring WSGI 1.0 and sticking with byt...
Robert Brewer
2009-08-27
1
-4
/
+6
*
Factored SSL out to separate modules.
Robert Brewer
2009-08-01
1
-4
/
+45
*
New server.ssl_certificate_chain attribute. See http://groups.google.com/grou...
Robert Brewer
2009-02-12
1
-0
/
+1
*
Fix for #894 (can't configure [apache] dynamic FCGI, only static and external).
Robert Brewer
2009-02-11
1
-7
/
+5
*
Added comment on custom subclasses in CPWSGIServer.
Robert Brewer
2009-01-30
1
-0
/
+2
*
Initial support for multiple servers in config (doesn't allow binding any app...
Robert Brewer
2009-01-30
1
-15
/
+26
*
New ssl_context attribute on wsgiserver. See http://groups.google.com/group/c...
Robert Brewer
2009-01-09
1
-0
/
+1
*
New server.thread_pool_max attribute for setting wsgiserver.max.
Robert Brewer
2008-08-26
1
-0
/
+1
*
Fix for #803 (run CP under Google App Engine).
Robert Brewer
2008-06-29
1
-0
/
+54