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
2022-03-07
fix(ext/http): drop content-length header on compression (#13866)
Satya Rohith
2022-03-04
feat(ext/http): auto-compression of fixed response bodies (#13769)
Kitson Kelly
2022-03-02
feat(ext/crypto): AES-GCM support for 128bit IVs (#13805)
Divy Srivastava
2022-03-02
feat(cli): update to TypeScript 4.6.2 (#13474)
Kitson Kelly
2022-03-01
fix(runtime): disable console color for non tty stdout (#13782)
Antonio Musolino
2022-02-27
feat: Add Deno.TcpConn class, change return type from Deno.connect (#13714)
Bartek Iwańczuk
2022-02-24
feat(ext/net): support cert, key options in listenTls (#13740)
Yoshiya Hinosawa
2022-02-16
feat(test): improved op sanitizer errors + traces (#13676)
Luca Casonato
2022-02-16
tests: deflake a bunch of net related tests (#13685)
Luca Casonato
2022-02-16
tests: unflake httpServerIncompleteMessage (#13682)
Luca Casonato
2022-02-16
fix(ext/crypto): optional additionalData in encrypt/decrypt (#13669)
Divy Srivastava
2022-02-16
feat(ext/http): add support for unix domain sockets (#13628)
ylxdzsw
2022-02-15
feat(runtime): web streams in fs & net APIs (#13615)
Luca Casonato
2022-02-08
fix(ext/crypto): support EC p256 private key material in exportKey (#13547)
Divy Srivastava
2022-02-06
fix(ext/console): fix uncaught TypeError in css styling (#13567)
Zach
2022-02-04
feat(ext/console): better circular information in object inspection (#13555)
Leo Kettmeir
2022-01-31
feat(ext/net): Add Conn.setNoDelay and Conn.setKeepAlive (#13103)
Yosi Pramajaya
2022-01-31
feat(unstable): add Deno.getUid (#13496)
Yoshiya Hinosawa
2022-01-30
fix(ext/crypto): enforce 128bits tagLength for AES-GCM decryption (#13536)
Divy Srivastava
2022-01-24
chore: re-enable wgpu_sync (#13453)
Aaron O'Mullan
2022-01-24
feat(unstable): add Deno.networkInterfaces (#13475)
Yoshiya Hinosawa
2022-01-20
revert(#13402): experiment: wgpu sync (#13439)
Aaron O'Mullan
2022-01-20
chore: update copyright year (#13434)
Yoshiya Hinosawa
2022-01-20
fix(cli/dts): add NotSupported error type (#13432)
Yoshiya Hinosawa
2022-01-19
experiment: wgpu sync (#13402)
Aaron O'Mullan
2022-01-19
feat(ext/crypto): implement pkcs8/JWK for P-384 curves (#13154)
Sean Michael Wykes
2022-01-19
feat(ext/crypto): implement pkcs8/spki/jwk exportKey for ECDSA and ECDH (#13104)
Sean Michael Wykes
2022-01-17
fix(tsc): Add typings for `Intl.ListFormat` (#13301)
Andreu Botella
2022-01-14
feat(ext/crypto): implement AES-GCM decryption (#13319)
Divy Srivastava
2022-01-11
feat(ext/crypto): implement AES-KW for wrapKey/unwrapKey (#13286)
Sean Michael Wykes
2022-01-05
feat(ext/crypto): implement AES-GCM encryption (#13119)
Divy Srivastava
2022-01-05
fix(ext/crypto) - exportKey JWK for AES/HMAC must use base64url (#13264)
Sean Michael Wykes
2022-01-04
fix: upgrade swc_ecmascript to 0.103 (#13284)
David Sherret
2022-01-04
fix(signals): prevent panic when listening to forbidden signals (#13273)
Leo Kettmeir
2022-01-03
fix(ext/crypto): use forgiving base64 encoding for JWK (#13240)
Sean Michael Wykes
2022-01-03
feat(ext/crypto): support AES-CTR encrypt/decrypt (#13177)
Sean Michael Wykes
2022-01-02
chore: update std submodule to efa94f2 (#13260)
Bartek Iwańczuk
2021-12-23
fix(ext/console): map basic css color keywords to ansi (#13175)
Zach
2021-12-16
feat(ext/crypto): support importing ECSDA and ECDH (#13088)
Sean Michael Wykes
2021-12-16
feat(fetch): support abort reasons in fetch (#13106)
Andreu Botella
2021-12-16
feat: support abort reasons in Deno APIs and `WebSocketStream` (#13066)
Andreu Botella
2021-12-14
fix(ext/net): make unix and tcp identical on close (#13075)
Ben Noordhuis
2021-12-14
feat(ext/crypto): support exporting RSA JWKs (#13081)
Luca Casonato
2021-12-10
tests: deflake crypto InvalidIntializationVector (#13040)
Luca Casonato
2021-12-10
feat(cli): update to TypeScript 4.5 (#12410)
Kitson Kelly
2021-12-09
feat(ext/timers): add refTimer, unrefTimer API (#12953)
Yoshiya Hinosawa
2021-12-08
fix(ext/timers): fix flakiness of `httpConnAutoCloseDelayedOnUpgrade` test (#...
Yoshiya Hinosawa
2021-12-07
refactor(timers): refactor timers to use one async op per timer (#12862)
Andreu Botella
2021-12-05
feat(ext/crypto): implement unwrapKey (#12539)
Divy Srivastava
2021-11-29
feat(ext/net): enable sending to broadcast address (#12860)
Michael Busby
[next]