Commit Graph

  • 74c72f0126 move assert where it is needed AlexejStukov 2016-07-21 08:55:30 +0200
  • 6104f89925 added encoding and self.stream-check to trigger_outbound AlexejStukov 2016-07-21 08:53:24 +0200
  • 1cca353e51 removed encoding from serialize AlexejStukov 2016-07-21 08:46:29 +0200
  • bf5b9d31a0 removed whitespace in blank line AlexejStukov 2016-07-21 08:28:06 +0200
  • d9c1559a90 Register Bindings if they are declared after ready has run AlexejStukov 2016-07-21 08:18:15 +0200
  • 9d7cba109e Merge pull request #259 from tmiller02/doc_update Andrew Godwin 2016-07-20 20:24:12 -0400
  • adb8685f33 Change content dict in code snippets to correct format Tom 2016-07-20 22:29:46 +0100
  • f85c992cda Merge pull request #257 from AlexejStukov/patch-6 Andrew Godwin 2016-07-20 13:36:23 -0400
  • 91c51d106e Merge pull request #258 from AlexejStukov/patch-7 Andrew Godwin 2016-07-20 13:36:04 -0400
  • bb74c80b71 add a modelname to the payload dict AlexejStukov 2016-07-20 18:21:23 +0200
  • c6f104f274 route was missing in import AlexejStukov 2016-07-20 18:14:59 +0200
  • 29530a23b6 Merge pull request #254 from AlexejStukov/patch-3 Andrew Godwin 2016-07-20 10:47:05 -0400
  • 3744bf5e2f Replaced BindingConsumer with Demultiplexer in routing AlexejStukov 2016-07-20 09:58:54 +0200
  • ad8f4663c8 Releasing 0.17.0 Andrew Godwin 2016-07-19 08:55:48 -0400
  • e15f6ead6f Add close argument to send/group_send Andrew Godwin 2016-07-19 08:52:39 -0400
  • 32e047a320 Merge pull request #252 from andrewgodwin/binding Andrew Godwin 2016-07-19 08:48:29 -0400
  • f1e8eb66e6 Remove unused import Andrew Godwin 2016-07-19 07:29:36 -0400
  • 6f7449d8fb More docs updates for multiplexing Andrew Godwin 2016-07-18 23:34:43 -0400
  • 4370f043f7 Make group_send/demultiplex encode classmethods Andrew Godwin 2016-07-18 23:24:28 -0400
  • cbe6afff85 Why not rewrite binding into multiplexers on a Monday night? Andrew Godwin 2016-07-18 23:12:44 -0400
  • d9e8fb7032 Docs updates Andrew Godwin 2016-07-18 22:23:33 -0400
  • 5d2354c71b Provide default serializers for the JSON one Andrew Godwin 2016-07-18 14:57:19 -0400
  • 6fd83f04f8 Add group_channels Andrew Godwin 2016-07-16 23:04:32 -0700
  • cfc7ec51b3 Merge pull request #32 from mcallistersean/master Andrew Godwin 2016-07-15 10:15:31 -0700
  • 8a107a5434 Fix QA error Andrew Godwin 2016-07-14 23:53:08 -0700
  • 15cc5571da Fix a few model bits on the bindings Andrew Godwin 2016-07-14 23:34:12 -0700
  • 62d4782dbd First version of binding code Andrew Godwin 2016-07-14 23:15:57 -0700
  • 626b15e8c3 Update README.rst Sean Mc Allister 2016-07-14 10:54:23 +0200
  • af606ff895 Fixed #244: .close() on Websocket generic consumers Andrew Godwin 2016-07-13 17:19:39 -0700
  • 89686f9034 expose file descriptor on command line Sean Mc Allister 2016-07-13 14:09:14 +0200
  • 0e1bce1714 add file_descriptor keword argument to daphne server and instruct twisted reactor to use the file descriptor Sean Mc Allister 2016-07-13 14:07:57 +0200
  • 27d064328a Releasing 0.16.1 Andrew Godwin 2016-07-12 15:13:05 -0700
  • e7a354e03c Fixed #148: Close database connections when consumers finish. Andrew Godwin 2016-07-12 15:01:19 -0700
  • a05f7d5a96 Fixed #160: _read_started set to False on request Andrew Godwin 2016-07-12 14:40:19 -0700
  • 2e5826418b Fixed #221: WebSocket class based consumer now has http user support Andrew Godwin 2016-07-12 14:26:01 -0700
  • d17394e84c Releasing 0.14.2 0.14.2 Andrew Godwin 2016-07-07 16:58:12 -0700
  • 9cebff05ab Releasing 0.16.0 Andrew Godwin 2016-07-06 12:10:41 -0700
  • d37f9d1ab3 Add null consumer for websocket.receive too. Andrew Godwin 2016-07-06 12:10:17 -0700
  • c4f16fa20f Releasing 0.14.1 0.14.1 Andrew Godwin 2016-07-06 12:09:34 -0700
  • 45e67d8e60 Use lower-level autobahn API so it likes us Andrew Godwin 2016-07-06 12:08:44 -0700
  • 4c2c2d0fff Also close the socket on receive backpressure Andrew Godwin 2016-07-06 12:05:14 -0700
  • be127611e5 Implement default websocket.connect consumer. Andrew Godwin 2016-07-06 11:55:45 -0700
  • ac7af23df1 Releasing 0.14.0 0.14.0 Andrew Godwin 2016-07-06 11:52:59 -0700
  • d9ba4c500a Send a closure code with the backpressure close Andrew Godwin 2016-07-06 11:49:43 -0700
  • 0f1b0b85b6 Fixed #18: Drop WebSocket connections on .connect backpressure Andrew Godwin 2016-07-06 11:41:01 -0700
  • 9310094970 Remove unused variable Andrew Godwin 2016-07-06 11:37:38 -0700
  • 69168545d4 Update ASGI spec with backpressure instructions Andrew Godwin 2016-07-06 11:37:10 -0700
  • e947e331ce Add groups section of testing doc Andrew Godwin 2016-07-01 09:39:20 -0700
  • b9519d112d Fix issue with calling super setUp while test cases (#231) Vikalp Jain 2016-07-01 21:36:56 +0530
  • efcf08d768 Releasing 0.15.1 Andrew Godwin 2016-06-29 14:54:01 -0700
  • 92012fbc27 Fixed #87: Don't drop headers and status on empty streaming responses Andrew Godwin 2016-06-29 12:16:17 -0700
  • 4a09cec2d4 Test runserver (#214) Tim Watts 2016-06-29 20:26:21 +0200
  • 28c2a535d1 Merge pull request #29 from fcurella/ws_protocols Andrew Godwin 2016-06-29 10:03:39 -0700
  • 9392e526ea parse multiple subprotocols and return the first match Flavio Curella 2016-06-29 11:14:02 -0500
  • 5d8a5f14eb Releasing version 0.13.1 0.13.1 Andrew Godwin 2016-06-28 15:27:14 -0700
  • 2422c6382b Add release makefile Andrew Godwin 2016-06-28 15:27:04 -0700
  • 5eb3bf848c Provide keyword args as self.kwargs in CBC (ref. #224) Andrew Godwin 2016-06-27 16:46:47 -0700
  • 6679b8dfdf Fixed #28: Logging breaking bad WebSocket error messages Andrew Godwin 2016-06-27 16:41:48 -0700
  • 15aa962cd7 Update routing.rst Andrew Godwin 2016-06-27 10:24:35 -0700
  • 07d1551306 clarified where you can get the keyword arguments (#225) AlexejStukov 2016-06-27 19:24:16 +0200
  • d3c5cc809a Add django-knocker to community projects (#222) Iacopo Spalletti 2016-06-26 18:54:54 +0200
  • 98c9db3ba5 Update setup.py (#218) Vikalp Jain 2016-06-23 02:07:32 +0530
  • 2e3e39cd6c Update handler.py (#217) Vikalp Jain 2016-06-23 01:31:39 +0530
  • ade39b218c Add release makefile Andrew Godwin 2016-06-22 10:05:57 -0700
  • da3cce79d0 Releasing 0.13.0 0.13.0 Andrew Godwin 2016-06-22 09:48:37 -0700
  • a9daf0dfbb Releasing 0.15.0 Andrew Godwin 2016-06-22 09:48:03 -0700
  • e890c48f3f Fixed #210: Fix query string to be bytes and not decoded Andrew Godwin 2016-06-22 09:44:10 -0700
  • fd5928c1b1 Fix query string encoding to be bytes and not decoded Andrew Godwin 2016-06-22 09:42:43 -0700
  • e02fa95987 Releasing 0.12.2 0.12.2 Andrew Godwin 2016-06-21 08:28:20 -0700
  • 274feeb42f Releasing 0.14.3 Andrew Godwin 2016-06-21 08:26:56 -0700
  • 0942b382ce Fix python 3 header grabbing Andrew Godwin 2016-06-21 08:24:27 -0700
  • d8ae2784d8 Note in ASGI about query path Andrew Godwin 2016-06-21 08:22:57 -0700
  • 69f6791a15 Fix test to match new spec. Andrew Godwin 2016-06-21 08:22:14 -0700
  • 0ebfea94a8 Fix header name, add test Andrew Godwin 2016-06-21 08:20:06 -0700
  • cdafec588c Fix header to look for Andrew Godwin 2016-06-21 08:17:14 -0700
  • 5a451ab06a Fixed #24: Configurable root_name options Andrew Godwin 2016-06-21 08:15:10 -0700
  • 66e005f277 Intepret + in query string section as a space Andrew Godwin 2016-06-21 07:56:34 -0700
  • 6ea6dc6576 Fixed #210: Plus double-decoded for query string Andrew Godwin 2016-06-21 07:56:04 -0700
  • 405e5b3b26 Update channels test readme (#212) Steve Steiner 2016-06-17 12:18:09 -0400
  • b481c1b533 Add basic community page (#213) Scott Burns 2016-06-17 10:18:56 -0500
  • 94d4c00807 Add some more dict methods to Message Andrew Godwin 2016-06-17 12:50:25 +0100
  • 66c4b0cb67 Releasing 0.14.2 Andrew Godwin 2016-06-16 11:46:50 +0100
  • 6fe841337d Fix missing import Andrew Godwin 2016-06-16 11:45:08 +0100
  • 773f1332ee Fix import earliness for auth model Andrew Godwin 2016-06-16 11:42:08 +0100
  • 0fe438a445 Improve decorator support for class based consumers Andrew Godwin 2016-06-16 11:25:29 +0100
  • 734fd8dbd3 Merge pull request #20 from jpic/gitignore Andrew Godwin 2016-06-16 11:36:13 +0100
  • cbf12cabdc Merge pull request #22 from jpic/dead_code Andrew Godwin 2016-06-16 11:35:53 +0100
  • a2e77ebd77 Merge 420979142b into 8b751ca249 James Pic 2016-06-15 20:28:06 +0000
  • 420979142b Test that malformed urls don't come back jpic 2016-06-15 22:24:36 +0200
  • c85403b736 Remove unused method jpic 2016-06-15 21:54:54 +0200
  • 89fc0dcacc Merge f66bede4fe into 8b751ca249 James Pic 2016-06-15 19:50:30 +0000
  • f66bede4fe fixup! Add coverage report jpic 2016-06-15 21:47:19 +0200
  • 2d261353d9 Add codecov.io jpic 2016-06-15 21:45:21 +0200
  • 049d6f65ae Add coverage report jpic 2016-06-15 21:44:36 +0200
  • 2f27d04c86 Use tox for tests jpic 2016-06-15 21:18:03 +0200
  • 9c55a08b1c Ignore Python compiled files jpic 2016-06-15 21:18:56 +0200
  • 0fe9d2be2b Avoid NameError in example code. (#208) Tommy Beadle 2016-06-14 15:41:03 -0400
  • f8c1a9c688 [docs] Replaced left over CHANNEL_BACKENDS with CHANNEL_LAYERS (#206) Michael 2016-06-13 17:47:39 +0200
  • 68ce1964c8 Releasing 0.14.1 Andrew Godwin 2016-06-10 05:42:29 +0000
  • 4a42ae9529 ? IS QUESTION MARK Andrew Godwin 2016-06-09 20:50:18 +0000