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
/
tests
/
unit
Age
Commit message (
Expand
)
Author
2024-05-14
fix: Add missing `"junction"` type for `SymlinkOptions.types` (#23756)
futsuuu
2024-05-10
fix(ext/webgpu): invalidate GPUAdapter when a device is created (#23752)
Leo Kettmeir
2024-05-09
refactor(ext/tls): Implement required functionality for later SNI support (#2...
Matt Mastracci
2024-05-08
fix: upgrade TypeScript from 5.4.3 to 5.4.5 (#23740)
David Sherret
2024-05-07
fix: DOMException doesn't throw on __callSitesEvals (#23729)
Bartek Iwańczuk
2024-05-07
fix(ext/web): properly handle `Blob` case for `createImageBitmap` (#23518)
Hajime-san
2024-05-06
fix(ext/webgpu): correctly validate GPUExtent3D, GPUOrigin3D, GPUOrigin2D & G...
Hajime-san
2024-04-29
fix(ext/http): ensure signal is created iff requested (#23601)
Matt Mastracci
2024-04-24
fix(ext/net): check for TLS using undefined rather than using ReflectHas (#23...
Matt Mastracci
2024-04-24
feat(ext/http): Implement request.signal for Deno.serve (#23425)
Matt Mastracci
2024-04-23
feat: enable Float16Array support (#23490)
Bartek Iwańczuk
2024-04-19
feat(runtime): Allow embedders to perform additional access checks on file op...
Matt Mastracci
2024-04-19
feat(ext/http): Add `addr` to HttpServer (#23442)
Matt Mastracci
2024-04-18
chore: remove unused, unstable 'http' namespace (#23436)
Matt Mastracci
2024-04-18
feat(ext/net): extract TLS key and certificate from interfaces (#23327)
Bartek Iwańczuk
2024-04-11
Revert "refactor(ext/net): extract TLS key and certificate from inter… (#23...
Bartek Iwańczuk
2024-04-09
refactor(ext/net): extract TLS key and certificate from interfaces (#23296)
Matt Mastracci
2024-04-08
feat(ext/net): Refactor TCP socket listeners for future clustering mode (#23037)
Matt Mastracci
2024-04-08
fix(ext/http): Make `Deno.serveHttp()` work when proxying (#23269)
Bartek Iwańczuk
2024-04-08
fix(ext/tls): add support EC private key (#23261)
MAKS11060
2024-04-03
chore(tests): rewrite tls_test to avoid any hardcoded ports (#23191)
Matt Mastracci
2024-04-02
chore: update `std` submodule to 0.221.0 (#23112)
Asher Gomez
2024-03-26
feat: type declarations for new Set methods (#23090)
David Sherret
2024-03-26
feat: TypeScript 5.4 (#23086)
David Sherret
2024-03-25
fix(ext/web): Fix structuredClone Web API type declaration (any -> generic) (...
Viktor Marinho
2024-03-25
fix(ext/fetch): do not truncate field value in `EventSource` (#22368)
ud2
2024-03-20
chore(ext/io): remove use of deprecated `Deno.writeSync()` (#22872)
Asher Gomez
2024-03-20
chore(ext/buffer): remove use of deprecated `Deno.readAll()` (#22874)
Asher Gomez
2024-03-18
chore(ext/buffer): cleanup use of deprecated `Deno.writeAllSync()` (#22875)
Asher Gomez
2024-03-11
fix(runtime): Restore default signal handler after user handlers are unregist...
Nathan Whitaker
2024-03-07
fix(ext/node): http2.createServer (#22708)
Satya Rohith
2024-03-05
chore(tests): update flaky timer test (#22701)
Matt Mastracci
2024-03-01
perf(cli): use new deno_core timers (#22569)
Matt Mastracci
2024-02-27
perf(cli): reduce overhead in test registration (#22552)
Matt Mastracci
2024-02-21
fix(ext/fs): make errors in tempfile creation clearer (#22498)
Matt Mastracci
2024-02-18
feat: `Deno.ConnectTlsOptions.{cert,key}` (#22274)
Asher Gomez
2024-02-18
feat(fs): `Deno.FsFile.{isTerminal,setRaw}()` (#22234)
Asher Gomez
2024-02-18
BREAKING: add `Deno.CreateHttpClientOptions.{cert,key}` (#22280)
Asher Gomez
2024-02-16
refactor(cli): move op sanitizer to Rust (#22413)
Matt Mastracci
2024-02-13
fix(ext/web): Prevent (De-)CompressionStream resource leak on stream cancella...
Florian Schwalm
2024-02-13
chore: use `@std` import instead of `@test_util/std` (#22398)
Asher Gomez
2024-02-10
chore: move cli/tests/ -> tests/ (#22369)
Matt Mastracci