1489 Commits

Author SHA1 Message Date
Oliver Tonnhofer
bbcb74fdca merge duplicate EventletWorker.init_process method (fixes #657) 2013-12-09 13:09:54 +01:00
Benoit Chesneau
10fadf3d4a Merge pull request #658 from olt/master
Fix missing errno import for eventlet sendfile patch
2013-12-09 02:40:02 -08:00
Oliver Tonnhofer
06bf4b67c1 Fix missing errno import for eventlet sendfile patch 2013-12-09 10:11:47 +01:00
Benoit Chesneau
b892edea48 Merge pull request #650 from thedrow/patch-1
FileWrapper should inherit from object.
2013-12-01 06:27:00 -08:00
Omer Katz
ce92230bd3 FileWrapper should inherit from object. 2013-12-01 16:08:37 +02:00
Benoit Chesneau
88abcc73d9 Merge pull request #648 from wolever/patch-1
Fix "global name 'hub' is not defined"
2013-11-25 20:37:19 -08:00
David Wolever
3be526abed Fix "global name 'hub' is not defined" 2013-11-25 17:34:38 -05:00
Kenneth Reitz
2956361984 Merge pull request #646 from streeter/patch-1
Fix typo.
2013-11-25 11:30:38 -08:00
Chris Streeter
7d64a5f44f Fix typo. 2013-11-24 21:52:27 -08:00
benoitc
2aa66555f8 Revert "Update configure.rst"
This reverts commit 3b843fd942cdb2e5623887073d1acb0d759066c8.

I was tired, we should either remove the that and then the  is or keep
a is or... But this latest commit was changing the meaning.
2013-11-19 08:42:12 +01:00
Benoit Chesneau
c7f76587c5 Merge pull request #644 from Winnetou/patch-1
Update configure.rst
2013-11-18 23:38:17 -08:00
Benoit Chesneau
7d44b4410c Merge pull request #643 from wooparadog/fix-error-msg
Error message should be able to be encoded in latin1
2013-11-18 23:36:28 -08:00
Mieszko
3b843fd942 Update configure.rst 2013-11-15 12:24:46 +01:00
WooParadog
f22e6d4282 Error message should be able to be encoded in latin1
Broken request can have none latin1 characters which would break `util.write_error(client, status_int, reason, mesg)`
2013-11-13 14:28:38 +08:00
benoitc
02b866f08a don't spam the console
SIGWINCH could happen often in the console when the terminal is resized.
Since the error is harmless just display it when the logging level is
debug.

fix #449
2013-11-06 08:02:12 +01:00
benoitc
a48b824d77 add Steven Cummings to THANKS 2013-11-06 07:36:52 +01:00
Steven Cummings
cc193ff266 Don't stringify T and D logging atoms (Fixes #621) 2013-11-06 07:36:16 +01:00
benoitc
f47262c5ae Merge branch 'fix/478' into develop 2013-11-06 07:03:08 +01:00
benoitc
dda514b42b add @georgexsh to THANKS 2013-11-05 08:40:05 +01:00
Xie Shi
8270d43cc3 small tweak of 53c4484
since timeout patch affect only select call,
it is better to not change self.timeout.
2013-11-05 08:39:17 +01:00
benoitc
4ae65eeabf fix support for current but old stable gevent release 2013-11-05 08:07:57 +01:00
benoitc
411ec544dc documment the code for the systemd support 2013-11-05 07:34:50 +01:00
benoitc
888115fafd sync thanks 2013-11-05 07:24:59 +01:00
keakon
e19af09d09 graceful stop for TornadoWorker 2013-11-05 07:16:59 +01:00
Dan Sully
e9416b1177 Include subprocess in the gevent monkey patching to ensure consistent behavior between gevent 1.0b3 and 1.0rc3 2013-11-04 15:18:34 +01:00
benoitc
308081948f fix eventlet worker
make sure we patch the listening socket in the worker
2013-11-04 14:46:31 +01:00
benoitc
9a83d719b2 fix gevent worker 2013-11-04 14:43:40 +01:00
benoitc
f2920bfcda monkey patch in the worker
this change move the monkey patching from the aribiter to the worker so we make sure the supervision won't be altered.

fix #478
2013-11-04 14:26:05 +01:00
benoitc
f43d299503 bump django version to 1.5 2013-11-04 13:36:21 +01:00
benoitc
330bd44b7b deprecate run_gunicorn
fix #525
2013-11-04 13:33:25 +01:00
Benoit Chesneau
00dd0108a8 Merge pull request #629 from kracekumar/patch-1
Sys imported twice.
2013-10-15 05:08:29 -07:00
kracekumar
c6d650ebd2 Sys imported twice. 2013-10-14 00:43:02 +05:30
Benoit Chesneau
d673ffa9bc Merge pull request #626 from wong2/tweak
Small tweaks of wsgiapp.py
2013-10-09 08:55:22 -07:00
Benoit Chesneau
0ef6b4e332 Merge pull request #623 from simlun/patch-1
Fix typo in comment
2013-10-09 08:54:53 -07:00
wong2
bbd8b16b6f fix a typo 2013-10-09 16:43:49 +08:00
wong2
8a94f901bc remove unused import 2013-10-09 16:43:34 +08:00
Simon Lundmark
b62c1839e3 Fix typo in comment 2013-10-05 17:06:25 +02:00
benoitc
feb86d3fb2 don't display the traceback in the HTTP response 2013-09-27 09:09:15 +02:00
benoitc
5ff75b194c regenerate settings 2013-09-26 22:50:16 +02:00
Randall Leeds
840f23ee80 Merge pull request #612 from Locker537/typo_fix
Fix a single typo.
2013-09-18 14:48:40 -07:00
Stephen DiCato
79ed7851ae Fix a single typo. 2013-09-13 15:08:21 -04:00
benoitc
4e67942ae4 add Stephane Wirtel to THANKS 2013-08-31 10:43:55 +02:00
benoitc
e927972848 add Alex Gaynor to THANKS 2013-08-31 10:43:04 +02:00
Benoit Chesneau
36e5ae05bb Merge pull request #603 from alex/compile-re-once
Only compiled some regexes used in HTTP parsing once
2013-08-31 01:40:27 -07:00
Alex Gaynor
b5c1810722 Only compiled some regexes used in HTTP parsing once
Currently they are parsed and compiled once per-HTTP request, which is
unnescary computation and makes stuff slower than it could be.
2013-08-28 20:23:53 -07:00
benoitc
24fe380982 typos 2013-08-28 00:40:48 +02:00
benoitc
d3b1687e03 update the changes 2013-08-28 00:31:27 +02:00
benoitc
644ae4d4f2 Revert "oups this the 17.6 version"
This reverts commit bb71bc841f7422333324b95c988ba0677779304d.
2013-08-28 00:14:58 +02:00
benoitc
bb71bc841f oups this the 17.6 version 2013-08-28 00:11:51 +02:00
benoitc
e32f08cd4a bump to 18.0 2013-08-27 23:55:39 +02:00