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 |
|
Faris Chebib
|
38800d24eb
|
Merge branch 'doc-update'
|
2015-09-10 16:21:25 -06:00 |
|
Faris Chebib
|
f4cb5864e1
|
Merge branch 'master' of github.com:andrewgodwin/channels into doc-update
|
2015-09-10 15:35:48 -06:00 |
|
Andrew Godwin
|
4a8bae272b
|
Update docs to recommend doing routing not in settings
|
2015-09-10 16:34:28 -05:00 |
|
Andrew Godwin
|
655213eff9
|
0.8
|
2015-09-10 16:01:18 -05:00 |
|
Andrew Godwin
|
bd1553556d
|
Refactor websocket servers a bit to share logic
|
2015-09-10 16:00:31 -05:00 |
|
Faris Chebib
|
73d50a4695
|
updated typo in docs example
|
2015-09-10 14:46:24 -06:00 |
|
Andrew Godwin
|
f69ad33747
|
Fixed #9: Add asyncio websocket server
|
2015-09-10 14:41:47 -05:00 |
|
Andrew Godwin
|
10df1c2c32
|
Merge pull request #8 from octaflop/doc-update
updated docs, updated gitignore
|
2015-09-10 14:36:19 -05:00 |
|
Faris Chebib
|
414a4ab460
|
updated print statements
|
2015-09-10 12:26:08 -06:00 |
|
Faris Chebib
|
0e456b3125
|
Merge branch 'master' of github.com:andrewgodwin/channels into doc-update
|
2015-09-10 12:21:46 -06:00 |
|
Andrew Godwin
|
d563f7748c
|
Linearize docs
|
2015-09-10 13:20:58 -05:00 |
|
Andrew Godwin
|
27f54ad23b
|
Rework getting started
|
2015-09-10 13:08:09 -05:00 |
|
Faris Chebib
|
d4de42d3b2
|
Group ref on keepalive
|
2015-09-10 12:04:52 -06:00 |
|
Faris Chebib
|
275bfdf1e5
|
Group ref on keepalive
|
2015-09-10 12:04:01 -06:00 |
|
Faris Chebib
|
bd6f61de98
|
updated getting started to include Group ref
|
2015-09-10 12:00:47 -06:00 |
|
Faris Chebib
|
19130ebb05
|
updated concepts and added six to reqs
|
2015-09-10 11:54:51 -06:00 |
|
Faris Chebib
|
15d29a0230
|
added external link to golang example
|
2015-09-10 11:30:35 -06:00 |
|
Faris Chebib
|
7a9368acc2
|
Merge branch 'doc-update'
|
2015-09-10 11:04:29 -06:00 |
|
Faris Chebib
|
814aa64e77
|
updated docs, updated gitignore
|
2015-09-10 11:04:16 -06:00 |
|
Andrew Godwin
|
638bf260f8
|
Fixed #6: Linearise decorator and better user session stuff
|
2015-09-10 11:52:49 -05:00 |
|
Andrew Godwin
|
eed6e5e607
|
Don't waffle about ordering guarantees
|
2015-09-09 22:07:52 -05:00 |
|
Andrew Godwin
|
e042da5bc1
|
Add a bit of in-memory docs
|
2015-09-09 22:07:30 -05:00 |
|
Andrew Godwin
|
2839a4265e
|
Fix tests.
|
2015-09-09 22:07:22 -05:00 |
|
Andrew Godwin
|
2dd7f589eb
|
Lowercase request GET/POST etc.
|
2015-09-09 21:25:36 -05:00 |
|
Andrew Godwin
|
70caf7d171
|
Rename channels and change message format docs
|
2015-09-09 21:21:43 -05:00 |
|
Andrew Godwin
|
fc52e3c5a2
|
Remove auto-importing of modules
|
2015-09-09 20:58:32 -05:00 |
|
Andrew Godwin
|
041ea3fa5c
|
Added some FAQs
|
2015-09-09 13:57:52 -05:00 |
|
Andrew Godwin
|
39bead9de9
|
Remove useless import from doc example
|
2015-09-08 18:45:59 -05:00 |
|
Andrew Godwin
|
bbe0d14fc4
|
Remove more old @consumer decoators from docs
|
2015-09-08 18:32:25 -05:00 |
|