Commit Graph

  • e1bf2f5982 Small project to test with Andrew Godwin 2015-11-07 03:13:15 -0800
  • cac848fc89 Python 3 / unicode fixes Andrew Godwin 2015-11-07 03:13:05 -0800
  • f3c3a239b9 Add echo channel and fix __str__ on redis backend Andrew Godwin 2015-11-06 08:12:51 -0800
  • a41516fa6b Make Redis backend shardable Andrew Godwin 2015-11-06 07:57:26 -0800
  • 5106c7822c Remove path_info from request message format Andrew Godwin 2015-11-06 13:35:33 +0100
  • c937c4da6d Don't keep doing keepalives if main loop dies Andrew Godwin 2015-11-06 13:34:50 +0100
  • b9f07475b7 Shuffle fetch order for channels to prevent starvation Andrew Godwin 2015-11-06 13:33:51 +0100
  • aaf2321db1 Make sure content on a send/close is sent before close Andrew Godwin 2015-09-10 17:41:48 -0500
  • 3ea2799936 Merge pull request #23 from freakypie/querydict-params Andrew Godwin 2015-10-14 09:18:12 -0700
  • 56c375d460 keeping the parent class signature John Leith 2015-10-14 08:20:23 -0600
  • ab2f1df698 Merge pull request #19 from aexeagmbh/patch-port Andrew Godwin 2015-09-18 10:01:54 -0700
  • db602d3615 Merge pull request #18 from aexeagmbh/patch-redis Andrew Godwin 2015-09-18 10:01:37 -0700
  • 503c5fd54b fix uuid generation Arne Schauf 2015-09-18 10:29:28 +0200
  • 07bdaf020b fix hardcoded port in asyncio Arne Schauf 2015-09-18 10:34:25 +0200
  • cadae8346a Merge pull request #16 from aexeagmbh/patch-port Andrew Godwin 2015-09-17 09:34:44 -0700
  • d947d42e36 Merge pull request #17 from aexeagmbh/patch-redis Andrew Godwin 2015-09-17 09:32:42 -0700
  • 7cd5a02ee9 update some doc about the redis backend Arne Schauf 2015-09-17 18:06:26 +0200
  • c1990a92ed decode incoming data before loading Arne Schauf 2015-09-17 15:54:44 +0200
  • 29c5ee4c3f Add cast to int when reading port argument Arne Schauf 2015-09-17 11:03:36 +0200
  • 454839dafa Merge pull request #12 from octaflop/master Andrew Godwin 2015-09-10 20:22:15 -0500
  • 231f87b500 Merge branch 'doc-update' Faris Chebib 2015-09-10 16:58:03 -0600
  • ff9cdb7113 updated example and made decorators py3-ready Faris Chebib 2015-09-10 16:57:57 -0600
  • 93472226fb Merge branch 'doc-update' Faris Chebib 2015-09-10 16:21:54 -0600
  • b78ed561fb Merge branch 'master' of github.com:octaflop/channels into doc-update Faris Chebib 2015-09-10 16:21:31 -0600
  • 38800d24eb Merge branch 'doc-update' Faris Chebib 2015-09-10 16:21:25 -0600
  • f4cb5864e1 Merge branch 'master' of github.com:andrewgodwin/channels into doc-update Faris Chebib 2015-09-10 15:35:48 -0600
  • 4a8bae272b Update docs to recommend doing routing not in settings Andrew Godwin 2015-09-10 16:34:28 -0500
  • 655213eff9 0.8 Andrew Godwin 2015-09-10 16:00:39 -0500
  • bd1553556d Refactor websocket servers a bit to share logic Andrew Godwin 2015-09-10 16:00:31 -0500
  • 73d50a4695 updated typo in docs example Faris Chebib 2015-09-10 14:46:24 -0600
  • f69ad33747 Fixed #9: Add asyncio websocket server Andrew Godwin 2015-09-10 14:41:38 -0500
  • 10df1c2c32 Merge pull request #8 from octaflop/doc-update Andrew Godwin 2015-09-10 14:36:19 -0500
  • 414a4ab460 updated print statements Faris Chebib 2015-09-10 12:26:08 -0600
  • 0e456b3125 Merge branch 'master' of github.com:andrewgodwin/channels into doc-update Faris Chebib 2015-09-10 12:21:46 -0600
  • d563f7748c Linearize docs Andrew Godwin 2015-09-10 13:20:58 -0500
  • 27f54ad23b Rework getting started Andrew Godwin 2015-09-10 13:08:09 -0500
  • d4de42d3b2 Group ref on keepalive Faris Chebib 2015-09-10 12:04:52 -0600
  • 275bfdf1e5 Group ref on keepalive Faris Chebib 2015-09-10 12:04:01 -0600
  • bd6f61de98 updated getting started to include Group ref Faris Chebib 2015-09-10 12:00:47 -0600
  • 19130ebb05 updated concepts and added six to reqs Faris Chebib 2015-09-10 11:54:51 -0600
  • 15d29a0230 added external link to golang example Faris Chebib 2015-09-10 11:30:35 -0600
  • 7a9368acc2 Merge branch 'doc-update' Faris Chebib 2015-09-10 11:04:29 -0600
  • 814aa64e77 updated docs, updated gitignore Faris Chebib 2015-09-10 11:04:16 -0600
  • 638bf260f8 Fixed #6: Linearise decorator and better user session stuff Andrew Godwin 2015-09-10 11:52:49 -0500
  • eed6e5e607 Don't waffle about ordering guarantees Andrew Godwin 2015-09-09 22:07:52 -0500
  • e042da5bc1 Add a bit of in-memory docs Andrew Godwin 2015-09-09 22:07:30 -0500
  • 2839a4265e Fix tests. Andrew Godwin 2015-09-09 22:07:22 -0500
  • 2dd7f589eb Lowercase request GET/POST etc. Andrew Godwin 2015-09-09 21:25:36 -0500
  • 70caf7d171 Rename channels and change message format docs Andrew Godwin 2015-09-09 21:21:43 -0500
  • fc52e3c5a2 Remove auto-importing of modules Andrew Godwin 2015-09-09 20:58:32 -0500
  • 041ea3fa5c Added some FAQs Andrew Godwin 2015-09-09 13:57:52 -0500
  • 39bead9de9 Remove useless import from doc example Andrew Godwin 2015-09-08 18:45:59 -0500
  • bbe0d14fc4 Remove more old @consumer decoators from docs Andrew Godwin 2015-09-08 18:32:25 -0500
  • 056082325f Improve doc linking a little. Andrew Godwin 2015-09-08 18:20:18 -0500
  • d4c7f2db20 Update concepts doc to not use decorators Andrew Godwin 2015-09-08 16:03:33 -0500
  • c6527bebf1 Version 0.7 Andrew Godwin 2015-09-08 10:33:24 -0500
  • 48d6f63fb2 Change to consumers taking a single "message" argument Andrew Godwin 2015-09-08 01:04:36 -0500
  • 9b92eec43a Fix request/response compatability Andrew Godwin 2015-09-07 15:04:10 -0500
  • 4c65ad4c09 Remove done comment Andrew Godwin 2015-09-03 00:08:05 -0700
  • 16a0e73c6c Make runserver work with autoreload Andrew Godwin 2015-09-03 00:07:57 -0700
  • 832809ca25 Stop using @consumer, move to explicit routing Andrew Godwin 2015-09-03 00:07:30 -0700
  • 29eb75326f Make session decorator work right with ?session_key= Andrew Godwin 2015-09-03 00:06:58 -0700
  • a0830f88f7 Initial django session and auth decorators Andrew Godwin 2015-09-02 00:09:53 -0700
  • 062035f992 Change to sending GET/POST as dicts of lists Andrew Godwin 2015-09-02 00:09:38 -0700
  • 39a82e2a5c Make worker print exceptions rather than explode Andrew Godwin 2015-09-02 00:09:14 -0700
  • 15b54b4887 Update bad example code Andrew Godwin 2015-09-02 00:09:01 -0700
  • feb3017c0e Fix request GET/POST format Andrew Godwin 2015-08-04 23:54:10 +0100
  • 5264e7a416 Typo Andrew Godwin 2015-07-13 23:43:51 -0700
  • 3c001716b7 Remove last vestige of Channel.consumer Andrew Godwin 2015-07-13 23:42:45 -0700
  • edd4999384 Add some kind of license Andrew Godwin 2015-07-13 23:41:19 -0700
  • 8186aa22f7 Fix deployment docs links Andrew Godwin 2015-07-13 23:39:58 -0700
  • 8a991056ba Add first draft of deployment docs Andrew Godwin 2015-07-13 19:56:49 -0700
  • b5210e38c4 Keepalive messages for WebSockets, and ! response chan prefix Andrew Godwin 2015-07-13 19:15:44 -0700
  • 804a4c561e Implement send_channel_session Andrew Godwin 2015-07-13 17:58:52 -0700
  • 6e91ea0040 Make the location of channels in INSTALLED_APPS not matter Andrew Godwin 2015-07-13 15:51:10 -0500
  • 7cfb3139dd Fix doc imports and a function signature Andrew Godwin 2015-07-13 00:36:41 -0500
  • dfc11d4a67 Merge pull request #5 from hawkowl/py3 Andrew Godwin 2015-07-13 00:18:28 -0500
  • 8497b081a7 not required HawkOwl 2015-07-13 13:15:05 +0800
  • 372d174eca Merge pull request #2 from nemesisdesign/patch-1 Andrew Godwin 2015-07-13 00:13:22 -0500
  • da7cb9eb0a minor doc fix HawkOwl 2015-07-13 13:13:05 +0800
  • 0cf0b7c767 Merge pull request #4 from hirokiky/patch-1 Andrew Godwin 2015-07-13 00:12:55 -0500
  • d048527ce8 Update README Andrew Godwin 2015-07-13 00:00:47 -0500
  • 6abdeb4b48 Merge remote-tracking branch 'origin/master' HawkOwl 2015-07-13 12:53:46 +0800
  • 9d86aaad34 hawkie fixes HawkOwl 2015-07-13 12:53:39 +0800
  • 964c457df1 Make groups actually work Andrew Godwin 2015-07-12 23:52:02 -0500
  • 3a4847887e Fix invalid py2 syntax Andrew Godwin 2015-07-12 23:37:43 -0500
  • 8492dcde48 More docs, some API permutation Andrew Godwin 2015-07-12 21:25:53 -0500
  • aa921b1659 Channel groups, tests and docs Andrew Godwin 2015-07-12 20:19:10 -0500
  • 768722dc64 Fixed wrong code on doc Hiroki Kiyohara 2015-07-09 16:10:39 +0900
  • 60f0680ec2 Update docs a bit more Andrew Godwin 2015-06-25 21:33:22 -0700
  • a488a3adfe Fixed docstring typo in ResponseLater Federico Capoano 2015-06-23 17:50:56 +0200
  • 217afe0348 Start sphinx-ified docs Andrew Godwin 2015-06-20 10:27:22 +0800
  • 7a99995eb8 Fix crash when non-handshaked websocket closes Andrew Godwin 2015-06-19 11:25:57 +0800
  • 423e3125ed Fix bad readme example Andrew Godwin 2015-06-15 00:54:01 -0700
  • 884dad9277 Version bump Andrew Godwin 2015-06-15 00:45:15 -0700
  • e9b8632b6c Make redis backend more portable to older versions Andrew Godwin 2015-06-15 00:44:52 -0700
  • 2096d6a9e6 Release bits and bobs Andrew Godwin 2015-06-15 00:22:28 -0700
  • d9681df69a Few more WS tweaks Andrew Godwin 2015-06-15 00:13:32 -0700
  • 75ee13ff9c Add redis backend Andrew Godwin 2015-06-10 23:02:53 -0700
  • 433625da1e Start working on a WebSocket interface server Andrew Godwin 2015-06-10 20:39:36 -0700