-
-
0.9.0-dev / 2010-05-17
--
-
- Fix pidfile -
- Fix QUIT/HUP in async workers -
- Fix reexec -
- Documentation improvments -
-
0.9.1 / 2010-05-26
+0.9.1 / 2010-05-26
- Support https via X-Forwarded-Protocol or X-Forwarded-Ssl headers
- Fix configuration @@ -46,7 +37,7 @@
-
0.9.0 / 2010-05-24
+0.9.0 / 2010-05-24
- Added when_ready hook. Called just after the server is started
- Added preload setting. Load application code before the worker processes @@ -59,7 +50,7 @@ are forked.
-
-0.8.1 / 2010-04-29
+0.8.1 / 2010-04-29
- Fix builtins import in config
- Fix installation with pip @@ -67,7 +58,7 @@ are forked.
- Delay application loading until after processing all configuration
+
0.8.0 / 2010-04-22
- Refactored Worker management for better async support. Now use the -k option @@ -76,21 +67,21 @@ to set the type of request processing to use
-
-0.7.2 / 2010-04-15
+0.7.2 / 2010-04-15
- Added --spew option to help debugging (installs a system trace hook)
- Some fixes in async arbiters
- Fix a bug in start_response on error
+
0.7.1 / 2010-04-01
- Fix bug when responses have no body.
-
0.7.0 / 2010-03-26
+0.7.0 / 2010-03-26
- Added support for Eventlet and Gevent based workers.
- Added Websockets support @@ -100,27 +91,27 @@ to set the type of request processing to use
-
-0.6.5 / 2010-03-11
+0.6.5 / 2010-03-11
- Fix pidfile handling
- Fix Exception Error
+
-
0.6.4 / 2010-03-08
- Use cStringIO for performance when possible.
- Fix worker freeze when a remote connection closes unexpectedly.
+
-
0.6.3 / 2010-03-07
- Make HTTP parsing faster.
- Various bug fixes
+
-
0.6.2 / 2010-03-01
- Added support for chunked response. @@ -131,7 +122,7 @@ temporary data.
- Workers are now murdered by age (the oldest is killed first).
+
-
0.6.1 / 2010-02-24
- Added gunicorn config file support for Django admin command @@ -139,7 +130,7 @@ temporary data.
- Removed TTIN/TTOU from workers which blocked other signals.
+
-
0.6 / 2010-02-22
- Added setproctitle support @@ -147,14 +138,14 @@ temporary data. permissions, new uid/gid permissions are only set for workers.
+
-
0.5.1 / 2010-02-22
- Fix umask
- Added Debian packaging
+
0.5 / 2010-02-20
- Added configuration file handler. @@ -179,4 +170,4 @@ permissions, new uid/gid permissions are only set for workers.