summaryrefslogtreecommitdiff
path: root/runtime/ops
AgeCommit message (Expand)Author
2024-11-18feat(runtime): remove public OTEL trace API (#26854)Luca Casonato
2024-11-15perf: use available system memory for v8 isolate memory limit (#26868)Bartek Iwańczuk
2024-11-14fix: otel resiliency (#26857)snek
2024-11-13feat: OpenTelemetry Tracing API and Exporting (#26710)snek
2024-11-12fix(permissions): say to use --allow-run instead of --allow-all (#26842)David Sherret
2024-11-04refactor(runtime/permissions): use concrete error types (#26464)Leo Kettmeir
2024-10-23fix: share inotify fd across watchers (#26200)Divy Srivastava
2024-10-22refactor(runtime/ops): use concrete error types (#26409)Leo Kettmeir
2024-10-19chore: update nix crate (#26422)Leo Kettmeir
2024-10-18refactor(ext/http): use concrete error types (#26377)Leo Kettmeir
2024-10-18refactor(ext/websocket): use concrete error type (#26226)Leo Kettmeir
2024-10-17refactor(ext/web): use concrete error types (#26185)Leo Kettmeir
2024-10-17refactor: use macros for signal table (#26214)Patrick Uftring
2024-10-14refactor(ext/webstorage): use concrete error types (#26173)Leo Kettmeir
2024-09-30refactor: bury descriptor parsing in PermissionsContainer (#25936)David Sherret
2024-09-28refactor: use deno_path_util (#25918)David Sherret
2024-09-27fix(node): Pass NPM_PROCESS_STATE to subprocesses via temp file instead of en...Nathan Whitaker
2024-09-27BREAKING(ext/net): improved error code accuracy (#25383)Luca Casonato
2024-09-17chore: upgrade deno_core (#25674)Bartek Iwańczuk
2024-09-16feat(permissions): `Deno.mainModule` doesn't require permissions (#25667)Nathan Whitaker
2024-09-16refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)David Sherret
2024-09-12fix(ext/node): Implement detached option in `child_process` (#25218)Nathan Whitaker
2024-09-12feat: stabilize `Deno.createHttpClient()` (#25569)Asher Gomez
2024-09-10feat(cli): use NotCapable error for permission errors (#25431)Luca Casonato
2024-09-09BREAKING: Remove `--unstable` flag (#25522)Bartek Iwańczuk
2024-09-09fix(ext/node): report freemem() on Linux in bytes (#25511)Divy Srivastava
2024-09-06refactor(permissions): remove FromStr implementations, add ::parse methods (#...Bartek Iwańczuk
2024-09-04fix(regression): do not expose resolved path in Deno.Command permission denie...David Sherret
2024-09-04fix: lock down allow-run permissions more (#25370)David Sherret
2024-09-03BREAKING(permissions): remove --allow-hrtime (#25367)Luca Casonato
2024-09-03BREAKING(unstable): drop support for Deno.run.{clearEnv,gid,uid} (#25371)Bartek Iwańczuk
2024-08-28fix(permissions): disallow any `LD_` or `DYLD_` prefixed env var without full...David Sherret
2024-08-27fix(permissions): disallow launching subprocess with LD_PRELOAD env var witho...David Sherret
2024-08-27fix: removed unstable-htttp from deno help (#25216)HasanAlrimawi
2024-08-19feat: upgrade deno_core (#25042)snek
2024-08-15refactor: `version` module exports a single const struct (#25014)Bartek Iwańczuk
2024-08-15fix(node): Create additional pipes for child processes (#25016)Nathan Whitaker
2024-08-12fix(runtime/windows): fix calculation of console size (#23873)Roy Ivy III
2024-08-07fix: `rename` watch event missing (#24893)Marvin Hagemeister
2024-08-02Revert "feat: async context" (#24856)snek
2024-08-02feat: async context (#24402)snek
2024-07-30fix(node): Rework node:child_process IPC (#24763)Nathan Whitaker
2024-07-29chore: upgrade to rust 1.80 (#24778)Satya Rohith
2024-07-24fix(node): Run node compat tests listed in the `ignore` field (and fix the on...Nathan Whitaker
2024-07-19fix(node): support `tty.hasColors()` and `tty.getColorDepth()` (#24619)Marvin Hagemeister
2024-07-18Reland "refactor(fetch): reimplement fetch with hyper instead of reqwest" (#2...Bartek Iwańczuk
2024-07-13Revert "refactor(fetch): reimplement fetch with hyper instead of reqwest (#24...Ryan Dahl
2024-07-13refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237)Sean McArthur
2024-07-05fix(permissions): handle ipv6 addresses correctly (#24397)Luca Casonato
2024-06-19fix(ext/node): Add SIGPOLL and SIGUNUSED signals (#24259)Divy Srivastava