summaryrefslogtreecommitdiff
path: root/runtime
AgeCommit message (Expand)Author
2024-07-10fix: Add sys permission kinds for node compat (#24242)Adam Gregory
2024-07-10feat(node): Support executing npm package lifecycle scripts (preinstall/insta...Nathan Whitaker
2024-07-05fix(permissions): handle ipv6 addresses correctly (#24397)Luca Casonato
2024-07-05fix(node): Implement `fs.lchown` (and `process.getegid`) (#24418)Nathan Whitaker
2024-07-05chore: rename `__runtime_js_source` to `hmr` (#24442)Divy Srivastava
2024-07-04feat(jupyter): support `confirm` and `prompt` in notebooks (#23592)Zander Hill
2024-07-01feat: upgrade deno_core (#24364)snek
2024-06-19chore: forward v1.44.4 release commit to main (#24271)denobot
2024-06-19fix(ext/node): Add SIGPOLL and SIGUNUSED signals (#24259)Divy Srivastava
2024-06-19chore: forward v1.44.3 release commit to main (#24256)denobot
2024-06-17fix(ext/permissions): add correct feature flags to winapi (#24218)Richard Carson
2024-06-14chore: upgrade to rust 1.79 (#24207)Satya Rohith
2024-06-13fix(cli): missing flag for `--unstable-process` (#24199)Luca Casonato
2024-06-13chore: forward v1.44.2 release commit to main (#24194)denobot
2024-06-12fix(ext/node): fix vm memory usage and context initialization (#23976)Divy Srivastava
2024-06-07fix(ext/node): support stdin child_process IPC & fd stdout/stderr (#24106)Divy Srivastava
2024-06-06refactor: remove `PermissionsContainer` in deno_runtime (#24119)David Sherret
2024-06-06chore: forward v1.44.1 release commit to main (#24115)denobot
2024-06-05fix: better handling of npm resolution occurring on workers (#24094)David Sherret
2024-06-02fix: validate integer values in `Deno.exitCode` setter (#24068)Kenta Moriuchi
2024-05-301.44.0 (#24045)denobot
2024-05-29feat: Add `Deno.exitCode` API (#23609)Luke Edwards
2024-05-29fix(ext/node): windows cancel stdin read in line mode (#23969)Divy Srivastava
2024-05-28fix: empty `process.platform` with `__runtime_js_sources` (#24005)Marvin Hagemeister
2024-05-24fix: use hash of in-memory bytes only for code cache (#23966)David Sherret
2024-05-23feat: enable pointer compression via deno_core bump (#23838)Matt Mastracci
2024-05-23fix(runtime): use more null proto objects (#23921)Luca Casonato
2024-05-22chore: forward v1.43.6 release commit to main (#23936)Bartek Iwańczuk
2024-05-17feat(serve): support `--port 0` to use an open port (#23846)Satya Rohith
2024-05-17chore: forward v1.43.4 commit to main (#23861)Bartek Iwańczuk
2024-05-16fix(ext/node): homedir() `getpwuid`/`SHGetKnownFolderPath` fallback (#23841)Divy Srivastava
2024-05-14fix(runtime): output to stderr with colors if a tty and stdout is piped (#23813)David Sherret
2024-05-13chore: cleanup unused dependencies (#23787)Leo Kettmeir
2024-05-10chore: forward v1.43.3 release commit to main (#23771)denobot
2024-05-10fix(runtime): Allow opening /dev/fd/XXX for unix (#23743)Matt Mastracci
2024-05-09refactor(ext/tls): Implement required functionality for later SNI support (#2...Matt Mastracci
2024-05-08chore: enable clippy::print_stdout and clippy::print_stderr (#23732)David Sherret
2024-05-09chore: forward v1.43.2 release commit to main (#23749)denobot
2024-05-08fix(runtime): allow nul device on windows (#23741)Matt Mastracci
2024-05-07fix(runtime): allow r/w access to /etc without --allow-all (#23718)Luca Casonato
2024-05-05fix(ext/node): don't rely on Deno.env to read NODE_DEBUG (#23694)Satya Rohith
2024-05-05fix(workers): `importScripts` concurrently and use a new `reqwest::Client` pe...David Sherret
2024-05-05chore: fix outdated note in `runtime/js/README.md` (#23673)Antoine du Hamel
2024-05-01feat(runtime): allow adding custom extensions to snapshot (#23569)Mathias Lafeldt
2024-05-011.43.0 (#23629)denobot
2024-04-251.43.0 (#23549)denobot
2024-04-25fix: unref stdin read (#23534)Bartek Iwańczuk
2024-04-24feat: Add `deno serve` subcommand (#23511)Matt Mastracci
2024-04-24feat(ext/http): Implement request.signal for Deno.serve (#23425)Matt Mastracci
2024-04-19refactor(ext/http): extract 02_websocket.ts from 01_http.js (#23460)Matt Mastracci