daphne/channels
2016-02-23 19:36:17 -08:00
..
management Show time taken on runserver output 2016-02-21 12:31:16 +00:00
tests Fix bug with sending empty response 2016-02-14 21:26:34 +00:00
__init__.py Release 0.9.1 2016-02-21 13:19:57 +00:00
apps.py Fix pep8 errors using the Django core's flake8 preset 2015-11-09 13:00:00 +01:00
asgi.py Additional logging and --noworker option 2016-02-14 18:47:30 +00:00
auth.py Wrap long line 2016-02-20 22:59:29 +00:00
channel.py Start making channels work to ASGI spec. 2016-01-02 10:17:45 -08:00
consumer_registry.py Remove old echo code and allow configuring of http handler 2016-02-20 23:31:27 +00:00
database_layer.py Make database channel layer use transactions to stop dupes 2016-02-23 22:14:30 +00:00
exceptions.py Move ResponseLater into exceptions module 2016-02-24 00:39:48 +00:00
hacks.py Start making channels work to ASGI spec. 2016-01-02 10:17:45 -08:00
handler.py Move ResponseLater into exceptions module 2016-02-24 00:39:48 +00:00
log.py Fix runserver to properly autoreload w/Twisted 2016-02-10 19:24:18 +00:00
message.py User auth fixing 2016-02-14 21:27:12 +00:00
sessions.py Fix trailing whitespace 2016-02-23 19:36:17 -08:00
staticfiles.py Staticfiles handler and consumer 2016-02-20 23:33:27 +00:00
utils.py Additional logging and --noworker option 2016-02-14 18:47:30 +00:00
worker.py Replace linearize with the more useful enforce_ordering. 2016-02-24 00:40:38 +00:00