index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tests
/
unit
Age
Commit message (
Expand
)
Author
2021-09-13
fix: change assertion in httpServerIncompleteMessage test (#12052)
Bartek Iwańczuk
2021-09-13
feat(ext/crypto): export RSA keys as pkcs#8 (#11880)
Divy Srivastava
2021-09-13
fix(ext/fetch): Properly cancel upload stream when aborting (#11966)
Nayeem Rahman
2021-09-12
fix(ext/crypto): add HkdfParams and Pkdf2Params types (#11991)
Divy Srivastava
2021-09-11
feat(ext/crypto): verify ECDSA signatures (#11739)
Divy Srivastava
2021-09-08
feat: add URLPattern API (#11941)
Luca Casonato
2021-09-08
fix(ext/http): resource leak if request body is not consumed (#11955)
Bartek Iwańczuk
2021-09-07
fix: remove windows-only panic when calling `Deno.kill` (#11948)
David Sherret
2021-09-06
BREAKING(unstable): Remove Deno.Signals enum, Deno.signals.* (#11909)
Ryan Dahl
2021-09-05
chore(std/http): server module name migration (#11890)
Craig Morten
2021-09-04
refactor(testing): redirect console output via reporter (#11911)
Casper Beyer
2021-09-02
chore: upgrade crates (#11894)
Bartek Iwańczuk
2021-08-29
feat(ext/crypto): support JWK export for HMAC (#11864)
Divy Srivastava
2021-08-27
feat(ext/crypto): support JWK import for HMAC (#11716)
Divy Srivastava
2021-08-25
chore(tests): improve unit tests using `deferred` (#11842)
David Sherret
2021-08-25
feat(fetch): mTLS client certificates for fetch() (#11721)
Sean Michael Wykes
2021-08-25
fix(ext/http): websocket upgrade header check (#11830)
Dayan C. Galiazzi
2021-08-24
feat(ext/crypto): implement encrypt, decrypt & generateKey for RSA-OAEP (#11654)
Divy Srivastava
2021-08-24
feat(extensions/console): right align numeric columns in table (#11748)
Nicolas Stucki
2021-08-24
feat(unstable): Add file locking APIs (#11746)
Tilman Roeder
2021-08-23
fix(ext/ffi): don't panic on invalid enum values (#11815)
Luca Casonato
2021-08-23
fix(ext/http): resource leak on HttpConn.close() (#11805)
Bartek Iwańczuk
2021-08-21
doc(test): add --location to unit test command (#11793)
Feng Yu
2021-08-21
tests: remove redundant type assertion (#11794)
Feng Yu
2021-08-17
fix(ext/crypto): exportKey() for HMAC (#11737)
Divy Srivastava
2021-08-16
fix(ext/fetch): better error if no content-type
Ben Noordhuis
2021-08-16
chore(cli/tests): disable flaky test on macos ci (#11726)
Ben Noordhuis
2021-08-16
test(ext/http): add test for incomplete HTTP message and fix resource leak (#...
Bartek Iwańczuk
2021-08-14
chore: move importKey tests to webcrypto_unit.ts (#11706)
Divy Srivastava
2021-08-13
fix(ext/crypto): importKey() SecurityError on non-extractable keys (#11662)
Divy Srivastava
2021-08-13
fix(ext/http): remove unwrap() when HTTP conn errors (#11674)
Bartek Iwańczuk
2021-08-13
fix(ext/crypto): take a copy of keyData bytes (#11666)
Divy Srivastava
2021-08-11
chore: move test files to testdata directory (#11601)
David Sherret
2021-08-10
feat: add new esnext types (#11627)
Kitson Kelly
2021-08-09
feat: support client certificates for connectTls (#11598)
Ryan Dahl
2021-08-09
fix(websocket): allow any close code for server (#11614)
Leo K
2021-08-09
feat(extensions/web): add structuredClone function (#11572)
Leo K
2021-08-06
feat: ffi to replace plugins (#11152)
Elias Sjögreen
2021-08-06
revert: allow URL for permissions (#11600)
Bartek Iwańczuk
2021-08-06
feat: support AbortSignal in writeFile (#11568)
Benjamin Gruenbaum
2021-08-06
feat(runtime): allow URL for permissions (#11578)
Leo K
2021-08-05
refactor(cli/tests): remove unnecessary void return types (#11577)
Leo K
2021-08-04
chore: refactor `netHangsOnClose` test to not use `deferred` (#11585)
David Sherret
2021-08-04
feat(unstable): clean environmental variables for subprocess (#11571)
Leo K
2021-08-02
Revert "fix(extensions/fetch): Add Origin header to outgoing requests for fet...
Bartek Iwańczuk
2021-08-02
fix(extensions/fetch): Add Origin header to outgoing requests for fetch (#11557)
Feng Yu
2021-07-31
chore: fix failing netTcpListenCloseWhileIterating test on some machines (#11...
David Sherret
2021-07-29
feat(runtime): implement navigator.hardwareConcurrency (#11448)
Divy Srivastava
2021-07-28
BREAKING(unstable): Rename Deno.WebSocketUpgrade::websocket to socket (#11542)
Nayeem Rahman
2021-07-24
fix(http): support multiple options in connection header for websocket (#11505)
Pavel Hrách
[next]