summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-07chore: fix linting on main (#18633)David Sherret
2023-04-07fix(ext/node): add X509Certificate (#18625)Divy Srivastava
2023-04-07refactor(ext/node): remove conditional in ServerResponse#enqueue (#18617)Bartek Iwańczuk
2023-04-06fix(npm): reload an npm package's dependency's information when version not f...David Sherret
2023-04-07chore: remove lockfile/ (#18618)Bartek Iwańczuk
2023-04-06refactor(npm): use deno_npm and deno_semver (#18602)David Sherret
2023-04-06chore: fix flaky tests checking ms when CI is slow (#18559)David Sherret
2023-04-06fix(ext/node): implement hkdf-expand (#18612)Divy Srivastava
2023-04-06refactor(ext/node): `NodeFs` - add back altered metadata method (#18613)David Sherret
2023-04-06fix(ext/node): fix unable to resolve fraction.js (#18544)Marvin Hagemeister
2023-04-06perf(ext/websocket): replace tokio_tungstenite server with fastwebsockets (#1...Divy Srivastava
2023-04-06fix(ext/node): add symmetric keygen (#18609)Divy Srivastava
2023-04-06refactor(ext/node): add more methods to 'NodeFs' trait (#18604)Bartek Iwańczuk
2023-04-06feat(task): introduce built-in `unset` command to `deno task` (#18606)Yusuke Tanaka
2023-04-06fix(ext/node): json encode binary command name (#18596)Geert-Jan Zwiers
2023-04-06feat(core): sync io ops in core (#18603)Luca Casonato
2023-04-05perf(ext/io): remove a data copy from File write (#18601)Luca Casonato
2023-04-05chore(cli/bench): add ws echo bench (#18595)Divy Srivastava
2023-04-05tests: cleanup "node_compat_tests" (#18594)Bartek Iwańczuk
2023-04-05refactor(core): run pending dynamic imports before ops (#18592)Bartek Iwańczuk
2023-04-04refactor(ext/http): bring back 'reusePort' option for 'Deno.serve()' (#18590)Bartek Iwańczuk
2023-04-04refactor(core): Improve ergonomics of managing ASCII strings (#18498)Matt Mastracci
2023-04-04feat(ext/url): `URL.canParse` (#18286)Kenta Moriuchi
2023-04-04refactor: remove remaining references to "flash" server (#18580)Bartek Iwańczuk
2023-04-03feat(ext/ffi): support marking symbols as optional (#18529)Dj
2023-04-03refactor: remove "ext/flash" (#18578)Bartek Iwańczuk
2023-04-03refactor: "Deno.serve()" API uses "Deno.serveHttp()" internally (#18568)Bartek Iwańczuk
2023-04-03Revert "fix(cli): don't store blob and data urls in the module cache (#18261)...Yoshiya Hinosawa
2023-04-03refactor(ext/node): migrate "http" module to use "Deno.serveHttp" API (#18552)Bartek Iwańczuk
2023-04-02feat(ext/http): add an op to perform raw HTTP upgrade (#18511)Matt Mastracci
2023-04-02ci: improve release docs (#18562)David Sherret
2023-04-02chore: Turn back on dlintPreferPrimordials (#17715)Kenta Moriuchi
2023-04-01chore: forward v1.32.3 release commit to main (#18561)denobot
2023-04-01fix(test): don't swallow sanitizer errors with permissions (#18550)Nayeem Rahman
2023-04-01fix(lsp): add a document preload file system entry limit (#18553)David Sherret
2023-04-01chore(release): improve merge commit back to main for patch releases (#18554)David Sherret
2023-04-01fix(repl): disable language server document preloading in the repl (#18543)David Sherret
2023-04-01perf(check): faster source hashing (#18534)David Sherret
2023-04-01fix(check): ensure diagnostics caused by changes in other files get invalidat...David Sherret
2023-04-01fix(ext/ffi): crash when same reference struct is used in two fields (#18531)Dj
2023-04-01ci: update to Ubuntu 22.04 runners for all workflows (#18526)Divy Srivastava
2023-04-01chore: forward v1.32.2 release commit to main (#18539)denobot
2023-03-31Revert "fix(cli): deno upgrade file permission (#18427)" (#18467)Bartek Iwańczuk
2023-03-31fix: upgrade to TypeScript 5.0.3 (#18532)David Sherret
2023-03-31fix(lsp): better handling of `data:` urls (#18527)David Sherret
2023-03-31perf(ext/websocket): use opAsync2 to avoid spread deopt (#18525)Divy Srivastava
2023-03-31fix(ops): fallback when FastApiOneByteString is not utf8 (#18518)Divy Srivastava
2023-03-31perf: `const` op declaration (#18288)Divy Srivastava
2023-03-31perf(ext/websocket): efficient event kind serialization (#18509)Divy Srivastava
2023-03-30fix(lsp): include all diagnosable documents on initialize (#17979)David Sherret