summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* remove deprecation of host/portBert JW Regeer2016-08-312-6/+33
|
* Show example using defaultsBert JW Regeer2016-06-151-0/+7
|
* Place documentation in appropriate fileBert JW Regeer2016-06-152-11/+28
|
* Update docs about multi socket supportBert JW Regeer2016-06-113-19/+49
|
* Add history to docsBert JW Regeer2016-04-151-0/+1
|
* - add conf.py changesSteve Piercy2015-04-211-21/+2
|
* Fix code highlighting syntaxSascha Gottfried2015-03-201-3/+3
| | | Removed double colon prevented the following code-block directive to work properly.
* index.rst: Add syntax highlightingMarc Abramowitz2014-11-241-9/+29
|
* fix formattingMichael Merickel2014-05-231-4/+4
|
* use pkg_resources to obtain version infoChris McDonough2014-05-161-1/+2
|
* typo in docsjor1232014-04-231-1/+1
|
* Fix typo in waitress-serve exampleOliver Tonnhofer2014-04-111-1/+1
|
* Document the 'trusted_proxy' bit.feature.x_wsgi_url_scheme-headerTres Seaver2014-03-103-5/+18
|
* Merge from master.Tres Seaver2014-03-102-2/+2
|\
| * update documentation version to 0.8.8 to catch up the package versiongoodwillcoding2013-12-141-1/+1
| |
| * Fix typo in runner.rst.Alexey Torkhov2013-10-301-1/+1
| |
* | Typo.Tres Seaver2013-09-071-1/+1
| |
* | Switch to using the quasi-standard 'X_FOWRARDED_PROTO' header.Tres Seaver2013-09-033-6/+6
| |
* | Override 'wdgi.url_scheme' via a request header, 'X_WSGI_URL_SCHEME'.Tres Seaver2013-09-033-3/+25
|/ | | | | Allows proxies which serve mixed HTTP / HTTPS requests to control signal which are served as HTTPS.
* prep for 0.8.70.8.7Chris McDonough2013-08-291-1/+1
|
* prep for 0.8.60.8.6Chris McDonough2013-08-121-1/+1
|
* add url_prefix docsChris McDonough2013-08-122-1/+22
|
* fix merge conflictsChris McDonough2013-08-122-1/+21
|\
| * Update index.rstcsingley2013-08-081-1/+16
| | | | | | Added syntax for WSGI service through UNIX domain sockets
| * Note #39 in the documentation and fix changelog nit.Keith Gaughan2013-06-191-0/+5
| |
* | add a url_prefix adjustment that behaves much like paste prefixmiddleware ↵Chris McDonough2013-08-123-1/+15
|/ | | | (to avoid needing to explain paste prefixmiddleware, which avoids needing to explain pastedeploy, which avoids needing to explain pipelines, and so forth)
* Added docs and new flag into runnerMarcin Kuzminski2013-05-281-0/+4
|
* Updated docs with new use_poll flagMarcin Kuzminski2013-05-281-0/+7
|
* prep for 0.8.50.8.5Chris McDonough2013-05-271-1/+1
|
* prep for 0.8.40.8.4Chris McDonough2013-05-241-1/+1
|
* add version noteChris McDonough2013-05-241-0/+4
|
* Documentation for waitress-serve and typo fix.Keith Gaughan2013-05-252-0/+157
|
* autopep8 runthrough and janitorial changes.Keith Gaughan2013-05-235-11/+2
|
* fix typoGraham Higgins2013-05-151-1/+1
|
* Missing additional Unix socket documentation.Keith Gaughan2013-05-122-1/+3
| | | | | | I'd forgotten to add the additional arguments to the signature of waitress.serve(). Also, I think it's worth noting in the docs that Unix domain sockets are not supported on Windows, just in case.
* Arguments for Unix sockets.Keith Gaughan2013-05-121-0/+9
|
* prep for 0.8.30.8.3Chris McDonough2013-04-281-1/+1
|
* 3.3 is supported tooTshepang Lekhonkhobe2013-04-091-1/+1
|
* - Add an ``asyncore_loop_timeout`` adjustment value, which controls theChris McDonough2013-01-101-0/+4
| | | | | | | | | | | | ``timeout`` value passed to ``asyncore.loop``; defaults to 1. - The default asyncore loop timeout is now 1 second. This prevents slow shutdown on Windows. See https://github.com/Pylons/waitress/issues/6 . This shouldn't matter to anyone in particular, but it can be changed via the ``asyncore_loop_timeout`` adjustment (it used to previously default to 30 seconds). Closes #6.
* prep for 0.8.20.8.2Chris McDonough2012-11-141-1/+1
|
* prep for 0.8.1Chris McDonough2012-02-131-1/+1
|
* prep for 0.80.8Chris McDonough2012-01-311-1/+1
|
* mention threadsChris McDonough2012-01-191-0/+1
|
* remove untrue statementChris McDonough2012-01-161-2/+0
|
* Support the WSGI ``wsgi.file_wrapper`` protocol as perChris McDonough2012-01-163-0/+55
| | | | http://www.python.org/dev/peps/pep-0333/#optional-platform-specific-file-handling.
* prep for 0.70.7Chris McDonough2012-01-111-1/+1
|
* adjust defaultChris McDonough2012-01-091-1/+1
|
* - Default ``send_bytes`` value is now 18000 instead of 9000. The largerChris McDonough2012-01-091-1/+1
| | | | | | | | | | default value prevents asyncore from needing to execute select so many times to serve large files, speeding up file serving by about 15%-20% or so. This is probably only an optimization for LAN communications, and could slow things down across a WAN (due to higher TCP overhead), but we're likely to be behind a reverse proxy on a LAN anyway if in production. - Added an (undocumented) profiling feature to the ``serve()`` command.
* prep for 0.6.10.6.1Chris McDonough2012-01-081-1/+1
|
* prep for 0.6Chris McDonough2012-01-071-1/+1
|