summaryrefslogtreecommitdiff
path: root/cli/tests/unit
AgeCommit message (Expand)Author
2021-08-17fix(ext/crypto): exportKey() for HMAC (#11737)Divy Srivastava
2021-08-16fix(ext/fetch): better error if no content-typeBen Noordhuis
2021-08-16chore(cli/tests): disable flaky test on macos ci (#11726)Ben Noordhuis
2021-08-16test(ext/http): add test for incomplete HTTP message and fix resource leak (#...Bartek Iwańczuk
2021-08-14chore: move importKey tests to webcrypto_unit.ts (#11706)Divy Srivastava
2021-08-13fix(ext/crypto): importKey() SecurityError on non-extractable keys (#11662)Divy Srivastava
2021-08-13fix(ext/http): remove unwrap() when HTTP conn errors (#11674)Bartek Iwańczuk
2021-08-13fix(ext/crypto): take a copy of keyData bytes (#11666)Divy Srivastava
2021-08-11chore: move test files to testdata directory (#11601)David Sherret
2021-08-10feat: add new esnext types (#11627)Kitson Kelly
2021-08-09feat: support client certificates for connectTls (#11598)Ryan Dahl
2021-08-09fix(websocket): allow any close code for server (#11614)Leo K
2021-08-09feat(extensions/web): add structuredClone function (#11572)Leo K
2021-08-06feat: ffi to replace plugins (#11152)Elias Sjögreen
2021-08-06revert: allow URL for permissions (#11600)Bartek Iwańczuk
2021-08-06feat: support AbortSignal in writeFile (#11568)Benjamin Gruenbaum
2021-08-06feat(runtime): allow URL for permissions (#11578)Leo K
2021-08-05refactor(cli/tests): remove unnecessary void return types (#11577)Leo K
2021-08-04chore: refactor `netHangsOnClose` test to not use `deferred` (#11585)David Sherret
2021-08-04feat(unstable): clean environmental variables for subprocess (#11571)Leo K
2021-08-02Revert "fix(extensions/fetch): Add Origin header to outgoing requests for fet...Bartek Iwańczuk
2021-08-02fix(extensions/fetch): Add Origin header to outgoing requests for fetch (#11557)Feng Yu
2021-07-31chore: fix failing netTcpListenCloseWhileIterating test on some machines (#11...David Sherret
2021-07-29feat(runtime): implement navigator.hardwareConcurrency (#11448)Divy Srivastava
2021-07-28BREAKING(unstable): Rename Deno.WebSocketUpgrade::websocket to socket (#11542)Nayeem Rahman
2021-07-24fix(http): support multiple options in connection header for websocket (#11505)Pavel Hrách
2021-07-22fix(http/ws): case insensitive connection header (#11489)Luca Casonato
2021-07-20tests: re-enable disabled Response.formData test (#11453)Luca Casonato
2021-07-19fix(tsc): add .at() types manually to tsc (#11443)Kitson Kelly
2021-07-16fix(ext/http): correctly concat cookie headers (#11422)Luca Casonato
2021-07-13upgrade: deno_lint 0.10.0 (#11374)Luca Casonato
2021-07-12chore(runtime): deprecate `Deno.copy` (#11369)Luca Casonato
2021-07-12feat(extensions/crypto): implement verify() for RSA (#11312)Divy Srivastava
2021-07-08fix: inspecting prototypes of built-ins with custom inspect implementations s...David Sherret
2021-07-08feat(runtime/http): server side websocket support (#10359)Leo K
2021-07-07fix(extensions/console): left align table entries (#11295)Divy Srivastava
2021-07-07fix(crypto): hash input for RSASSA-PKCS1-v1_5 before signing (#11314)Divy Srivastava
2021-07-06feat(crypto): implement generateKey() and sign() (#9614)Divy Srivastava
2021-07-05chore: upgrade crates (#11284)Bartek Iwańczuk
2021-07-05refactor: asynchronous blob backing store (#10969)Jimmy Wärting
2021-07-05fix: spec conformance for performance API (#10887)Leo K
2021-07-05fix(fetch): OPTIONS should be allowed a non-null body (#11242)Craig Morten
2021-07-03feat: enable WebAssembly.instantiateStreaming and wasm async compilation (#11...Andreu Botella
2021-06-30fix: panic in request body streaming (#11191)Luca Casonato
2021-06-28fix(http): remove unwrap() in HTTP bindings (#11130)Bartek Iwańczuk
2021-06-27fix(runtime/http): Encode and decode headers as byte strings in the HTTP serv...Andreu Botella
2021-06-27feat(inspector): pipe console messages between terminal and inspector (#11134)Bartek Iwańczuk
2021-06-26fix: MessagePort in message for postMessage transfers (#11103)Luca Casonato
2021-06-26fix: specify AbortSignal for native http requests (#11126)Luca Casonato
2021-06-25chore(ext/console): deprecate Deno.customInspect (#10035)Yoshiya Hinosawa