Commit Graph

  • 88d47df276 Initial commit Andrew Godwin 2015-12-23 17:05:15 +0000
  • 3cf5e6149e ASGI draft todo tweak Andrew Godwin 2015-12-23 15:45:08 +0000
  • daa8d1aca1 More work on the ASGI spec; pruning out some things. Andrew Godwin 2015-12-23 15:32:16 +0000
  • 31ee80757e Big ASGI disclaimer. Andrew Godwin 2015-12-22 16:59:19 +0000
  • 3bcfea0421 Start on some kind of general spec. Andrew Godwin 2015-12-22 16:57:20 +0000
  • faa915cfc8 Merge pull request #56 from NiiEquity/patch-1 Andrew Godwin 2015-12-21 15:09:09 +0000
  • 44b10836e0 Update concepts.rst NiiEquity 2015-12-21 15:03:55 +0000
  • 03c9c90f4c Clarify WSGI in integration plan Andrew Godwin 2015-12-18 22:44:33 +0000
  • ecb2e4c22b Remove old note Andrew Godwin 2015-12-18 21:34:47 +0000
  • 76ca034e63 Update message standards doc Andrew Godwin 2015-12-18 21:00:24 +0000
  • 5a95248b3f Initial script name support Andrew Godwin 2015-12-18 20:55:58 +0000
  • a7bad5b620 Merge pull request #52 from aexeagmbh/master Andrew Godwin 2015-12-17 18:57:47 +0000
  • 84e78ea503 fix 2 typos in integration plan docs Arne Schauf 2015-12-17 14:42:31 +0100
  • 5461c2db03 Add first draft of integration plan Andrew Godwin 2015-12-17 00:40:11 +0000
  • a0b2696b30 Merge pull request #50 from bastianh/redis_url Andrew Godwin 2015-12-16 21:37:40 +0000
  • 245bbf1b1d Merge pull request #49 from bastianh/twisted_fix Andrew Godwin 2015-12-16 21:35:23 +0000
  • 70bc429d0b Fixed #39: Allow redis:// URL redis configuration Bastian Hoyer 2015-12-16 20:42:56 +0100
  • c5fdf16568 Fixes #44 also for twisted backend Bastian Hoyer 2015-12-16 20:10:34 +0100
  • a6073157f4 Fixed #47: Wrong import path for redis backend in docs Andrew Godwin 2015-12-15 19:56:49 +0000
  • 42d437eaf8 Fixed #44: Don't make autobahn check host/path Andrew Godwin 2015-12-15 19:54:58 +0000
  • dfcbf7bd24 Merge pull request #41 from paurullan/master Andrew Godwin 2015-12-14 09:27:27 -0800
  • b2ba048b9e Merge pull request #42 from reinout/patch-1 Andrew Godwin 2015-12-14 09:26:43 -0800
  • ff45689c46 Changed three "these/those" into explicit names Reinout van Rees 2015-12-14 14:26:37 +0100
  • ccad3d8e2f add question about messagepack in faq from request #37 Pau Ruŀlan 2015-12-14 10:29:10 +0100
  • aa3f834e3a Merge pull request #40 from knbk/patch-1 Andrew Godwin 2015-12-12 18:42:44 -0800
  • c9135ddcbe Fixed typo knbk 2015-12-13 02:31:52 +0100
  • 976faeca9a Merge pull request #36 from pajusmar/master Andrew Godwin 2015-12-11 15:51:40 -0800
  • eafb3c728d Fix some typos Martin Pajuste 2015-12-12 00:18:57 +0200
  • a9a205c800 Merge pull request #35 from ydaniv/patch-1 Andrew Godwin 2015-12-06 12:56:29 -0800
  • 0cf2a13234 Fixed typo Yehonatan Daniv 2015-12-06 17:47:23 +0200
  • b6f38910de Working mixed-mode HTTP/WebSocket server! Andrew Godwin 2015-12-02 12:54:52 -0800
  • bf9a423211 Twisted HTTP interface now serves basic requests Andrew Godwin 2015-11-10 17:28:06 -0800
  • 17e42a85fb Merge pull request #26 from maikhoepfel/patch-1 Andrew Godwin 2015-11-20 13:07:18 -0800
  • 2ff6388ef2 Changes after PR review Maik Hoepfel 2015-11-19 14:08:14 +0100
  • 89ec9ce9ed Merge pull request #34 from ekmartin/session_ws Andrew Godwin 2015-11-18 10:08:34 -0800
  • 4f87d53adc Include cookies in request_info for websockets ekmartin 2015-11-18 17:48:03 +0100
  • 0c03ea7780 Merge pull request #29 from ekmartin/tests_and_py3 Andrew Godwin 2015-11-09 12:25:06 +0000
  • 612b37f184 Merge pull request #31 from ekmartin/string_session Andrew Godwin 2015-11-09 12:24:30 +0000
  • 28e132468f Store the session key as a string ekmartin 2015-11-07 23:48:15 +0100
  • cf2de79d64 Add isort and fix errors ekmartin 2015-11-07 21:03:31 +0100
  • 1804d66b85 Ignore testproject for flake8 ekmartin 2015-11-07 20:51:50 +0100
  • 14bc306214 Make sure channels() actually returns the channel list ekmartin 2015-11-07 20:33:13 +0100
  • 4469b55d96 Fix pep8 errors using the Django core's flake8 preset ekmartin 2015-11-07 04:10:49 +0100
  • 351a18ba07 Add tox and run tests for python 2.7/3.5 and Django 1.6-1.8 ekmartin 2015-11-07 03:54:56 +0100
  • 57f21d71e2 Added logging Ben Cole 2015-11-07 17:37:09 +0100
  • 9222676bf7 Change status_code to status in http.response Andrew Godwin 2015-11-07 05:31:46 -0800
  • 7b3845b0b2 Merge pull request #25 from wengole/master Andrew Godwin 2015-11-07 14:24:06 +0100
  • b6714c8a65 Fixed #20: Bad routing setup for default backend Andrew Godwin 2015-11-07 05:02:03 -0800
  • 21b54e7db8 Use Django's six and require Django instead of six Ben Cole 2015-11-07 11:49:47 +0100
  • dae0b257d6 Fix tests with unicode and isolation Andrew Godwin 2015-11-07 04:45:10 -0800
  • 50cb6d13d8 Wording changes to docs Maik Hoepfel 2015-11-07 12:12:34 +0100
  • b928846391 Add basic benchmark script Andrew Godwin 2015-11-07 03:16:39 -0800
  • 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