Commit Graph

  • a75b67b395 Existing tests pass Adam La Morre 2022-02-01 21:10:58 -0800
  • 5737a83dc0 First pass Adam La Morre 2022-02-01 20:59:06 -0800
  • 70b2bcf229 Add .dccache Adam La Morre 2022-02-01 20:01:25 -0800
  • 6a5093982c
    Run CI tests on Windows. (#393) Carlton Gibson 2021-11-09 20:12:29 +0100
  • bd6d467810 Update minimum twisted to 19.7 Carlton Gibson 2021-11-09 20:01:31 +0100
  • a5bfc80c35 Run CI tests on Windows. Carlton Gibson 2021-11-09 19:49:32 +0100
  • b62e58a023
    Added Python 3.10 to CI. (#392) Carlton Gibson 2021-11-09 15:58:09 +0100
  • 77196c1732 Added Python 3.10 to CI. Carlton Gibson 2021-11-09 15:37:04 +0100
  • 15a754d903
    Unpinned test dependencies. (#391) Carlton Gibson 2021-11-09 15:55:18 +0100
  • e35d3f8c5f pre-commit fixes pre-commit 2021-11-09 14:35:05 +0000
  • 3fdaecf7d4
    Merge 060e67b107 into 36ce9fd1ed Carlton Gibson 2021-11-09 14:34:15 +0000
  • 060e67b107 Unpinned test dependencies. Carlton Gibson 2021-11-09 15:32:35 +0100
  • c46a26c1fc
    Pin twisted and autobahn version Caleb Collins-Parks 2021-11-01 16:04:45 -0700
  • 78542781c6 Add section about permessage compression to README Albertas Gimbutas 2021-08-28 02:47:53 +0300
  • d120da8d29 Use tuple instead of list for default compressions Albertas Gimbutas 2021-08-04 02:01:35 +0300
  • 107475005f add logging Aryan Kapoor 2021-07-30 10:30:16 +0530
  • a9a2cb1c09
    Merge branch 'main' into master Albertas Gimbutas 2021-06-23 13:03:49 +0300
  • 36ce9fd1ed
    Use tox-py in CI (#369) Adam Johnson 2021-04-16 17:21:51 +0100
  • 80124ccd78 Use tox-py in CI Adam Johnson 2021-04-16 16:47:10 +0100
  • e480917c1a Bumped version and change notes for 3.0.2 release. 3.0.2 Carlton Gibson 2021-04-07 20:21:36 +0200
  • d5c41bf641 Updated various README URLs. Carlton Gibson 2021-04-07 20:18:05 +0200
  • 3dd0514366 Bumped version and change notes for 3.0.2 release. Carlton Gibson 2021-04-07 20:21:36 +0200
  • 6361e08722 Updated various README URLs. Carlton Gibson 2021-04-07 20:18:05 +0200
  • 2b6f153616
    Used partial() to wrap Server.handle_reply() (#364) Adam Johnson 2021-04-07 19:14:02 +0100
  • ca61162129
    Lint with pre-commit (#365) Adam Johnson 2021-04-07 19:11:21 +0100
  • d7c3403128 Drop custom GHA Adam Johnson 2021-04-06 18:20:13 +0100
  • 0cb82000b5 Lint with pre-commit Adam Johnson 2021-04-06 18:17:34 +0100
  • 4d4ac45b18 Use partial() to wrap Server.handle_reply() Adam Johnson 2021-04-06 17:21:46 +0100
  • d38c292040 Channels expects multiprocessing.Value for port. Bryce Durham 2021-03-22 10:51:29 -0700
  • df2d7bed94 Use double quotes. Bryce Durham 2021-03-22 10:39:43 -0700
  • 14f61884e9 Fix multiprocessing spawn mode. Bryce Durham 2021-03-22 10:18:37 -0700
  • f995346507 cap Twisted dependency below 21 Jiri Suchan 2021-03-01 10:12:37 +0700
  • 9e3738b516 Added load_asgi_app method to CLI class Maksim Kondratev 2021-02-03 19:15:12 +0300
  • e8d371cb67
    Only force a default endpoint w/o valid endpoint fitzgeralddp 2021-01-16 22:07:35 -0500
  • aac4708a61 Bumped version and change notes for 3.0.1 release. 3.0.1 Carlton Gibson 2020-11-12 20:28:42 +0100
  • baed42e651 Bumped version and change notes for 3.0.1 release. Carlton Gibson 2020-11-12 20:28:42 +0100
  • aae0870971
    Handle asyncio.CancelledError in Server.application_checker (#341) Patrick Gingras 2020-11-11 10:12:33 -0500
  • af16649725
    sort imports and add some commentary to cancellederror test Patrick Gingras 2020-11-02 22:34:09 -0500
  • 49c00da715
    test for regression in handling asyncio.CancelledError Patrick Gingras 2020-11-02 22:25:54 -0500
  • 7225fa7245
    catch asyncio.CancelledError as well as concurrent.futures.CancelledError Patrick Gingras 2020-10-30 22:22:33 -0400
  • a69723ca3f Version 3.0 release. 3.0.0 Carlton Gibson 2020-10-28 20:26:26 +0100
  • 36933905ed Version 3.0 release. Carlton Gibson 2020-10-28 20:26:26 +0100
  • 525b6d2dbb
    Update README for shell compatibility. (#327) Ryan Fredericks 2020-10-28 15:45:41 -0400
  • 32ccea4571 Update README for shell compatibility. Ryan Fredericks 2020-08-09 02:21:31 -0400
  • 15ba5c6776
    Updated to use ASGI v3 applications internally. (#275) Avinash Raj 2020-10-28 00:20:50 +0530
  • 105b189d82 Updated to use ASGI v3 applications internally. Avinash Raj 2019-07-20 16:37:09 +0530
  • e1b77e930b
    Added request body chunking (#335) Samori Gorse 2020-10-21 16:38:03 +0200
  • fb36e6e7dc Added request body chunking Samori Gorse 2020-10-15 17:03:47 +0200
  • 899a29b56a Run tests on MacOS and Windows too Michael Käufl 2020-10-21 09:22:14 +0200
  • b96720390f
    Switch from Travis CI to GitHub Actions (#336) Michael K 2020-10-20 14:44:54 +0000
  • 919865815f
    Remove known first party from isort's config Michael Käufl 2020-10-20 15:11:34 +0200
  • 189f763a55
    Remove Travis CI Michael Käufl 2020-10-20 01:19:23 +0200
  • 93849fadad
    Add GitHub Actions Michael Käufl 2020-10-20 01:16:07 +0200
  • d0e841b41d Added support for executing from interpreter. Sergey Klyuykov 2019-08-15 09:58:34 +1000
  • d467616aaf Fix imports as suggested by isort niekas 2020-09-14 14:13:07 +0300
  • 2c7c5c6548 Fix imports in tests as suggested by isort niekas 2020-09-14 14:04:40 +0300
  • 231bfb7c4e Allow to accept websocket extensions niekas 2020-09-14 13:33:13 +0300
  • 04ca95aaa1
    Fix compatibility with isort 5 Michael Käufl 2020-07-18 11:04:23 +0200
  • e9b5b82ee1 Wheel isn't universal as it doesn't support Python 2 Michael Käufl 2020-07-18 10:52:51 +0200
  • f8a76f95e2 Change packaging to use setuptools declarative config in setup.cfg Michael Käufl 2019-12-23 18:03:48 +0100
  • 2b67d09f05 Fixed debugging mehernosh 2020-07-07 11:17:30 +0530
  • 34491bc474 Added debug logs for the inbound_email path mehernosh 2020-07-07 03:13:13 +0530
  • 63f5d4997b Unpin test dependencies. Carlton Gibson 2020-06-04 19:41:27 +0200
  • 9838a173d7 Releasing 2.5.0 2.5.0 Carlton Gibson 2020-04-15 20:26:53 +0200
  • c3b88e5639 Corrected ignore pattern. Carlton Gibson 2020-04-15 20:12:40 +0200
  • 1765187a17 Fixed race-condition with TestApplication pickle file. Chris Barber 2020-04-14 11:11:45 +0200
  • 5cf15bd636 Set event loop policy on Windows with Python 3.8+. Carlton Gibson 2020-04-13 14:32:02 +0200
  • 301be4ceaf Fixed race-condition with TestApplication pickle file. Chris Barber 2020-04-14 11:11:45 +0200
  • 5c843748ac Set event loop policy on Windows with Python 3.8+. Carlton Gibson 2020-04-13 14:32:02 +0200
  • d689ca2eab
    Updated git ignore with common files. (#316) Carlton Gibson 2020-04-13 16:38:24 +0200
  • 153c0d50a2 Updated git ignore with common files. Carlton Gibson 2020-04-13 16:34:12 +0200
  • cc6d5b9a58 Set event loop policy on Windows with Python 3.8+. Carlton Gibson 2020-04-13 14:32:02 +0200
  • cb1691b8e9 Changed testing event loop to selector bhawkins 2020-02-26 14:31:47 -0700
  • b8a251a14b Merge remote-tracking branch 'django-master/master' Bill Schumacher 2020-02-20 13:21:57 -0600
  • 657d89f80d Add basic test for DaphneProcess. Steven H Johnson 2019-10-29 12:32:48 -0400
  • b7f19291d6 Allow user to pass in twisted reactor to Daphne Server. Steven H Johnson 2019-10-29 10:17:44 -0400
  • 59b57a9f4b
    Simplify travis config (#295) Michael 2020-02-05 20:05:51 +0000
  • 61c8633c5d
    Add logger traceback on application error. (#308) LittlePony 2020-02-05 22:40:44 +0300
  • 0ea4cffbb3
    Fix wrong context LittlePony 2020-02-02 19:03:28 +0300
  • 275e508e1d
    Missing comma added LittlePony 2020-01-31 22:29:10 +0300
  • 3fd72c8652
    Reformat long line LittlePony 2020-01-31 22:10:45 +0300
  • b7779cb7ff
    Reformat long line LittlePony 2020-01-31 22:10:18 +0300
  • 39b67bf79e
    fix __repr__ method call LittlePony 2020-01-31 20:15:02 +0300
  • 5c3ea9b638 Remove unused import Sergey D 2020-01-31 20:03:29 +0300
  • 29dd563ce0 Add logger traceback Sergey D 2020-01-31 19:42:12 +0300
  • 82565eec05
    Set tell asyncio which is the current event loop Mattias Björklund 2020-01-08 14:20:45 +0100
  • 196cfaffbe Fix formatting Brishen Hawkins 2020-01-06 15:50:57 -0700
  • 780dce970d
    Update server.py Brishen 2020-01-06 15:44:01 -0700
  • 12dd9a1da1
    Change the Event Loop to 'Selector' Brishen 2020-01-06 15:39:16 -0700
  • 7884c200e8 Simplify travis config Michael Käufl 2019-12-23 16:32:36 +0100
  • 18f2d67f34 Releasing 2.4.1 2.4.1 Carlton Gibson 2019-12-18 20:42:24 +0100
  • 27f760a814 Avoid Twisted using the default event loop Carlton Gibson 2019-12-18 20:05:50 +0100
  • 23f7cdbc37 Releasing 2.4.1 Carlton Gibson 2019-12-18 20:42:24 +0100
  • bf2a786612 Avoid Twisted using the default event loop Carlton Gibson 2019-12-18 20:05:50 +0100
  • eb582d1d43 Releasing 2.4.0 2.4.0 Carlton Gibson 2019-11-20 20:41:07 +0100
  • beb836acce Remove macOS Travis build. Carlton Gibson 2019-11-20 20:19:33 +0100
  • 4b7c027b98 Add testing against Python 3.8. Carlton Gibson 2019-11-20 20:13:51 +0100
  • a4efcd5c1d Reduced macOS Travis builds to single env. Carlton Gibson 2019-11-20 20:08:06 +0100
  • 7d7a4506ed Remove macOS Travis build. Carlton Gibson 2019-11-20 20:19:33 +0100
  • 6f7c9caf9a Add testing against Python 3.8. Carlton Gibson 2019-11-20 20:13:51 +0100