daphne/channels
2016-03-16 09:50:15 -03:00
..
management Locale fix from runserver (#86) 2016-03-12 12:14:02 -08:00
tests Remove status_text from the HTTP response spec. 2016-03-11 10:30:40 -08:00
__init__.py Releasing 0.9.5 2016-03-10 17:57:57 -08:00
apps.py Fix pep8 errors using the Django core's flake8 preset 2015-11-09 13:00:00 +01:00
asgi.py Warn when trying to use runworker with in memory layer 2016-02-28 21:52:35 -08:00
auth.py Wrap long line 2016-02-20 22:59:29 +00:00
channel.py Remove old code from Channel/Group 2016-03-06 12:12:48 -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 Fix type of cookie header string 2016-03-16 09:50:15 -03:00
log.py Fix runserver to properly autoreload w/Twisted 2016-02-10 19:24:18 +00:00
message.py Change ASGI spec regarding headers. 2016-03-11 10:20:17 -08:00
sessions.py I like having a plus here. 2016-03-02 10:46:22 -08:00
staticfiles.py Increase FileResponse chunk size for staticfiles handler 2016-02-28 22:04:03 -08:00
utils.py Additional logging and --noworker option 2016-02-14 18:47:30 +00:00
worker.py Graceful shutdown for workers on SIGTERM and SIGINT 2016-03-02 17:21:58 -08:00