summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-09-11feat(ext/crypto): implement HKDF operations (#11865)Divy Srivastava
2021-09-08fix: a `Request` whose URL is a revoked blob URL should still fetch (#11947)Andreu Botella
2021-09-08feat: add URLPattern API (#11941)Luca Casonato
2021-09-07chore: update wpt (#11950)Luca Casonato
2021-09-06BREAKING(unstable): Remove Deno.Signals enum, Deno.signals.* (#11909)Ryan Dahl
2021-08-31feat(ext/crypto): AES key generation (#11869)Luca Casonato
2021-08-30chore: release scripts should update Cargo.lock file when bumping versions (#...David Sherret
2021-08-27feat(ext/crypto): support JWK import for HMAC (#11716)Divy Srivastava
2021-08-26feat(ext/crypto): implement importKey and deriveBits for PBKDF2 (#11642)Divy Srivastava
2021-08-25chore: add scripts for helping with a release (#11832)David Sherret
2021-08-25feat: ArrayBuffer in structured clone transfer (#11840)Luca Casonato
2021-08-24feat(ext/crypto): implement encrypt, decrypt & generateKey for RSA-OAEP (#11654)Divy Srivastava
2021-08-24fix: FileReader.readAsText compat (#11814)Luca Casonato
2021-08-23chore: release crates for 1.13.2 (#11820)David Sherret
2021-08-20chore: upgrade dlint and run `prefer-primordials` rule (#11777)Yusuke Tanaka
2021-08-18fix(runtime): event loop panics in classic workers (#11756)Luca Casonato
2021-08-17chore: sort items in Releases.md for 1.13.1 release (#11734)David Sherret
2021-08-16chore: release crates for 1.13.1 (#11729)David Sherret
2021-08-16fix(ext/crypto): enable non-extractable keys (#11705)Divy Srivastava
2021-08-16feat(runtime): support classic workers for internal testing (#11338)Andreu Botella
2021-08-14chore: roll wpt (#11692)Luca Casonato
2021-08-13fix(ext/crypto): importKey() SecurityError on non-extractable keys (#11662)Divy Srivastava
2021-08-12fix: Blob#slice arguments should be optional (#11665)Luca Casonato
2021-08-12chore(tools): use local std in wpt utils (#11644)Divy Srivastava
2021-08-11chore: move test files to testdata directory (#11601)David Sherret
2021-08-11Rename extensions/ directory to ext/ (#11643)Ryan Dahl
2021-08-10chore: release crates (#11628)Bartek Iwańczuk
2021-08-10feat: add experimental WebSocketStream API (#10365)Leo K
2021-08-09chore: update wpt (#11621)Luca Casonato
2021-08-04feat(extensions/crypto): implement verify() for HMAC (#11387)Divy Srivastava
2021-08-03feat(extensions/crypto): implement importKey and exportKey for raw HMAC keys ...Divy Srivastava
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-27chore: update cut_a_release.md (#11522)Bartek Iwańczuk
2021-07-19fix: Big{U|}Int64Array in crypto.getRandomValues (#11447)Luca Casonato
2021-07-19chore: update wpt (#11446)Luca Casonato
2021-07-14fix(extensions/web): aborting a FileReader should not affect later reads (#11...Andreu Botella
2021-07-13chore: release crates (#11378)Bartek Iwańczuk
2021-07-12chore(wpt): Mark a WPT test as failed if it exits before completion (#11371)Andreu Botella
2021-07-12feat(extensions/crypto): implement verify() for RSA (#11312)Divy Srivastava
2021-07-10fix(extensiosn/web): AddEventListenerOptions.signal shouldn't be nullable (#1...Divy Srivastava
2021-07-09chore(extensions/crypto): enable WPT stringification test (#11336)Divy Srivastava
2021-07-07Revert "tests: parallelize test runs in wpt" (#11321)Luca Casonato
2021-07-07tests: escape lone surrogates in wptreport (#11310)Andreu Botella
2021-07-06tests: parallelize test runs in wpt (#11306)Luca Casonato
2021-07-06feat(crypto): implement generateKey() and sign() (#9614)Divy Srivastava
2021-07-05refactor: asynchronous blob backing store (#10969)Jimmy Wärting
2021-07-05fix: spec conformance for performance API (#10887)Leo K
2021-07-04fix: align DOMException to webidl spec (#11259)Luca Casonato
2021-07-03feat: enable WebAssembly.instantiateStreaming and wasm async compilation (#11...Andreu Botella