daphne/channels
2016-06-22 09:48:03 -07:00
..
generic Improve decorator support for class based consumers 2016-06-16 11:37:21 +01:00
management #196: made worker serve staticfiles if DEBUG=True (#197) 2016-06-05 22:06:37 -07:00
tests Fixed #210: Fix query string to be bytes and not decoded 2016-06-22 09:44:10 -07:00
__init__.py Releasing 0.15.0 2016-06-22 09:48:03 -07:00
apps.py Fix flake error 2016-04-05 17:30:47 -07:00
asgi.py Introduce ChannelTestCase to make testing easier 2016-04-04 03:34:05 +02:00
auth.py Fix missing import 2016-06-16 11:45:08 +01:00
channel.py Change type of error 2016-04-06 22:02:41 -07:00
exceptions.py Respect HTTP request body close in ASGI. 2016-04-04 03:34:05 +02:00
hacks.py Start making channels work to ASGI spec. 2016-01-02 10:17:45 -08:00
handler.py Fixed #210: Fix query string to be bytes and not decoded 2016-06-22 09:44:10 -07:00
log.py Fix missed logger name (#138) 2016-04-28 09:52:49 +01:00
message.py Add some more dict methods to Message 2016-06-17 12:50:25 +01:00
routing.py Add class-based consumers 2016-05-25 17:45:56 -07:00
sessions.py improve @enforce_ordering to leverage a wait channel to avoid spinlocks (#144) 2016-05-12 10:38:06 -07:00
staticfiles.py Increase FileResponse block size everywhere, not just staticfiles 2016-03-22 10:31:37 -07:00
utils.py Docs/flake fixes 2016-05-25 17:52:53 -07:00
worker.py Using logger.error instead of logger.exception (#191) 2016-06-02 16:25:26 -07:00