Commit Graph

  • ee20b26921 Version 0.9 0.9 Andrew Godwin 2016-02-21 13:06:55 +0000
  • 3b8feb5b96 Update deployment docs Andrew Godwin 2016-02-21 13:06:33 +0000
  • aa6c0a73e6 Don't use call in thread because it blocks the main serving thread Andrew Godwin 2016-02-21 12:31:48 +0000
  • 973b8b72ad Show time taken on runserver output Andrew Godwin 2016-02-21 12:31:16 +0000
  • 1709522162 Fix logging and log action around chunked HTTP responses Andrew Godwin 2016-02-20 23:33:50 +0000
  • 8221bbc0be Staticfiles handler and consumer Andrew Godwin 2016-02-20 23:33:27 +0000
  • d18c715f8f Fix core logging when no message on channel Andrew Godwin 2016-02-20 23:33:14 +0000
  • 93d1aa9b74 Add staticfiles support and launch multiple serving workers Andrew Godwin 2016-02-20 23:32:29 +0000
  • 247a26b91a Fix streaming responses (e.g. staticfiles.serve) Andrew Godwin 2016-02-20 23:32:01 +0000
  • e666355fad Remove old echo code and allow configuring of http handler Andrew Godwin 2016-02-20 23:31:27 +0000
  • d180f07b54 Wrap long line Andrew Godwin 2016-02-20 22:59:29 +0000
  • 64fe0cb77f Add --noasgi option to runserver to run the old WSGI server instead Andrew Godwin 2016-02-20 22:56:10 +0000
  • b9412f8e82 Send HTTP disconnect messages Andrew Godwin 2016-02-20 22:48:31 +0000
  • f1c2a3b9f7 Correctly send WebSocket headers Andrew Godwin 2016-02-20 22:48:17 +0000
  • 267e56ce2a Make transfer_user fail silently if no user Andrew Godwin 2016-02-20 22:47:48 +0000
  • 171b9d8552 Add META['SCRIPT_NAME'] for backwards compat Andrew Godwin 2016-02-20 22:47:35 +0000
  • e2e10c6dec Merge 6885e19fd7 into ba2bbffd20 James Murphy 2016-02-18 02:01:44 +0000
  • 6885e19fd7 Fixed issue where some headers would come through with only 1 character James Murphy 2016-02-18 12:43:43 +1100
  • 31447a4641 User auth fixing Andrew Godwin 2016-02-14 21:27:12 +0000
  • 5c9093ddeb Fix bug with sending empty response Andrew Godwin 2016-02-14 21:26:34 +0000
  • be1498768f HTTP Long Poll finishing off Andrew Godwin 2016-02-14 19:22:46 +0000
  • 4f60726ec4 Remove unused imports Andrew Godwin 2016-02-14 18:50:05 +0000
  • ba2bbffd20 Improve HTTP cleanup and multi-response lock Andrew Godwin 2016-02-14 18:48:53 +0000
  • 943733c447 Additional logging and --noworker option Andrew Godwin 2016-02-14 18:47:30 +0000
  • 1328c367dc Move default-request handling into common place Andrew Godwin 2016-02-14 17:11:44 +0000
  • b468ddd930 More flake fixes Andrew Godwin 2016-02-10 20:37:57 +0000
  • caca13c2bc Remove extra blank line Andrew Godwin 2016-02-10 20:31:50 +0000
  • 011ec23333 Go back to not passing just the server into protocols Andrew Godwin 2016-02-10 20:30:36 +0000
  • 41b6750afb Do much more runserver-like logging Andrew Godwin 2016-02-10 20:26:56 +0000
  • ccd8d18da8 Add logging hooks for things like runserver Andrew Godwin 2016-02-10 20:26:30 +0000
  • fee6a38483 Handle request body encoding Andrew Godwin 2016-02-10 19:50:36 +0000
  • 76611b7e6e Fix up some comments Andrew Godwin 2016-02-10 19:29:47 +0000
  • cd17c88533 Fix flake errors Andrew Godwin 2016-02-10 19:28:12 +0000
  • a4381f427e Fix runserver to properly autoreload w/Twisted Andrew Godwin 2016-02-10 19:24:18 +0000
  • 8c1b7f8a5a Allow signal handlers to be disabled to run in subthread Andrew Godwin 2016-02-10 19:23:52 +0000
  • 1a7010aa2c Make _stream work on AsgiRequest Andrew Godwin 2016-02-10 19:15:00 +0000
  • 95ef5c96e2 Fix type of empty query string Andrew Godwin 2016-02-10 18:49:46 +0000
  • 899e180c21 Start updating docs to reflect new interaction pattern Andrew Godwin 2016-02-10 18:39:34 +0000
  • c7d417dd33 OKAY I THINK THIS IS THE LAST STUPID MISTAKE Andrew Godwin 2016-02-09 13:35:13 -0800
  • 49cbf31872 Fix more python 3 unicode issues Andrew Godwin 2016-02-09 13:32:37 -0800
  • be172045ed Fix test path encoding Andrew Godwin 2016-02-09 13:04:23 -0800
  • aff9ca2f13 Update runserver to autoreload w/daphne in main thread Andrew Godwin 2016-02-09 12:59:49 -0800
  • 5ddeed4a25 Remove dead code Andrew Godwin 2016-02-09 12:59:24 -0800
  • e9fdd4f7b6 Releasing 0.8.2 0.8.2 Andrew Godwin 2016-02-09 12:56:29 -0800
  • cd5371846f Update gitignore Andrew Godwin 2016-02-09 12:56:18 -0800
  • c9f3b57ea3 Actually send status text Andrew Godwin 2016-02-09 12:56:03 -0800
  • f90736413a Releasing 0.8.1 0.8.1 Andrew Godwin 2016-02-09 12:53:21 -0800
  • 227c3ea2c4 Python 3 fixes Andrew Godwin 2016-02-09 12:53:04 -0800
  • 33ce841d29 Add warning for non-bytes HTTP status messages Andrew Godwin 2016-02-09 12:44:21 -0800
  • f76984ec69 Releasing version 0.8 0.8 Andrew Godwin 2016-02-09 12:36:27 -0800
  • 1f46fdff12 Fix WebSocket protocol to correctly provide more info. Andrew Godwin 2016-02-09 12:35:31 -0800
  • e575693093 Merge pull request #71 from georgebrock/patch-1 Andrew Godwin 2016-02-07 23:40:39 -0800
  • 85bb8c98d2
    Docs: Update encode/decode methods in example. George Brocklehurst 2016-02-07 10:19:21 -0500
  • 88d3379e31
    Docs: reply_channel is a property of message George Brocklehurst 2016-02-06 18:26:41 -0500
  • 40ed9625c3 Stop stomping on Twisted's header dict Andrew Godwin 2016-02-05 17:41:14 -0800
  • b86c8a0164 Update WS protocol to have ASGI format Andrew Godwin 2016-02-05 17:33:02 -0800
  • f85be12408 Add Travis CI config Andrew Godwin 2016-02-05 17:25:37 -0800
  • bac3c14bfa Fix python 3 support Andrew Godwin 2016-02-05 17:23:49 -0800
  • b7b11cb075 Remove sneaky print Andrew Godwin 2016-02-05 16:47:43 -0800
  • fa58375a51 Python 3 fixes Andrew Godwin 2016-02-05 16:47:11 -0800
  • 13766a3027 Fix flake8 errors Andrew Godwin 2016-02-05 16:26:05 -0800
  • 1dab70ed86 Update CI config a bit more. Andrew Godwin 2016-02-05 16:22:58 -0800
  • 74c444ca52 Add dependencies to travis config Andrew Godwin 2016-02-05 16:04:18 -0800
  • 43c903a501 Fix image target Andrew Godwin 2016-02-05 16:01:45 -0800
  • 58f18aa103 Add Travis build status badge Andrew Godwin 2016-02-05 16:01:12 -0800
  • 95f464dd4d Merge pull request #65 from DanLipsitt/travis Andrew Godwin 2016-02-05 15:54:04 -0800
  • 5cd2cbdfee Add test suite for ASGI handlers Andrew Godwin 2016-02-05 15:53:01 -0800
  • 17e9824f71 Update database channel backend to pass conformance Andrew Godwin 2016-02-05 14:16:20 -0800
  • 5df99c9cfd Fix some incorrect backend layer references Andrew Godwin 2016-01-17 14:31:04 -0800
  • a9810014ca Rework database channel layer and tests, to use ASGI conformance suite Andrew Godwin 2016-01-17 14:28:01 -0800
  • 5fa357e403 Disable linearize until it's reimplemented on sessions. Andrew Godwin 2016-01-17 14:22:28 -0800
  • 717eb0a100 Added the "flush" extension to ASGI, and clarified group expiry Andrew Godwin 2016-01-17 14:21:45 -0800
  • 4d9c33c72d Config for Travis CI. Dan Lipsitt 2016-01-13 14:43:58 -0800
  • 9f7c0f86c4 Merge pull request #64 from pombredanne/patch-1 Andrew Godwin 2016-01-10 10:56:18 -0800
  • 8f9d40b659 Fixed minor doc typo. Philippe Ombredanne 2016-01-10 13:03:19 +0100
  • 355bf87782 Merge pull request #61 from Lukasa/asgi-push Andrew Godwin 2016-01-05 09:56:13 -0800
  • 894041a3c0 New approach to server push. Cory Benfield 2016-01-05 11:41:57 +0000
  • a8d09c2644 Embarassingly managed to remove the only name expansion. Andrew Godwin 2016-01-04 18:24:24 -0800
  • 4ea7b26c65 Draft proposal for Server Push messages Cory Benfield 2016-01-03 09:48:08 +0000
  • 93b2229b2b HTTP body spec fixes Andrew Godwin 2016-01-02 22:59:09 -0800
  • 4847403ba0 Update dependency things Andrew Godwin 2016-01-02 22:45:00 -0800
  • 7f5c3d25b6 Remove redundant msgpack question (redis backend now uses it) Andrew Godwin 2016-01-02 22:43:41 -0800
  • 46ea90e095 Spec tweaks Andrew Godwin 2016-01-02 22:42:40 -0800
  • 4ed1d73789 Remove redundant sentence Andrew Godwin 2016-01-02 18:50:59 -0800
  • 1889680fd0 Update README Andrew Godwin 2016-01-02 18:48:53 -0800
  • c61664dd3c Response chunk support Andrew Godwin 2016-01-02 18:41:02 -0800
  • 5348c52778 Fixed #33: Add wsgi.multi* variables for back compat. Andrew Godwin 2016-01-02 18:35:43 -0800
  • 3dec8e09b3 Update backends docs, remove old message standards Andrew Godwin 2016-01-02 18:30:52 -0800
  • d452486524 Correct body/POST handling Andrew Godwin 2016-01-02 18:10:25 -0800
  • 3d5c399a41 Update header spec to exclude underscores. Andrew Godwin 2016-01-02 18:10:08 -0800
  • 0f5fe8b274 Modify header sending to match ASGI spec. Andrew Godwin 2016-01-02 18:09:49 -0800
  • 94cd1bbc53 Improve logging and fix websocket handoff factory Andrew Godwin 2016-01-02 17:54:15 -0800
  • 836f6be43a Make runserver work using daphne Andrew Godwin 2016-01-02 17:53:53 -0800
  • b9464ca149 Start making channels work to ASGI spec. Andrew Godwin 2016-01-02 10:17:45 -0800
  • 97f7673df9 Modify HTTP to match ASGI spec Andrew Godwin 2016-01-02 10:12:03 -0800
  • 3ac43cacf0 Change to unicode channel names Andrew Godwin 2016-01-02 09:18:22 -0800
  • f38f2a442e Add CWD to path to allow usage on current dir Andrew Godwin 2016-01-02 09:18:05 -0800
  • 5033e24804 Disable keepalives for now Andrew Godwin 2016-01-02 09:17:34 -0800
  • e78f75288d Stats extension, application abstraction notes for ASGI Andrew Godwin 2015-12-24 22:58:13 +0000
  • 6a5907ff59 ASGI spec updates Andrew Godwin 2015-12-23 18:04:18 +0000