Andrew Godwin
976faeca9a
Merge pull request #36 from pajusmar/master
...
Typos
2015-12-11 15:51:40 -08:00
Martin Pajuste
eafb3c728d
Fix some typos
2015-12-12 00:18:57 +02:00
Andrew Godwin
a9a205c800
Merge pull request #35 from ydaniv/patch-1
...
Fixed typo
2015-12-06 12:56:29 -08:00
Yehonatan Daniv
0cf2a13234
Fixed typo
2015-12-06 17:47:23 +02:00
Andrew Godwin
b6f38910de
Working mixed-mode HTTP/WebSocket server!
2015-12-02 12:54:52 -08:00
Andrew Godwin
bf9a423211
Twisted HTTP interface now serves basic requests
2015-12-02 12:38:02 -08:00
Andrew Godwin
17e42a85fb
Merge pull request #26 from maikhoepfel/patch-1
...
Wording changes to docs
2015-11-20 13:07:18 -08:00
Maik Hoepfel
2ff6388ef2
Changes after PR review
2015-11-19 14:50:23 +01:00
Andrew Godwin
89ec9ce9ed
Merge pull request #34 from ekmartin/session_ws
...
Include cookies in request_info for websockets
2015-11-18 10:08:34 -08:00
ekmartin
4f87d53adc
Include cookies in request_info for websockets
2015-11-18 17:48:03 +01:00
Andrew Godwin
0c03ea7780
Merge pull request #29 from ekmartin/tests_and_py3
...
Run tests with tox and add flake8/isort
2015-11-09 12:25:06 +00:00
Andrew Godwin
612b37f184
Merge pull request #31 from ekmartin/string_session
...
Store the session key as a string
2015-11-09 12:24:30 +00:00
ekmartin
28e132468f
Store the session key as a string
2015-11-09 13:09:34 +01:00
ekmartin
cf2de79d64
Add isort and fix errors
2015-11-09 13:01:02 +01:00
ekmartin
1804d66b85
Ignore testproject for flake8
2015-11-09 13:00:00 +01:00
ekmartin
14bc306214
Make sure channels() actually returns the channel list
2015-11-09 13:00:00 +01:00
ekmartin
4469b55d96
Fix pep8 errors using the Django core's flake8 preset
2015-11-09 13:00:00 +01:00
ekmartin
351a18ba07
Add tox and run tests for python 2.7/3.5 and Django 1.6-1.8
2015-11-09 12:58:59 +01:00
Ben Cole
57f21d71e2
Added logging
2015-11-09 11:16:32 +01:00
Andrew Godwin
9222676bf7
Change status_code to status in http.response
2015-11-07 05:32:11 -08:00
Andrew Godwin
7b3845b0b2
Merge pull request #25 from wengole/master
...
Use Django's six and require Django instead of six
2015-11-07 14:24:06 +01:00
Andrew Godwin
b6714c8a65
Fixed #20 : Bad routing setup for default backend
2015-11-07 05:02:03 -08:00
Ben Cole
21b54e7db8
Use Django's six and require Django instead of six
2015-11-07 13:47:26 +01:00
Andrew Godwin
dae0b257d6
Fix tests with unicode and isolation
2015-11-07 04:45:10 -08:00
Maik Hoepfel
50cb6d13d8
Wording changes to docs
...
I eagerly read through the (excellent, thanks!) documentation for channels, and had to re-read one or two sentences. So being a good citizen, I'm suggesting a few fixes here and there.
2015-11-07 12:46:28 +01:00
Andrew Godwin
b928846391
Add basic benchmark script
2015-11-07 03:16:39 -08:00
Andrew Godwin
e1bf2f5982
Small project to test with
2015-11-07 03:13:15 -08:00
Andrew Godwin
cac848fc89
Python 3 / unicode fixes
2015-11-07 03:13:05 -08:00
Andrew Godwin
f3c3a239b9
Add echo channel and fix __str__ on redis backend
2015-11-06 08:12:51 -08:00
Andrew Godwin
a41516fa6b
Make Redis backend shardable
2015-11-06 08:00:15 -08:00
Andrew Godwin
5106c7822c
Remove path_info from request message format
2015-11-06 13:39:48 +01:00
Andrew Godwin
c937c4da6d
Don't keep doing keepalives if main loop dies
2015-11-06 13:39:47 +01:00
Andrew Godwin
b9f07475b7
Shuffle fetch order for channels to prevent starvation
2015-11-06 13:39:46 +01:00
Andrew Godwin
aaf2321db1
Make sure content on a send/close is sent before close
2015-11-06 13:39:44 +01:00
Andrew Godwin
3ea2799936
Merge pull request #23 from freakypie/querydict-params
...
keeping the parent class signature
2015-10-14 09:18:12 -07:00
John Leith
56c375d460
keeping the parent class signature
2015-10-14 08:20:23 -06:00
Andrew Godwin
ab2f1df698
Merge pull request #19 from aexeagmbh/patch-port
...
fix hardcoded port in asyncio
2015-09-18 10:01:54 -07:00
Andrew Godwin
db602d3615
Merge pull request #18 from aexeagmbh/patch-redis
...
fix uuid generation
2015-09-18 10:01:37 -07:00
Arne Schauf
503c5fd54b
fix uuid generation
2015-09-18 10:35:47 +02:00
Arne Schauf
07bdaf020b
fix hardcoded port in asyncio
2015-09-18 10:35:13 +02:00
Andrew Godwin
cadae8346a
Merge pull request #16 from aexeagmbh/patch-port
...
Add cast to int when reading port argument
2015-09-17 09:34:44 -07:00
Andrew Godwin
d947d42e36
Merge pull request #17 from aexeagmbh/patch-redis
...
Fix redis backend and add some doc
2015-09-17 09:32:42 -07:00
Arne Schauf
7cd5a02ee9
update some doc about the redis backend
2015-09-17 18:07:15 +02:00
Arne Schauf
c1990a92ed
decode incoming data before loading
2015-09-17 18:03:04 +02:00
Arne Schauf
29c5ee4c3f
Add cast to int when reading port argument
2015-09-17 11:32:49 +02:00
Andrew Godwin
454839dafa
Merge pull request #12 from octaflop/master
...
Fixing unicode in python 3 and an update in the docs
2015-09-10 20:22:15 -05:00
Faris Chebib
231f87b500
Merge branch 'doc-update'
2015-09-10 16:58:03 -06:00
Faris Chebib
ff9cdb7113
updated example and made decorators py3-ready
2015-09-10 16:57:57 -06:00
Faris Chebib
93472226fb
Merge branch 'doc-update'
2015-09-10 16:21:54 -06:00
Faris Chebib
b78ed561fb
Merge branch 'master' of github.com:octaflop/channels into doc-update
2015-09-10 16:21:31 -06:00