summaryrefslogtreecommitdiff
path: root/waitress/server.py
Commit message (Expand)AuthorAgeFilesLines
* Added comments regarding MultiSocketServerfeature/multiple_socketsBert JW Regeer2016-06-151-1/+12
* Rename BaseServer to MultiSocketServerBert JW Regeer2016-06-151-2/+2
* Set IPv6 socket to be IPv6 onlyBert JW Regeer2016-06-111-0/+3
* Pass a top-level map to all servers we startBert JW Regeer2016-06-111-0/+3
* Format IPv6 host's properlyBert JW Regeer2016-06-111-0/+5
* Set effective_listen to what is passed inBert JW Regeer2016-06-111-1/+1
* Update get_server_hostname to support IPv6Bert JW Regeer2016-06-031-2/+3
* Nocover print_listenBert JW Regeer2016-06-031-2/+2
* The BaseServer requires the task_dispatcherBert JW Regeer2016-06-031-1/+3
* Rename print to print_listenBert JW Regeer2016-06-031-2/+2
* Pass a format string to the 'server' to print out the serving linesBert JW Regeer2016-06-031-0/+7
* Start up multiple TcpWSGIServer'sBert JW Regeer2016-06-031-0/+19
* Use getnameinfo with getsocknameBert JW Regeer2016-06-031-2/+5
* Add sockinfo, an opaque objectBert JW Regeer2016-06-031-2/+10
* BaseServer is introduced for run()Bert JW Regeer2016-06-031-0/+23
* Dispatcher is now a top-level APIBert JW Regeer2016-06-031-5/+6
* Add __init__ to allow direct usage to continue workingBert JW Regeer2016-06-031-0/+21
* We need to specialise the UnixWSGIServerBert JW Regeer2016-06-031-4/+10
* Create a dispatcher in create_serverBert JW Regeer2016-06-031-0/+6
* Remove family from {Base,Tcp,Unix}WSGIServerBert JW Regeer2016-06-031-3/+0
* - If an ``application`` value of ``None`` is supplied to the ``create_server``Chris McDonough2014-07-131-0/+5
* - Use a nonglobal asyncore socket map by default to hopefully prevent conflictsChris McDonough2014-07-131-0/+5
* add a url_prefix adjustment that behaves much like paste prefixmiddleware (to...Chris McDonough2013-08-121-1/+0
* Added new option to use poll instead of select in asyncore.loop callMarcin Kuzminski2013-05-281-1/+2
* Switch fixture spawning to use multiprocessing.Keith Gaughan2013-05-281-0/+1
* Hide Unix socket support better when unsupported.Keith Gaughan2013-05-281-16/+14
* Pre-0.8.4 compatibility.Keith Gaughan2013-05-261-14/+19
* autopep8 runthrough and janitorial changes.Keith Gaughan2013-05-231-10/+10
* hail maryChris McDonough2013-05-111-1/+5
* Unix domain socket support.Keith Gaughan2013-05-121-2/+23
* Separate TCP socket behaviour from WSGIServer.Keith Gaughan2013-05-121-12/+46
* - Add an ``asyncore_loop_timeout`` adjustment value, which controls theChris McDonough2013-01-101-1/+4
* commentChris McDonough2012-01-111-1/+1
* FeaturesChris McDonough2012-01-021-1/+1
* Bug FixesChris McDonough2011-12-311-8/+2
* handle only one task at a time on channel to fix pipelineing issuesChris McDonough2011-12-291-1/+1
* unhoseChris McDonough2011-12-291-1/+1
* total coverageChris McDonough2011-12-281-2/+3
* garden docs, move logging_dispatcher to utilitiesChris McDonough2011-12-271-2/+2
* add forgotten dispatcher file, put maintenance checking on server rather than...Chris McDonough2011-12-271-0/+18
* systemexitChris McDonough2011-12-271-1/+1
* renames, effective_host/effective_port, dont relog in taskChris McDonough2011-12-271-7/+7
* expose all adjustments to serve()Chris McDonough2011-12-261-31/+18
* pep8Chris McDonough2011-12-261-3/+3
* move server.executeRequest->task.executeChris McDonough2011-12-261-63/+0
* dont break apart status and reason, compat tostr fixesChris McDonough2011-12-261-4/+0
* task coverageChris McDonough2011-12-261-3/+16
* pass map along to channel from serverChris McDonough2011-12-261-3/+3
* add getsockname api for JimChris McDonough2011-12-261-12/+12
* put trigger on server instance rather than having it as a globalChris McDonough2011-12-261-0/+5