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-12-07
feat: upgrade to TypeScript 4.9.3 (#16973)
David Sherret
2022-12-06
fix(ext/fetch): new Request should soft clone (#16869)
Luca Casonato
2022-12-02
chore: fix flaky netListenUnrefAndRef (#16892)
David Sherret
2022-12-02
chore: rewrite tests and utils to use Deno.Command API (#16895)
Bartek Iwańczuk
2022-11-28
feat(unstable): rework Deno.Command (#16812)
Leo Kettmeir
2022-11-27
Revert "fix(ext/flash): graceful server startup/shutdown with unsettl… (#16...
Bartek Iwańczuk
2022-11-24
fix(ext/flash): graceful server startup/shutdown with unsettled promises in m...
Yusuke Tanaka
2022-11-22
fix(inspector): ensure console methods provided by inspector are available (#...
Bartek Iwańczuk
2022-11-22
test: disable commandChildUnref flaky test (#16752)
Bartek Iwańczuk
2022-11-17
fix(ext/webstorage): make web storages re-assignable (#16661)
Yoshiya Hinosawa
2022-11-13
feat(unstable): "Deno.Command()" API (#16516)
Leo Kettmeir
2022-11-13
fix(ext/flash): revert #16383 (graceful server startup/shutdown) (#16610)
Yoshiya Hinosawa
2022-11-11
fix(ext/flash): graceful server startup/shutdown (#16383)
Divy Srivastava
2022-11-09
fix(ext/flash): revert #16284 and add test case (#16576)
Yoshiya Hinosawa
2022-11-04
fix(ext/http): flush chunk when streaming resource (#16536)
Luca Casonato
2022-11-04
fix(runtime): fix Deno.hostname on windows (#16530)
Yoshiya Hinosawa
2022-10-29
fix(core): fix APIs not to be affected by `Promise.prototype.then` modificati...
Kenta Moriuchi
2022-10-28
fix(ext/crypto): fix HMAC jwk import "use" check (#16465)
Filip Skokan
2022-10-28
Reland "perf(core): generate inlined wrappers for async ops" (#16455)
Divy Srivastava
2022-10-27
Revert "perf(core): generate inlined wrappers for async ops (#16428)" (#16443)
Divy Srivastava
2022-10-27
perf(core): generate inlined wrappers for async ops (#16428)
Divy Srivastava
2022-10-26
chore(unstable): rename Deno.getUid() and Deno.getGid() (#16432)
Colin Ihrig
2022-10-26
feat(ext/net): reusePort for TCP on Linux (#16398)
Luca Casonato
2022-10-26
feat: Stabilize Deno.consoleSize() API (#15933)
Bartek Iwańczuk
2022-10-25
fix: listenTlsWithReuseAddr test (#16420)
Bartek Iwańczuk
2022-10-25
feat(ext/web): use ArrayBuffer.was_detached() (#16307)
Marcos Casagrande
2022-10-24
perf(ext/web): add op_encode_binary_string (#16352)
Marcos Casagrande
2022-10-24
perf(ext/streams): fast path when consuming body of tee'd stream (#16329)
Marcos Casagrande
2022-10-24
feat(ext/net): add reuseAddress option for UDP (#13849)
Gianluca Oldani
2022-10-24
fix(ext/net): don't remove sockets on unix listen (#16394)
Luca Casonato
2022-10-18
test(crypto): update crypto.getRandomValues calls (#16338)
Filip Skokan
2022-10-18
fix(ext/net): return an error from `startTls` and `serveHttp` if the original...
Yusuke Tanaka
2022-10-17
chore: upgrade internal deno_std to 0.160 (#16333)
David Sherret
2022-10-17
feat(unstable): add windowsRawArguments to SpawnOptions (#16319)
Yoshiya Hinosawa
2022-10-16
fix(ext/cache): illegal constructor (#16205)
Marcos Casagrande
2022-10-15
fix(ext/crypto): correct HMAC get key length op (#16201)
Filip Skokan
2022-10-10
fix(ext/fetch): fix illegal header regex (#16236)
Marcos Casagrande
2022-10-10
fix sparse array inspection (#16204)
sigmaSd
2022-10-09
feat(core): improve resource read & write traits (#16115)
Luca Casonato
2022-10-05
fix(ext/cache): prevent cache insert if body is not fully written (#16138)
Marcos Casagrande
2022-10-05
fix(ext/flash): Avoid sending Content-Length when status code is 204 (#15901)
ayame113
2022-10-04
perf(ext/fetch): consume body using ops (#16038)
Marcos Casagrande
2022-10-04
fix(ext/crypto): interoperable import/export (#16153)
Filip Skokan
2022-10-04
fix(ext/crypto): ecdh spki key import/export roundtrip (#16152)
Filip Skokan
2022-10-03
fix(ext/crypto): deriveBits for ECDH not taking length into account (#16128)
Aurélien Bertron
2022-10-03
fix(ext/cache): close resource on error (#16129)
Marcos Casagrande
2022-10-03
fix(ext/crypto): fix importKey error when leading zeroes (#16009)
李瑞丰
2022-10-02
fix(ext/cache): acquire reader lock before async op (#16126)
Marcos Casagrande
2022-09-29
fix(ext/fetch): `Body#bodyUsed` for static body (#16080)
Marcos Casagrande
2022-09-29
chore(ext/flash): Enabling disabled windows tests (#16081)
ayame113
[next]