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
/
server.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move source code to src folder
Bert JW Regeer
2020-04-16
1
-436
/
+0
*
Blacken the entire code base
Bert JW Regeer
2019-12-12
1
-78
/
+88
*
add proxy header tests
Michael Merickel
2019-07-19
1
-4
/
+0
*
move proxy headers to a middleware and return 400 for malformed values
Michael Merickel
2019-06-29
1
-0
/
+20
*
Changes for pull request review
Frank Krick
2018-11-13
1
-1
/
+1
*
Undo changes for getsockname
Frank Krick
2018-10-28
1
-15
/
+18
*
Removed bind_sockets parameter from adjustments and added autodetection if bi...
Frank Krick
2018-10-28
1
-3
/
+6
*
Added sockets and bind_sockets parameters for server creation
Frank Krick
2018-10-28
1
-33
/
+57
*
Avoid doing work for UNIX sockets, just return localhost
bugfix/ipv6_server_name
Bert JW Regeer
2018-09-05
1
-0
/
+3
*
Change get_server_name logic to be more correct
Bert JW Regeer
2018-09-05
1
-3
/
+21
*
get_server_name requires an IP, passing empty is invalid
Bert JW Regeer
2018-09-05
1
-9
/
+5
*
Vendor asyncore into waitress as waitress.wasyncore. (#199)
Chris McDonough
2018-08-31
1
-11
/
+17
*
Add fallback to numeric only nameinfo
Bert JW Regeer
2017-01-17
1
-3
/
+15
*
On Windows IPPROTO_IPV6 may not be defined in socket
Bert JW Regeer
2016-10-14
1
-2
/
+9
*
Added comments regarding MultiSocketServer
feature/multiple_sockets
Bert JW Regeer
2016-06-15
1
-1
/
+12
*
Rename BaseServer to MultiSocketServer
Bert JW Regeer
2016-06-15
1
-2
/
+2
*
Set IPv6 socket to be IPv6 only
Bert JW Regeer
2016-06-11
1
-0
/
+3
*
Pass a top-level map to all servers we start
Bert JW Regeer
2016-06-11
1
-0
/
+3
*
Format IPv6 host's properly
Bert JW Regeer
2016-06-11
1
-0
/
+5
*
Set effective_listen to what is passed in
Bert JW Regeer
2016-06-11
1
-1
/
+1
*
Update get_server_hostname to support IPv6
Bert JW Regeer
2016-06-03
1
-2
/
+3
*
Nocover print_listen
Bert JW Regeer
2016-06-03
1
-2
/
+2
*
The BaseServer requires the task_dispatcher
Bert JW Regeer
2016-06-03
1
-1
/
+3
*
Rename print to print_listen
Bert JW Regeer
2016-06-03
1
-2
/
+2
*
Pass a format string to the 'server' to print out the serving lines
Bert JW Regeer
2016-06-03
1
-0
/
+7
*
Start up multiple TcpWSGIServer's
Bert JW Regeer
2016-06-03
1
-0
/
+19
*
Use getnameinfo with getsockname
Bert JW Regeer
2016-06-03
1
-2
/
+5
*
Add sockinfo, an opaque object
Bert JW Regeer
2016-06-03
1
-2
/
+10
*
BaseServer is introduced for run()
Bert JW Regeer
2016-06-03
1
-0
/
+23
*
Dispatcher is now a top-level API
Bert JW Regeer
2016-06-03
1
-5
/
+6
*
Add __init__ to allow direct usage to continue working
Bert JW Regeer
2016-06-03
1
-0
/
+21
*
We need to specialise the UnixWSGIServer
Bert JW Regeer
2016-06-03
1
-4
/
+10
*
Create a dispatcher in create_server
Bert JW Regeer
2016-06-03
1
-0
/
+6
*
Remove family from {Base,Tcp,Unix}WSGIServer
Bert JW Regeer
2016-06-03
1
-3
/
+0
*
- If an ``application`` value of ``None`` is supplied to the ``create_server``
Chris McDonough
2014-07-13
1
-0
/
+5
*
- Use a nonglobal asyncore socket map by default to hopefully prevent conflicts
Chris McDonough
2014-07-13
1
-0
/
+5
*
add a url_prefix adjustment that behaves much like paste prefixmiddleware (to...
Chris McDonough
2013-08-12
1
-1
/
+0
*
Added new option to use poll instead of select in asyncore.loop call
Marcin Kuzminski
2013-05-28
1
-1
/
+2
*
Switch fixture spawning to use multiprocessing.
Keith Gaughan
2013-05-28
1
-0
/
+1
*
Hide Unix socket support better when unsupported.
Keith Gaughan
2013-05-28
1
-16
/
+14
*
Pre-0.8.4 compatibility.
Keith Gaughan
2013-05-26
1
-14
/
+19
*
autopep8 runthrough and janitorial changes.
Keith Gaughan
2013-05-23
1
-10
/
+10
*
hail mary
Chris McDonough
2013-05-11
1
-1
/
+5
*
Unix domain socket support.
Keith Gaughan
2013-05-12
1
-2
/
+23
*
Separate TCP socket behaviour from WSGIServer.
Keith Gaughan
2013-05-12
1
-12
/
+46
*
- Add an ``asyncore_loop_timeout`` adjustment value, which controls the
Chris McDonough
2013-01-10
1
-1
/
+4
*
comment
Chris McDonough
2012-01-11
1
-1
/
+1
*
Features
Chris McDonough
2012-01-02
1
-1
/
+1
*
Bug Fixes
Chris McDonough
2011-12-31
1
-8
/
+2
*
handle only one task at a time on channel to fix pipelineing issues
Chris McDonough
2011-12-29
1
-1
/
+1
[next]