summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2024-04-19feat(runtime): Allow embedders to perform additional access checks on file op...Matt Mastracci
2024-04-19feat(ext/http): Add `addr` to HttpServer (#23442)Matt Mastracci
2024-04-19FUTURE: remove `Deno.customInspect` (#23453)Asher Gomez
2024-04-19refactor: move redirect handling into deno_graph (#23444)David Sherret
2024-04-19test: fix node_compat_test (#23446)Bartek Iwańczuk
2024-04-18test: deflake tests for rejection handled (#23448)Bartek Iwańczuk
2024-04-18fix(cli): avoid `deno add` and `deno vendor` errors when deno.json is empty (...nokazn
2024-04-18chore: remove unused, unstable 'http' namespace (#23436)Matt Mastracci
2024-04-18feat(ext/net): extract TLS key and certificate from interfaces (#23327)Bartek Iwańczuk
2024-04-18fix(ext/node): Correctly send ALPN on node TLS connections (#23434)Matt Mastracci
2024-04-17test(publish): check specifiers outside fast check module graph (#23369)Asher Gomez
2024-04-17perf: v8 code cache (#23081)Igor Zinkovsky
2024-04-17fix: allow WPT to successfully exit using `--exit-zero` (#23418)Asher Gomez
2024-04-17chore: update WPT (#23389)Asher Gomez
2024-04-16fix(cli): Identify and fix a test deadlock (#23411)Matt Mastracci
2024-04-16feat(check): allow using side effect imports with unknown module kinds (ex. c...David Sherret
2024-04-16chore(lsp): Add benchmark for performance on a large real-world repo (#23395)Nathan Whitaker
2024-04-16fix(ext/node): worker_threads.receiveMessageOnPort doesn't panic (#23406)Bartek Iwańczuk
2024-04-16feat(ext/url): add `URL.parse` (#23318)Kenta Moriuchi
2024-04-16fix(ext/node): dispatch beforeExit/exit events irrespective of listeners (#23...Satya Rohith
2024-04-15test: add test for running in V8 jitless mode (#23054)Bartek Iwańczuk
2024-04-16fix(ext/node): panic on 'worker_threads.receiveMessageOnPort' (#23386)Bartek Iwańczuk
2024-04-15fix(lsp): improved cjs tracking (#23374)David Sherret
2024-04-15fix(ext/node): add stub for AsyncResource#asyncId() (#23372)Divy Srivastava
2024-04-13fix(ext/node): promise rejection in VM contexts (#23305)Divy Srivastava
2024-04-12chore(test): use file_test_runner for spec tests (#23348)David Sherret
2024-04-12chore: upgrade deno_core to 0.274.0 (#23344)Divy Srivastava
2024-04-12test(compile): dynamic JSR imports are working correctly (#23306)Bartek Iwańczuk
2024-04-11fix(publish): do not warn about excluded external modules in node_modules dir...David Sherret
2024-04-12fix(inspector): don't panic if port is not free (#22745)Bartek Iwańczuk
2024-04-11fix: upgrade deno_ast related crates (#23187)David Sherret
2024-04-11Revert "refactor(ext/net): extract TLS key and certificate from inter… (#23...Bartek Iwańczuk
2024-04-11fix(npm): local nodeModulesDir was sometimes resolving duplicates of same pac...David Sherret
2024-04-10perf(lsp): Only evict caches on JS side when things actually change (#23293)Nathan Whitaker
2024-04-10chore: update to Rust 1.77.2 (#23262)林炳权
2024-04-10chore: update references to `deno_std` to use JSR (#23239)Asher Gomez
2024-04-10refactor(lsp): cleanup documents dependents calculation (#23295)Nayeem Rahman
2024-04-09refactor(ext/net): extract TLS key and certificate from interfaces (#23296)Matt Mastracci
2024-04-09fix(ext/node): implement MessagePort.unref() (#23278)Satya Rohith
2024-04-09fix(ext/node): `node:vm` contexts (#23202)Divy Srivastava
2024-04-08feat(ext/net): Refactor TCP socket listeners for future clustering mode (#23037)Matt Mastracci
2024-04-08fix(ext/http): Make `Deno.serveHttp()` work when proxying (#23269)Bartek Iwańczuk
2024-04-08test: use unordered assertion for node worker test (#23288)Bartek Iwańczuk
2024-04-08chore: update WPT (#23111)Asher Gomez
2024-04-08fix(ext/tls): add support EC private key (#23261)MAKS11060
2024-04-08fix(ext/node): out-of-order writes of fs.createWriteStream (#23244)Yoshiya Hinosawa
2024-04-08FUTURE(ext/net): remove `Deno.(Conn|TlsConn|Listener|TlsListener|UnixConn).pr...Asher Gomez
2024-04-07FUTURE(ext/fs): remove `Deno.FsWatcher.prototype.rid` (#23234)Asher Gomez
2024-04-07FUTURE(ext/fs): make `Deno.FsFile` constructor illegal (#23235)Asher Gomez
2024-04-05perf(lsp): use lockfile to reduce npm pkg resolution time (#23247)David Sherret