1063 Commits

Author SHA1 Message Date
Benoit Chesneau
04599487f4 direct link to the circusctl command. 2012-04-18 17:23:30 +02:00
Benoit Chesneau
3546727ec6 fix typo 2012-04-18 17:20:00 +02:00
Benoit Chesneau
4c2a5d2578 sync 2012-04-18 17:19:32 +02:00
Benoit Chesneau
c1e4825091 sync doc 2012-04-18 17:16:54 +02:00
Benoit Chesneau
5b22b2208a add circus doc in monitoring tools. 2012-04-18 17:10:33 +02:00
Benoit Chesneau
6cffb5b473 no mre AdminMediaHandler class in django 1.4 . close #333 2012-04-17 14:07:36 +02:00
Randall Leeds
50828b9220 update ppa docs 2012-04-14 14:54:16 -07:00
Randall Leeds
724677035a Merge pull request #331 from bobby-beckmann/master
Epic change to support gevent 1.0b2
2012-04-12 11:28:17 -07:00
Bobby Beckmann
6630c5e3e1 Makes gunicorn work with gevent 1.0b2 2012-04-11 15:30:35 -05:00
Randall Leeds
1215af30e4 Add Konstantin to THANKS 2012-03-27 17:18:13 -07:00
Randall Leeds
1757567d2f Be careful with logging locks and unopened streams
Slight modification of patch suggested by sirkonst.
2012-03-27 17:14:29 -07:00
Konstantin Kapustin
ac223ae639 Change logging in handle_error. 2012-03-27 17:01:40 -07:00
Randall Leeds
4a01269871 doc fix: log to '-' means stderr 2012-03-27 14:32:58 -07:00
benoitc
573ad019d1 fix websockets supports.
Thanks Nikolay Kim for the tests and patch.
2012-03-26 18:20:30 +02:00
benoitc
ff1dfa1780 reopen log files after initialization . close #309
make sure we reopen logfiles after initialization so we are sure we can
use it.
2012-03-24 09:46:05 +01:00
Benoit Chesneau
533ce5df87 Merge pull request #318 from chrisforbes/patch-1
Fix typo in docstring for kill_workers
2012-03-24 01:28:47 -07:00
benoitc
4542e19e38 add a makefile 2012-03-24 09:25:07 +01:00
Chris Forbes
feb200d807 Fix typo in docstring for kill_workers 2012-03-20 15:53:32 +13:00
benoitc
a62fac6e30 sync doc 2012-03-16 21:11:05 +01:00
benoitc
a6460199a3 bump to 0.14.2 . 2012-03-16 21:10:53 +01:00
benoitc
961eabb332 simplify the code 2012-03-16 21:10:44 +01:00
benoitc
d6012fa84b fix gevent_pywsgi worker. close #314
access_log arity has changed in 0.14.0. Apply this change to the pywsgi
worker as well.
2012-03-16 07:18:30 +01:00
benoitc
b7b6179593 fix gevent wsgi change 2012-03-16 07:13:25 +01:00
benoitc
ba60d6d4a9 imahe gevent_sgi and alias of gevent_pywsgi
wgsi gevent is now an alias of pywsgi in future 1.0 so slowly deprecate
it.
2012-03-16 06:49:24 +01:00
benoitc
1947e2b26e sync doc 2012-03-16 05:59:34 +01:00
benoitc
76446ad8d3 fix typo. close #311 2012-03-16 05:57:20 +01:00
benoitc
f181219903 add Maxim Kamenkov to the THANKS. close #313 . 2012-03-16 05:53:59 +01:00
Maxim Kamenkov
16eb657584 Added "validate_class" option validator.
Now you able to use existed type instance or factory method to create and customize class during in-code configuration.

E.g.:
>>> settings.set('worker_class', MyWorkerClass)
>>> settings.set('worker_class', lambda: MyWorkerClass)

All other formats still valid.
2012-03-16 05:52:25 +01:00
benoitc
70f470e63e add Mazdak Rezvani to the THANKS. close #312 . 2012-03-16 05:43:55 +01:00
Mazdak Rezvani
5d4fc56dcb Added support for max_requests for Tornado workers, and support for
disabling x_forwarded_for_header.
2012-03-16 05:39:33 +01:00
benoitc
8546b766c0 fix doc and remove dups in THANKs 2012-03-04 10:17:50 +01:00
benoitc
8292ab071d bump to 0.14.1 2012-03-04 08:29:57 +01:00
benoitc
88cde80c9f remove spurious print 2012-03-01 08:24:00 +01:00
benoitc
a3a655928d fix keepalive response.
The expected response for keeep alive connections are Connection:
keep-alive not keepalive.
2012-03-01 08:22:58 +01:00
benoitc
1319543448 use the cached app. 2012-03-01 08:02:15 +01:00
benoitc
005b70ac23 sync doc 2012-02-29 14:12:10 +01:00
benoitc
ce907348ef close #306 .
We badly called this function `start_server` when it should have been
`when_ready` .
2012-02-29 14:09:49 +01:00
benoitc
4a0ba5c2e5 fix upgrade header. close #298 .
We were supposed to handled the upgrade header there but the way we
extend the default headers imply we were sending 2 connections headers.
Instead we are now testing if the upgrade header is present and keep it.
2012-02-25 20:10:42 +01:00
benoitc
f3c3357c85 fix compass import & add a style for the code tag. 2012-02-25 15:37:48 +01:00
benoitc
6b74987b77 fix index style 2012-02-25 15:33:08 +01:00
benoitc
490da227a0 regen doc & fix it 2012-02-25 15:31:46 +01:00
benoitc
5afb58c91d update news for next release. 2012-02-25 15:23:12 +01:00
benoitc
86ea0c6f8d remove this buggy & useless check 2012-02-25 15:14:11 +01:00
benoitc
5a7c756a98 close #304 .
Intoduce a change in log access format:

- request headers are now added to the log format using the
  {HeaderName}i variable
- response headers are now handled using the {HeaderName}o variables
- headers name are insensitive
- non existent keys in the log access format are replaced by '-'
2012-02-25 14:44:38 +01:00
benoitc
125d9f1551 add possibility to add the request PID to the access logs. 2012-02-25 12:18:33 +01:00
benoitc
c7a0af5d3a make the django monkey patching less intrusive.
only patch in the `run_gunicorn` command.
2012-02-21 16:48:43 +01:00
benoitc
fa341c6531 pyflakes pass. 2012-02-21 14:53:17 +01:00
benoitc
52a9e2e9a2 simplify the patch. 2012-02-21 14:38:59 +01:00
benoitc
b0c542e80e just pass 2012-02-21 14:31:58 +01:00
benoitc
f2b97f029e add missing file. 2012-02-21 14:26:55 +01:00