summaryrefslogtreecommitdiff
path: root/runtime/ops/os
AgeCommit message (Expand)Author
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-04refactor(runtime/permissions): use concrete error types (#26464)Leo Kettmeir
2024-10-22refactor(runtime/ops): use concrete error types (#26409)Leo Kettmeir
2024-09-28refactor: use deno_path_util (#25918)David Sherret
2024-09-09fix(ext/node): report freemem() on Linux in bytes (#25511)Divy Srivastava
2024-07-24fix(node): Run node compat tests listed in the `ignore` field (and fix the on...Nathan Whitaker
2024-06-06refactor: remove `PermissionsContainer` in deno_runtime (#24119)David Sherret
2024-05-29feat: Add `Deno.exitCode` API (#23609)Luke Edwards
2024-04-12chore: upgrade deno_core to 0.274.0 (#23344)Divy Srivastava
2024-02-05fix(os): total and free memory in bytes (#22247)Divy Srivastava
2024-01-23chore: upgrade deno_core to 0.249.0 (#22058)Bartek Iwańczuk
2024-01-10fix: android support (#19437)cions
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-11-30fix(ext/node): fix os.freemem (#21347)Yoshiya Hinosawa
2023-10-07refactor: migrate more ops to op2 macro (#20808)Bartek Iwańczuk
2023-09-21refactor: rewrite some ops to op2 macro (#20603)Bartek Iwańczuk
2023-09-12refactor: rewrite runtime/ ops to op2 (#20459)Bartek Iwańczuk
2023-07-22feat(runtime): sys_info.rs - Use KERN_OSRELEASE on {Free,Open}BSD (#19849)VlkrS
2023-07-13chore: update to Rust 1.71 (#19822)Matt Mastracci
2023-07-09chore: upgrade deno_core and rusty_v8 (#19773)Bartek Iwańczuk
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-06-05feat(runtime): Add an OpenBSD implementation for rss() (#19221)VlkrS
2023-06-03refactor(core): remove force_op_registration and cleanup JsRuntimeForSnapshot...Nayeem Rahman
2023-05-10feat(compile): unstable npm and node specifier support (#19005)David Sherret
2023-04-21refactor(core): remove ops from Deno.core.ops that are disabled (#18793)Bartek Iwańczuk
2023-03-18Reland "perf(core): preserve ops between snapshots (#18080)" (#18272)Bartek Iwańczuk
2023-03-18Revert "perf(core): preserve ops between snapshots (#18080)" (#18267)Bartek Iwańczuk
2023-03-18perf(core): preserve ops between snapshots (#18080)Bartek Iwańczuk
2023-03-17perf(core) Reduce copying and cloning in extension initialization (#18252)Matt Mastracci
2023-03-17feat(core) deno_core::extension! macro to simplify extension registration (#1...Matt Mastracci
2023-03-09chore: update Rust to 1.68.0 (#18102)Bartek Iwańczuk
2023-03-07refactor(core): don't use Result in ExtensionBuilder::state (#18066)Bartek Iwańczuk
2023-03-03feat(ops): reland fast zero copy string arguments (#17996)Divy Srivastava
2023-02-14feat: stabilize Deno.osUptime() (#17554)Bartek Iwańczuk
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-15fix(runtime/os): use GetPerformanceInfo for swap info on Windows (#17433)Divy Srivastava
2023-01-14chore: use rustfmt imports_granularity option (#17421)Divy Srivastava
2023-01-08feat(core): allow specifying name and dependencies of an Extension (#17301)Leo Kettmeir
2023-01-07refactor(permissions): add PermissionsContainer struct for internal mutabilit...Bartek Iwańczuk
2023-01-03chore: resolve clippy errors in windows build (#17215)Geert-Jan Zwiers
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-28fix(node): Add op_node_unstable_os_uptime to allow for node interop (#17208)Kamil Ogórek
2022-12-27feat(unstable): Add "Deno.osUptime()" API (#17179)Kamil Ogórek
2022-12-17fix(runtime): `Deno.memoryUsage().rss` should return correct value (#17088)David Sherret
2022-12-15Revert "feat(ops): Fast zero copy string arguments (#16777)" (#17063)Bartek Iwańczuk
2022-12-02feat(ops): Fast zero copy string arguments (#16777)Divy Srivastava
2022-11-11fix(npm): remove forgotten unstable check (#16598)Bartek Iwańczuk
2022-11-09feat: stabilize Deno.uid() and Deno.gid() (#16424)Colin Ihrig