index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
ops
/
os
/
sys_info.rs
Age
Commit message (
Expand
)
Author
2024-11-15
perf: use available system memory for v8 isolate memory limit (#26868)
Bartek Iwańczuk
2024-09-09
fix(ext/node): report freemem() on Linux in bytes (#25511)
Divy Srivastava
2024-02-05
fix(os): total and free memory in bytes (#22247)
Divy Srivastava
2024-01-10
fix: android support (#19437)
cions
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-11-30
fix(ext/node): fix os.freemem (#21347)
Yoshiya Hinosawa
2023-07-22
feat(runtime): sys_info.rs - Use KERN_OSRELEASE on {Free,Open}BSD (#19849)
VlkrS
2023-07-13
chore: update to Rust 1.71 (#19822)
Matt Mastracci
2023-06-26
chore: fix typos (#19572)
Martin Fischer
2023-05-10
feat(compile): unstable npm and node specifier support (#19005)
David Sherret
2023-01-15
fix(runtime/os): use GetPerformanceInfo for swap info on Windows (#17433)
Divy Srivastava
2023-01-03
chore: resolve clippy errors in windows build (#17215)
Geert-Jan Zwiers
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-28
fix(node): Add op_node_unstable_os_uptime to allow for node interop (#17208)
Kamil Ogórek
2022-12-27
feat(unstable): Add "Deno.osUptime()" API (#17179)
Kamil Ogórek
2022-11-07
chore: fix windows-only clippy error (#16560)
David Sherret
2022-11-04
fix(runtime): fix Deno.hostname on windows (#16530)
Yoshiya Hinosawa
2022-11-02
chore: fix clippy warning (#16512)
Bartek Iwańczuk
2022-11-02
chore(runtime): remove dependency on sys-info crate (#16441)
Divy Srivastava