summaryrefslogtreecommitdiff
path: root/chaussette/server.py
Commit message (Expand)AuthorAge
* split on os.pathsepTarek Ziade2017-04-19
* mergeTarek Ziade2017-04-19
|\
| * Implement --python-path optionPhilip Douglass2016-06-14
* | fixed travusTarek Ziade2017-04-17
* | Add option to disable monkeypatching if needed ( fixes SSL bug with meninheld...Ben Harling2016-04-26
|/
* fix conflictsTarek Ziade2015-03-31
|\
| * Adding --graceful-timeout argument, allowing gevent based backends to respond...Grant Cox2014-09-26
* | Gevent monkey patching must happen early to avoid "Exception KeyError in modu...Grant Cox2014-09-26
|/
* Allowing additional commandline arguments which are ignored by chaussette.max2014-06-24
* added tox supportTarek Ziade2013-09-13
* Fix small typo in serve_paste.John Chilton2013-08-28
* improve message about installing werkzeugAlex Morega2013-08-08
* use werkzeug's code reloaderAlex Morega2013-08-08
* move server code to inner functionAlex Morega2013-08-08
* Merge branch 'master' into spawn_configurationGilles Devaux2013-07-29
|\
| * Sort 'address-family', 'socket-type' and 'log-level' command line argument ch...Pedro Romano2013-07-20
* | Adding spawn configurationGilles Devaux2013-07-24
|/
* flake8-edTarek Ziade2013-05-02
* allowing paste callsTarek Ziade2013-05-02
* make sure to use CLI options for the logging - fixes #17Tarek Ziade2013-02-26
* added unix socket supportTarek Ziade2012-12-17
* Use logging rather than print statements.Alexis Métaireau2012-10-11
* Removed the special casing of Django.Jannis Leidel2012-07-17
* s/resolve_name/import_stringTarek Ziade2012-07-16
* Merge pull request #3 from xealot/masterTarek Ziade2012-07-16
|\
| * Including the current working directory in the path so that when executing th...Trey Long2012-07-09
* | added Paste supportTarek Ziade2012-07-11
|/
* adde the python pathTarek Ziade2012-07-06
* going back to wsgiref for the default backendTarek Ziade2012-07-04
* hooks have now the config at handsTarek Ziade2012-07-02
* dont run a post_hook if not configuredTarek Ziade2012-07-02
* more realistic benchTarek Ziade2012-07-02
* added django support for chaussetteTarek Ziade2012-06-26
* switeched to waitress as the default backendTarek Ziade2012-06-26
* added the backlog paramTarek Ziade2012-06-26
* more docsTarek Ziade2012-06-14
* cleanupTarek Ziade2012-06-14
* added a gevent backendTarek Ziade2012-06-14
* reorganized the code so we can implement other backendsTarek Ziade2012-06-13
* use fd:// like in uWsgiTarek Ziade2012-06-06
* implemented now with wsgiref - and created a console script we can use in CircusTarek Ziade2012-06-04