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-09-21
fix(runtime): better error message with Deno.env.get/set (#15966)
Yoshiya Hinosawa
2022-09-20
fix(flash): panic if response if undefined (#15964)
Bartek Iwańczuk
2022-09-20
feat(cli): update to TypeScript 4.8 (#15064)
Kitson Kelly
2022-09-19
refactor: move out test files from root testdata directory into sub directori...
David Sherret
2022-09-16
fix(runtime): fix permission status cache keys (#15899)
Nayeem Rahman
2022-09-15
chore(ext/flash): disable flaky flash test (#15908)
Divy Srivastava
2022-09-07
fix(core): make errors more resistant to tampering (#15789)
Colin Ihrig
2022-09-07
fix(ext/flash): use utf8 length as Content-Length (#15793)
Divy Srivastava
2022-09-06
perf(runtime): short-circuit `queue_async_op` for Poll::Ready (#15773)
Divy Srivastava
2022-09-02
fix(ext/timers): create primordial `eval` (#15110)
Garcia
2022-09-02
fix(cli/repl): await Promise.any([])... (#15623)
Jason
2022-09-01
fix(serde_v8): no panic on reading large text file (#15494)
Geert-Jan Zwiers
2022-09-01
fix(ext/flash): retry write failures (#15591)
Divy Srivastava
2022-08-26
fix(ext/flash): panic on AddrInUse (#15607)
Bartek Iwańczuk
2022-08-24
fix(unstable): finish HTTP response for 205 and 304 responses (#15584)
Bartek Iwańczuk
2022-08-24
fix(unstable): Deno.serve() can parse hostnames (#15579)
Bartek Iwańczuk
2022-08-24
feat(ext/flash): split upgradeHttp into two APIs (#15557)
Luca Casonato
2022-08-24
feat: update `Deno.serve` function signature (#15563)
Luca Casonato
2022-08-23
fix(ext/fetch): ignore user content-length header (#15555)
Luca Casonato
2022-08-22
fix(ext/flash): fix default onListen callback (#15533)
Yoshiya Hinosawa
2022-08-21
fix(unstable): better error for invalid hostname in Deno.serve() (#15529)
Bartek Iwańczuk
2022-08-21
fix(ext/flash): fix listening port (#15519)
Yoshiya Hinosawa
2022-08-19
feat(unstable): change Deno.serve() API (#15498)
Bartek Iwańczuk
2022-08-19
fix(ext/flash): concurrent response streams (#15493)
Divy Srivastava
2022-08-18
feat(ext/flash): An optimized http/1.1 server (#15405)
Divy Srivastava
2022-08-11
perf(ops): Monomorphic sync op calls (#15337)
Aapo Alasuutari
2022-07-23
feat(ext/crypto): deriveBits P-384 (#15138)
diachedelic
2022-07-22
fix: Child.unref() unrefs stdio streams properly (#15275)
Bartek Iwańczuk
2022-07-20
chore: use import.meta.resolve() in tests (#15256)
Bartek Iwańczuk
2022-07-20
chore: align some Web API type definitions to lib.dom.d.ts (#15219)
ayame113
2022-07-20
fix(ext/web): align DOMException better with spec (#15097)
Phosra
2022-07-20
chore(ext): update webgpu (#15059)
Dante Issaias
2022-07-18
feat(unstable): Ability to ref/unref "Child" in "Deno.spawnChild()" API (#15151)
Leo Kettmeir
2022-07-18
BREAKING(unstable): Improve Deno.spawn() stdio API (#14919)
Nayeem Rahman
2022-07-13
chore: remove flaky writeSyncWhileAsyncFails test (#15194)
David Sherret
2022-07-13
fix(cli): synchronize async stdio/file reads and writes (#15092)
David Sherret
2022-07-12
fix(ext/http): reading headers with ongoing body reader (#15161)
Divy Srivastava
2022-06-29
fix(ext/web): remove `ErrorEventInit`'s error default (#14809)
Mark Ladyshau
2022-06-25
fix(core): don't panic on non-existent cwd (#14957)
Divy Srivastava
2022-06-20
BREAKING(ext/ffi): Remove `Deno.UnsafePointer` indirection (#14915)
Divy Srivastava
2022-06-19
fix(ext/fetch): add `accept-language` default header to fetch (#14882)
Mark Ladyshau
2022-06-17
fix(ext/web): add EventTarget brand checking (#14637)
Colin Ihrig
2022-06-16
fix: make Performance global an EventTarget
cjihrig
2022-06-15
fix(console): constrol inspect() indent with option (#14867)
cjihrig
2022-06-15
BREAKING: remove `Intl.v8BreakIterator` (#14864)
Luca Casonato
2022-06-14
refactor(runtime/signal): revert SIGINT and SIGBREAK `Deno.kill` Windows chan...
David Sherret
2022-06-13
feat(runtime/signal): implement SIGINT and SIGBREAK for windows (#14694)
Geert-Jan Zwiers
2022-06-13
Remove unstable Deno.sleepSync (#14719)
Ryan Dahl
2022-06-13
feat(console): pass options and depth to custom inspects (#14855)
Colin Ihrig
2022-06-08
feat(ext/crypto): export elliptic keys as "raw" (#14764)
diachedelic
[next]