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