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
/
channel.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Vendor asyncore into waitress as waitress.wasyncore. (#199)
Chris McDonough
2018-08-31
1
-13
/
+11
*
call prune to free occupied memory by output buffer
Yu Zhou
2015-09-18
1
-0
/
+2
*
Switch from the low level Python thread/_thread module to the threading module.
Shane Hathaway
2015-04-20
1
-5
/
+4
*
no need to alias close to _close now that ReadOnlyFileBasedBuffer actually ha...
Chris McDonough
2014-05-15
1
-4
/
+4
*
- Fix some cases where the creation of extremely large output buffers (greater
Chris McDonough
2013-11-21
1
-2
/
+7
*
#4, on InternalServerError and HTTP 1.1 take care of the connection: close he...
Adam Groszer
2013-08-15
1
-0
/
+8
*
half-fix for #4; make the http version of the response match the http version...
Chris McDonough
2013-08-15
1
-0
/
+2
*
Season to taste.
Tres Seaver
2013-05-23
1
-1
/
+2
*
autopep8 runthrough and janitorial changes.
Keith Gaughan
2013-05-23
1
-6
/
+6
*
Prevent asyncore from throttling self.addr on us.
Keith Gaughan
2013-05-11
1
-1
/
+3
*
- Fix bug in HTTP Expect/Continue support. See
Chris McDonough
2013-01-10
1
-1
/
+1
*
- A brown-bag bug prevented request concurrency. A slow request would block
Chris McDonough
2012-02-13
1
-2
/
+6
*
garden
Chris McDonough
2012-01-18
1
-2
/
+3
*
minor performance tweaks
Chris McDonough
2012-01-16
1
-3
/
+6
*
dont fail if we cant close here
Chris McDonough
2012-01-16
1
-2
/
+6
*
Support the WSGI ``wsgi.file_wrapper`` protocol as per
Chris McDonough
2012-01-16
1
-32
/
+76
*
- Remove performance-sapping call to ``pull_trigger`` in the channel's
Chris McDonough
2012-01-07
1
-1
/
+0
*
- A logic error prevented the internal outbuf buffer of a channel from being
Chris McDonough
2012-01-07
1
-2
/
+7
*
- Fix PATH_INFO encoding/decoding on Python 3 (as per PEP 333, tunnel
Chris McDonough
2012-01-03
1
-1
/
+1
*
garden
Chris McDonough
2012-01-02
1
-0
/
+4
*
- Channel timeout cleanup was broken.
Chris McDonough
2012-01-02
1
-2
/
+9
*
- Set default ``connection_limit`` back to 100 for benefit of maximal
Chris McDonough
2012-01-02
1
-4
/
+8
*
Features
Chris McDonough
2012-01-02
1
-160
/
+178
*
Bug Fixes
Chris McDonough
2011-12-31
1
-1
/
+2
*
coverage
pipelinefix
Chris McDonough
2011-12-30
1
-1
/
+1
*
dont assert task will be none, instead set will_close when handle_close is ca...
Chris McDonough
2011-12-30
1
-5
/
+9
*
fix exception reporting
Chris McDonough
2011-12-30
1
-7
/
+10
*
handle only one task at a time on channel to fix pipelineing issues
Chris McDonough
2011-12-29
1
-85
/
+64
*
unhose
Chris McDonough
2011-12-29
1
-79
/
+40
*
preliminary fix for pipelineing
Chris McDonough
2011-12-29
1
-24
/
+28
*
ensure headers and body cannot exceed a max size
Chris McDonough
2011-12-28
1
-6
/
+14
*
garden docs, move logging_dispatcher to utilities
Chris McDonough
2011-12-27
1
-1
/
+1
*
add forgotten dispatcher file, put maintenance checking on server rather than...
Chris McDonough
2011-12-27
1
-39
/
+4
*
channel now requires an ajustments object
Chris McDonough
2011-12-27
1
-1
/
+1
*
channel now requires an ajustments object
Chris McDonough
2011-12-27
1
-3
/
+0
*
renames, effective_host/effective_port, dont relog in task
Chris McDonough
2011-12-27
1
-3
/
+4
*
channel.write no longer accept non-byte-sequences.
Chris McDonough
2011-12-26
1
-17
/
+10
*
pep8
Chris McDonough
2011-12-26
1
-2
/
+2
*
pass map along to channel from server
Chris McDonough
2011-12-26
1
-3
/
+1
*
add getsockname api for Jim
Chris McDonough
2011-12-26
1
-1
/
+0
*
put trigger on server instance rather than having it as a global
Chris McDonough
2011-12-26
1
-4
/
+2
*
add expect/continue support; document differences from zope.server
Chris McDonough
2011-12-24
1
-1
/
+5
*
documentation gardening
Chris McDonough
2011-12-24
1
-0
/
+8
*
more py3 prep
Chris McDonough
2011-12-22
1
-1
/
+1
*
first cut at prepping for python 3 compat
Chris McDonough
2011-12-22
1
-1
/
+0
*
get channel back up to 100 percent after integration test disable
Chris McDonough
2011-12-22
1
-1
/
+1
*
add init tests, 100 percent coverage for channel:
Chris McDonough
2011-12-22
1
-42
/
+35
*
remove unused flush code
Chris McDonough
2011-12-21
1
-27
/
+0
*
collapse DualModeChannel and HTTPServerChannel
Chris McDonough
2011-12-21
1
-157
/
+121
*
move zombies to regression; remove serverchannelbase
Chris McDonough
2011-12-21
1
-8
/
+3
[next]