index
:
delta/python-packages/waitress.git
bestpractices
body-less-304
bugfix/close-buffer
bugfix/ipv6_server_name
bugfix/nameinfo
bugfix/socket-server-name-port
bugfix/socket_flags_windows
bugfix/uppercase_verb
bugfix/winerror-windows
build-docs-on-travis
cleanup/use-with-statement-makefile
close-app-iter-on-disconnect
close-outbufs
connection-overflow-warning
contributing
crack-version
doc_translogger
docs-grammar-fix
drop-py34
error-task-disconnect
feature.exit-from-thread
feature.vendor-asyncore-180
feature.x_wsgi_url_scheme-header
feature/multiple_sockets
fix-265
fix-deadlock-on-disconnect
fix-multi-line-headers
fix-tox
fix.filewrapper_leak
fix.idemonkeys
fix.issue64
fix/thread_name
garden/update-supported-python-versions
invalid-whitespace-cont
iobase
main
master
optimize-outbuf-len
outbuf-high-watermark
pipelinefix
proxy-header-middleware
proxy-updates
py3-only
queue-depth-warnings
queue-depth-warnings-int
resource-warnings
seekable
set-input-terminated
so_sndbuf
speedup-test-suite
trigger
update-configs
update-tox
workflows
github.com: Pylons/waitress.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
waitress
/
parser.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix tests Python3 breakage
Matt Russell
2016-06-24
1
-1
/
+1
*
Prevent header spoofing via underscore/dash conflation.
Matt Russell
2016-06-24
1
-0
/
+2
*
preserve whitespace between folded header lines
David Glick
2015-04-13
1
-1
/
+1
*
no need to alias close to _close now that ReadOnlyFileBasedBuffer actually ha...
Chris McDonough
2014-05-15
1
-2
/
+2
*
- When waitress receives a ``Transfer-Encoding: chunked`` request, we no longer
Chris McDonough
2013-11-21
1
-2
/
+15
*
#13, add some comments on why we return HTTP 1.0 disregarding HTTP 1.1 reques...
Adam Groszer
2013-08-15
1
-0
/
+4
*
Season to taste.
Tres Seaver
2013-05-23
1
-6
/
+7
*
autopep8 runthrough and janitorial changes.
Keith Gaughan
2013-05-23
1
-9
/
+9
*
fix for py3
Chris McDonough
2012-09-28
1
-1
/
+1
*
Return a 400 error instead of a 500 error when pathological input case report...
Chris McDonough
2012-09-28
1
-11
/
+23
*
Support the WSGI ``wsgi.file_wrapper`` protocol as per
Chris McDonough
2012-01-16
1
-0
/
+5
*
- Fix PATH_INFO encoding/decoding on Python 3 (as per PEP 333, tunnel
Chris McDonough
2012-01-03
1
-51
/
+58
*
Bug Fixes
Chris McDonough
2011-12-31
1
-2
/
+2
*
handle only one task at a time on channel to fix pipelineing issues
Chris McDonough
2011-12-29
1
-16
/
+14
*
ensure headers and body cannot exceed a max size
Chris McDonough
2011-12-28
1
-1
/
+47
*
pep 8
Chris McDonough
2011-12-26
1
-1
/
+1
*
add expect/continue support; document differences from zope.server
Chris McDonough
2011-12-24
1
-0
/
+5
*
add url_scheme adjustment, make available to serve initialization
Chris McDonough
2011-12-23
1
-1
/
+1
*
add functional tests, fix crap under py3, rejigger task to not be so broken
Chris McDonough
2011-12-23
1
-6
/
+6
*
all tests pass on py3k
Chris McDonough
2011-12-22
1
-2
/
+2
*
more py3 prep
Chris McDonough
2011-12-22
1
-2
/
+2
*
first cut at prepping for python 3 compat
Chris McDonough
2011-12-22
1
-38
/
+40
*
add 100 coverage for tasks, rejigger some responsibilities and remove some un...
Chris McDonough
2011-12-22
1
-0
/
+1
*
garden setup artifacts a bit, 100 percent test coverage for parser
Chris McDonough
2011-12-22
1
-10
/
+11
*
remove docs-only interfaces
Chris McDonough
2011-12-21
1
-5
/
+2
*
de-enterprise-ize
Chris McDonough
2011-12-21
1
-0
/
+204