Commit Graph

1023 Commits

Author SHA1 Message Date
Andrew Godwin
5ff77719be Make database channel layer use transactions to stop dupes 2016-02-23 22:14:30 +00:00
Andrew Godwin
a683fecfa6 Fix non-websocket connection header parsing 2016-02-23 21:59:33 +00:00
Andrew Godwin
9d8d36007b Latency stats for benchmarker 2016-02-23 21:57:39 +00:00
Andrew Godwin
9437dc17b5 Fix line endings 2016-02-23 21:40:52 +00:00
Andrew Godwin
ca4e3f0af5 Make benchmarker work properly 2016-02-23 21:40:30 +00:00
Andrew Godwin
9a9eb26d36 Ignore SQLite database files from tests 2016-02-23 21:39:37 +00:00
Andrew Godwin
cacce0493d Make WebSockt upgrade header case insensitive 2016-02-23 21:25:26 +00:00
Andrew Godwin
07801e9ae8 Make daphne serving thread idle better 2016-02-23 21:23:55 +00:00
Andrew Godwin
2a1c15d3c2 Couple of errors in the In Short doc. 2016-02-22 14:13:00 +00:00
Andrew Godwin
2b486b0ef0 Fix broken bits in docs. 2016-02-22 14:10:24 +00:00
Andrew Godwin
f04dcee7f7 "In short" and "WSGI to ASGI" doc sections 2016-02-22 14:07:48 +00:00
Andrew Godwin
307fc6c0bb Release 0.9.1 2016-02-21 13:19:57 +00:00
Andrew Godwin
ca0d9e9651 Fix version import during pip install 2016-02-21 13:18:57 +00:00
Andrew Godwin
b5400d0be5 Update setup a little 2016-02-21 13:17:17 +00:00
Andrew Godwin
73f840432d Version 0.9 2016-02-21 13:16:03 +00:00
Andrew Godwin
ee20b26921 Version 0.9 2016-02-21 13:06:55 +00:00
Andrew Godwin
3b8feb5b96 Update deployment docs 2016-02-21 13:06:33 +00:00
Andrew Godwin
aa6c0a73e6 Don't use call in thread because it blocks the main serving thread 2016-02-21 12:31:48 +00:00
Andrew Godwin
973b8b72ad Show time taken on runserver output 2016-02-21 12:31:16 +00:00
Andrew Godwin
1709522162 Fix logging and log action around chunked HTTP responses 2016-02-20 23:33:50 +00:00
Andrew Godwin
8221bbc0be Staticfiles handler and consumer 2016-02-20 23:33:27 +00:00
Andrew Godwin
d18c715f8f Fix core logging when no message on channel 2016-02-20 23:33:14 +00:00
Andrew Godwin
93d1aa9b74 Add staticfiles support and launch multiple serving workers 2016-02-20 23:32:29 +00:00
Andrew Godwin
247a26b91a Fix streaming responses (e.g. staticfiles.serve) 2016-02-20 23:32:01 +00:00
Andrew Godwin
e666355fad Remove old echo code and allow configuring of http handler 2016-02-20 23:31:27 +00:00
Andrew Godwin
d180f07b54 Wrap long line 2016-02-20 22:59:29 +00:00
Andrew Godwin
64fe0cb77f Add --noasgi option to runserver to run the old WSGI server instead 2016-02-20 22:56:10 +00:00
Andrew Godwin
b9412f8e82 Send HTTP disconnect messages 2016-02-20 22:48:31 +00:00
Andrew Godwin
f1c2a3b9f7 Correctly send WebSocket headers 2016-02-20 22:48:17 +00:00
Andrew Godwin
267e56ce2a Make transfer_user fail silently if no user 2016-02-20 22:47:48 +00:00
Andrew Godwin
171b9d8552 Add META['SCRIPT_NAME'] for backwards compat 2016-02-20 22:47:35 +00:00
Andrew Godwin
31447a4641 User auth fixing 2016-02-14 21:27:12 +00:00
Andrew Godwin
5c9093ddeb Fix bug with sending empty response 2016-02-14 21:26:34 +00:00
Andrew Godwin
be1498768f HTTP Long Poll finishing off 2016-02-14 19:22:46 +00:00
Andrew Godwin
4f60726ec4 Remove unused imports 2016-02-14 18:50:05 +00:00
Andrew Godwin
ba2bbffd20 Improve HTTP cleanup and multi-response lock 2016-02-14 18:48:53 +00:00
Andrew Godwin
943733c447 Additional logging and --noworker option 2016-02-14 18:47:30 +00:00
Andrew Godwin
1328c367dc Move default-request handling into common place 2016-02-14 17:11:44 +00:00
Andrew Godwin
b468ddd930 More flake fixes 2016-02-10 20:37:57 +00:00
Andrew Godwin
caca13c2bc Remove extra blank line 2016-02-10 20:31:50 +00:00
Andrew Godwin
011ec23333 Go back to not passing just the server into protocols 2016-02-10 20:30:36 +00:00
Andrew Godwin
41b6750afb Do much more runserver-like logging 2016-02-10 20:26:56 +00:00
Andrew Godwin
ccd8d18da8 Add logging hooks for things like runserver 2016-02-10 20:26:30 +00:00
Andrew Godwin
fee6a38483 Handle request body encoding 2016-02-10 19:50:36 +00:00
Andrew Godwin
76611b7e6e Fix up some comments 2016-02-10 19:29:47 +00:00
Andrew Godwin
cd17c88533 Fix flake errors 2016-02-10 19:28:12 +00:00
Andrew Godwin
a4381f427e Fix runserver to properly autoreload w/Twisted 2016-02-10 19:24:18 +00:00
Andrew Godwin
8c1b7f8a5a Allow signal handlers to be disabled to run in subthread 2016-02-10 19:23:52 +00:00
Andrew Godwin
1a7010aa2c Make _stream work on AsgiRequest 2016-02-10 19:15:00 +00:00
Andrew Godwin
95ef5c96e2 Fix type of empty query string 2016-02-10 18:49:46 +00:00