Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-02 | chore: remove std directory (#9361) | Casper Beyer | |
This removes the std folder from the tree. Various parts of the tests are pretty tightly dependent on std (47 direct imports and 75 indirect imports, not counting the cli tests that use them as fixtures) so I've added std as a submodule for now. | |||
2021-01-11 | chore: update copyright to 2021 (#9092) | Yusuke Tanaka | |
2020-12-24 | refactor(test_util): replace "warp" with "hyper" (#8846) | Yosi Pramajaya | |
This commit rewrites "test_server" to use "hyper" instead of "warp" in an effort to reduce number of dependencies. | |||
2020-11-26 | refactor(cli/tests): replace createResolvable with deferred (#8507) | crowlKats | |
2020-11-10 | fix(cli/rt): dom handler order in websocket (#8320) | Benjamin Gruenbaum | |
2020-09-13 | fix(WebSocket): no panic on failed connect + handle promise rejection via ↵ | Luca Casonato | |
error event (#7437) | |||
2020-09-05 | feat: Implement WebSocket API (#7051) | crowlKats | |