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
2023-01-12
feat: allow passing a ReadableStream to Deno.writeFile/Deno.writeTextFile (#1...
Leo Kettmeir
2023-01-09
feat(runtime/os): add `Deno.env.has()` (#17315)
Leo Kettmeir
2023-01-03
fix(permissions): process `URL` in `Deno.FfiPermissionDescriptor.path` for `r...
Asher Gomez
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-28
feat(unstable): Add Deno.Conn.ref()/unref() (#17170)
Bartek Iwańczuk
2022-12-27
feat(unstable): Add "Deno.osUptime()" API (#17179)
Kamil Ogórek
2022-12-23
fix(ext/fetch): Guard against invalid URL before its used by reqwest (#17164)
Kamil Ogórek
2022-12-20
fix(ext/http): close stream on resp body error (#17126)
Luca Casonato
2022-12-19
fix: display URL in invalid URL error (#17128)
Leo Kettmeir
2022-12-19
test(ext/fetch): fix test in release mode (#17125)
Luca Casonato
2022-12-19
fix(ext/fetch): handle errors in req body stream (#17081)
Luca Casonato
2022-12-17
fix(runtime): `Deno.memoryUsage().rss` should return correct value (#17088)
David Sherret
2022-12-14
fix: upgrade to TS 4.9.4 (#17048)
David Sherret
2022-12-13
feat: support `createNew` in `Deno.writeFile` (#17023)
Leo Kettmeir
2022-12-13
fix: default to `"inherit"` for `Deno.Command#spawn()`'s `stdout` & `stderr` ...
Leo Kettmeir
2022-12-09
unstable: remove Deno.spawn, Deno.spawnSync, Deno.spawnChild APIs (#16893)
Bartek Iwańczuk
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
[prev]
[next]