Commit Graph

359 Commits

Author SHA1 Message Date
Andrew Godwin
cf52c922e0 Update getting started to not pass messages back directly 2016-04-05 08:17:30 -07:00
David Evans
28e897d9bc Remove lazy loading of middleware
This mirrors the equivalent change in Django itsef. See:

https://code.djangoproject.com/ticket/26452

99bb7fcc18
2016-04-04 13:36:18 -07:00
Andrew Godwin
37923c3674 Flake8 fixes 2016-04-04 03:38:38 +02:00
Andrew Godwin
67e3e55131 Respect HTTP request body close in ASGI. 2016-04-04 03:34:05 +02:00
Andrew Godwin
920882f1da Implement timeout on request body reading 2016-04-04 03:34:05 +02:00
Andrew Godwin
e18bfed8f3 Clarify timeout behaviour of block() in asgi 2016-04-04 03:34:05 +02:00
Andrew Godwin
a563d4353f Fix new routing channel name collector and add test 2016-04-04 03:34:05 +02:00
Andrew Godwin
0071ca31c8 More patchinator tweaks. Will do more after 1.0. 2016-04-04 03:34:05 +02:00
Andrew Godwin
bd796cb7e6 More patchinator stuff, but unsure if this is the right approach 2016-04-04 03:34:05 +02:00
Andrew Godwin
d0bb872113 Add first version of patchinator 2016-04-04 03:34:05 +02:00
Andrew Godwin
5a22412c16 Considerably improve routing code simplicity and shortcircuiting 2016-04-04 03:34:05 +02:00
Andrew Godwin
0e3c742a80 Introduce ChannelTestCase to make testing easier 2016-04-04 03:34:05 +02:00
Arnaud Limbourg
3576267be2 Add paragraph on updating routing.py at that point 2016-04-03 18:32:13 -07:00
Haiko Schol
dfef0c551e Fix typo in paragraph about channel types 2016-04-02 12:14:43 +02:00
Andrew Godwin
dd396e7960 Merge pull request #109 from michael-borisov/patch-1
Update package url
2016-03-31 19:19:10 +02:00
Michael Borisov
9baae5d978 Update package url 2016-03-31 15:40:18 +02:00
Andrew Godwin
e710ac02df Add build dir to gitignore 2016-03-29 11:45:23 +01:00
Andrew Godwin
8f40ad1d68 Releasing 0.10.3 2016-03-29 11:44:15 +01:00
Andrew Godwin
6fa258f386 Merge pull request #103 from tclancy/patch-1
Add missing work to concepts.rst
2016-03-29 10:50:07 +01:00
Tom Clancy
1368e865d2 Add missing work to concepts.rst 2016-03-28 14:12:22 -04:00
Andrew Godwin
1ab757fffb Implement group_expiry on database channel backend 2016-03-28 11:59:25 +01:00
Andrew Godwin
59198ea93e Add signed cookie warning 2016-03-28 11:45:24 +01:00
Andrew Godwin
bee81ee620 Update ASGI spec to add enforced long connection timeouts. 2016-03-28 11:44:40 +01:00
Andrew Godwin
40b2348600 Fixed #101: Obscure error when strings in routing list. 2016-03-26 15:28:40 -07:00
Andrew Godwin
49d32a71e3 Merge pull request #99 from chornsby/patch-1
Remove references to Django project name
2016-03-25 09:43:21 -07:00
Charlie Hornsby
aad3575749 Remove references to Django project name
Update import paths to match standard Django package structure
2016-03-25 16:42:57 +02:00
Andrew Godwin
0bc0de7c48 Merge pull request #98 from rcorzogutierrez/master
Update to universal distribute
2016-03-24 12:11:46 -07:00
rcorzogutierrez
3e57358191 Update to universal distribute 2016-03-24 14:58:01 -04:00
Andrew Godwin
e51d551382 Merge pull request #96 from rcorzogutierrez/master
Update Readme
2016-03-24 09:27:13 -07:00
rcorzogutierrez
cb40b4fc14 Update Reame
add badge Pypi, License and download
2016-03-24 11:14:10 -04:00
Andrew Godwin
392ba22768 Releasing 0.10.2 2016-03-23 12:53:34 -07:00
Andrew Godwin
f829a14312 Don't show last-chance traceback when DEBUG is off. 2016-03-23 12:53:02 -07:00
Andrew Godwin
7bc94b342e Implement last-resort error handler for HTTP requests
There's no WSGI server to do this for us, so Channels has to.
2016-03-23 11:50:35 -07:00
Andrew Godwin
8a65199bfe Also normalise include patterns, and add tests for all regex norm 2016-03-22 10:39:27 -07:00
Andrew Godwin
7864519241 Releasing 0.10.1 2016-03-22 10:32:12 -07:00
Andrew Godwin
52c821a186 Increase FileResponse block size everywhere, not just staticfiles 2016-03-22 10:31:37 -07:00
Andrew Godwin
10224ff06c Flake, stop worrying about this file. 2016-03-22 10:20:15 -07:00
Andrew Godwin
6884e7d1e8 Fixed #93: Unicode regex patterns not working on http.request path 2016-03-22 10:17:38 -07:00
Andrew Godwin
afa46cfe0f Provide route and include at top level 2016-03-22 10:15:52 -07:00
Andrew Godwin
acd31a663d Add closed message to request bodies to allow fast failure 2016-03-22 10:15:30 -07:00
Andrew Godwin
d72f99df94 Update channel readme 2016-03-21 16:49:21 -07:00
Andrew Godwin
13d6c88c7f Releasing 0.10.0 2016-03-21 16:46:42 -07:00
Andrew Godwin
8522eb40ca Update single-reader channel names to split on !, not start. 2016-03-21 16:38:23 -07:00
Andrew Godwin
bc51d657d5 Add spawn rate control 2016-03-20 19:10:19 -07:00
Andrew Godwin
0ef19c9074 Don't try and spawn all sockets instantly 2016-03-20 19:03:06 -07:00
Andrew Godwin
40f6d198fa Even better precision on benchmarker concurrency 2016-03-20 18:49:11 -07:00
Andrew Godwin
808231cdc5 Don't let benchmarker overshoot concurrency 2016-03-20 18:46:10 -07:00
Andrew Godwin
db9661b31d Throw in fabfile for benchmarking while I'm here 2016-03-20 18:43:52 -07:00
Andrew Godwin
2fc2a0f67c 99th percentile for ws benchmarker 2016-03-20 18:37:52 -07:00
Andrew Godwin
7e37440c93 Update benchmarker to be more consistent and flexible 2016-03-20 18:34:39 -07:00