summaryrefslogtreecommitdiff
path: root/runtime
AgeCommit message (Expand)Author
2023-08-15fix(runtime): use host header for inspector websocket URL (#20171)Matt Mastracci
2023-08-16feat(ext/node): eagerly bootstrap node (#20153)Matt Mastracci
2023-08-15fix(runtime): navigator.userAgent in web worker (#20129)await-ovo
2023-08-10chore: forward v1.36.1 to main (#20119)Divy Srivastava
2023-08-10chore: upgrade fastwebsockets to 0.4.4 (#19089)Divy Srivastava
2023-08-06build: allow disabling snapshots for dev (#20048)Nayeem Rahman
2023-08-05refactor: remove snapshot_module_load_cb (#20043)Nayeem Rahman
2023-08-031.36.0 (#20036)denobot
2023-08-03feat(permissions): add "--deny-*" flags (#19070)Asher Gomez
2023-08-01chore: fix windows clippy errors (#20014)David Sherret
2023-08-01refactor(runtime): use new fd methods from resource table (#20010)Matt Mastracci
2023-07-31fix: call setIsTrusted for generated events (MessageEvent) (#19919)Ricardo Iván Vieitez Parra
2023-07-31feat(node/os): implement getPriority, setPriority & userInfo (#19370)Leo Kettmeir
2023-07-31refactor: update core extension api usage (#19952)Nayeem Rahman
2023-07-261.35.3 (#19947)denobot
2023-07-23chore: update deno_core to 0.196.0 (#19897)Bartek Iwańczuk
2023-07-22feat(runtime): sys_info.rs - Use KERN_OSRELEASE on {Free,Open}BSD (#19849)VlkrS
2023-07-20chore: forward v1.35.2 release commit to main (#19887)denobot
2023-07-19feat(ext/node): properly segregate node globals (#19307)Luca Casonato
2023-07-19fix(runtime): print process name in case of spawn error (#19855)sigmaSd
2023-07-13fix(tsc): more informative diagnostic when `Deno` does not exist (#19825)David Sherret
2023-07-13chore: update to Rust 1.71 (#19822)Matt Mastracci
2023-07-12chore: forward 1.35.1 back to main (#19814)David Sherret
2023-07-09chore: upgrade deno_core and rusty_v8 (#19773)Bartek Iwańczuk
2023-07-051.35.0 (#19717)denobot
2023-07-04fix: move `Deno.serve` to stable namespace (#19718)Bartek Iwańczuk
2023-07-02refactor: rename built-in node modules from ext:deno_node/ to node: (#19680)Bartek Iwańczuk
2023-07-02Reland "fix(cli): don't store blob and data urls in the module cache" (#18581)Nayeem Rahman
2023-07-01fix(ext/kv): expose Deno.AtomicOperation (#19674)Luca Casonato
2023-06-29fix(core): consistent extension source resolution (#19615)Nayeem Rahman
2023-06-29feat: add more Deno.errors classes (#19514)Bartek Iwańczuk
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-06-26Revert "Reland "refactor(core): cleanup feature flags for js source i… (#19...Bartek Iwańczuk
2023-06-25Reland "refactor(core): cleanup feature flags for js source inclusion" (#19519)Nayeem Rahman
2023-06-22refactor(serde_v8): split ZeroCopyBuf into JsBuffer and ToJsBuffer (#19566)Bartek Iwańczuk
2023-06-16chore: add conditional compilation for tokio_unstable feature (#19537)Bartek Iwańczuk
2023-06-16chore: forward v1.34.3 release commit to main (#19526)denobot
2023-06-14refactor(core): some runtime methods should live on the module map (#19502)Matt Mastracci
2023-06-14perf: don't run microtask checkpoint if macrotask callback did no work (#19492)Bartek Iwańczuk
2023-06-13Revert "refactor(core): cleanup feature flags for js source inclusion… (#19...Bartek Iwańczuk
2023-06-13refactor(core): cleanup feature flags for js source inclusion (#19463)Nayeem Rahman
2023-06-12feat: Adaptations to support OpenBSD port (#19153)VlkrS
2023-06-09chore: fix flaky stdio_streams_are_locked_in_permission_prompt (#19443)David Sherret
2023-06-09perf: add Tokio runtime monitor (#19415)Bartek Iwańczuk
2023-06-09chore: forward v1.34.2 release commit to main (#19434)denobot
2023-06-06chore: upgrade to Rust 1.70.0 (#19345)David Sherret
2023-06-05feat(runtime): Add an OpenBSD implementation for rss() (#19221)VlkrS
2023-06-05feat(runtime): support creating workers using custom v8 params (#19339)Mathias Lafeldt
2023-06-03refactor(core): remove force_op_registration and cleanup JsRuntimeForSnapshot...Nayeem Rahman
2023-05-31fix(runtime): add missing SIGIOT alias to SIGABRT (#19333)Marvin Hagemeister