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
2022-09-22
chore: fix recent windows only clippy issues (#15993)
David Sherret
2022-09-22
perf: fs optimizations - part 1 (#15873)
Divy Srivastava
2022-09-21
fix(runtime): better error message with Deno.env.get/set (#15966)
Yoshiya Hinosawa
2022-09-19
chore: fix clippy warnings (#15944)
Ben Noordhuis
2022-09-16
upgrade deps (#15914)
Ryan Dahl
2022-09-14
fix(ops): add node.js env variable allowlist (#15893)
Colin Ihrig
2022-09-06
perf(runtime): short-circuit `queue_async_op` for Poll::Ready (#15773)
Divy Srivastava
2022-09-05
chore: fix flaky stdout_write_all test (#15772)
David Sherret
2022-09-05
perf(runtime): flatten arguments for write_file ops (#15776)
Divy Srivastava
2022-09-04
fix(cli): allow using file resource synchronously while being used async (#15...
David Sherret
2022-08-19
perf(runtime): optimize Deno.file open & stream (#15496)
Divy Srivastava
2022-08-18
feat(ext/flash): An optimized http/1.1 server (#15405)
Divy Srivastava
2022-08-16
feat(runtime): add pre_execute_module_cb (#15485)
David Sherret
2022-07-26
chore(ops): Remove unused arguments from ops (#15315)
Aapo Alasuutari
2022-07-18
feat(unstable): Ability to ref/unref "Child" in "Deno.spawnChild()" API (#15151)
Leo Kettmeir
2022-07-15
chore: fix Windows specific clippy errors (#15212)
David Sherret
2022-07-13
fix(cli): synchronize async stdio/file reads and writes (#15092)
David Sherret
2022-06-26
build: require safety comments on unsafe code (#13870)
Luca Casonato
2022-06-14
refactor(runtime/signal): revert SIGINT and SIGBREAK `Deno.kill` Windows chan...
David Sherret
2022-06-13
Deno.exit() is an alias to self.close() in worker contexts (#14826)
Bartek Iwańczuk
2022-06-13
feat(runtime/signal): implement SIGINT and SIGBREAK for windows (#14694)
Geert-Jan Zwiers
2022-06-08
refactor: ensure exit code reference is passed to all workers (#14814)
Bartek Iwańczuk
2022-05-31
feat(unstable): add Deno.getGid (#14528)
James Bradlee
2022-05-23
fix: read raw stdin to prevent buffering (regression) (#14704)
David Sherret
2022-05-18
feat: return a signal string instead number on ChildStatus (#14643)
Leo Kettmeir
2022-05-17
BREAKING(unstable): Enable Deno namespace in workers by default (#14581)
Nayeem Rahman
2022-05-15
Revert "refactor(runtime): change from signal_str_to_int function to enum (#1...
Leo Kettmeir
2022-05-14
refactor(runtime): change from signal_str_to_int function to enum (#14539)
Leo Kettmeir
2022-05-13
chore(runtime): Make some ops in ext and runtime infallible. (#14589)
Andreu Botella
2022-05-11
fix: stdout and stderr encoding on Windows (#14559)
David Sherret
2022-05-10
refactor: `StdFileResource` - remove unused cancel handle (#14558)
David Sherret
2022-05-10
refactor: remove unused `Option`s on `StdFileResource.fs_file` (#14549)
David Sherret
2022-05-01
fix(runtime): lossy utf8 readTextFile (#14456)
Aaron O'Mullan
2022-05-01
fix(test): actually capture stdout and stderr in workers (#14435)
David Sherret
2022-04-27
fix(workers): Make `worker.terminate()` not block the current thread (#13941)
Andreu Botella
2022-04-27
perf(runtime): read entire files in single ops (#14261)
Aaron O'Mullan
2022-04-27
refactor: Remove PrettyJsError and js_error_create_fn (#14378)
Nayeem Rahman
2022-04-26
fix(test): capture worker stdout and stderr in test output (#14410)
David Sherret
2022-04-26
fix(test): capture inherited stdout and stderr for subprocesses in test outpu...
David Sherret
2022-04-26
refactor(ops/process): add `StdioOrRid` enum (#14393)
David Sherret
2022-04-22
Reland "perf(http): optimize ReadableStreams backed by a resource" (#14346)
Divy Srivastava
2022-04-21
Revert various PRs related to "ext/http" (#14339)
Bartek Iwańczuk
2022-04-21
feat(runtime): two-tier subprocess API (#11618)
Leo Kettmeir
2022-04-20
core: introduce `resource.read_return` (#14331)
Divy Srivastava
2022-04-19
perf(runtime): bypass tokio file and bump op buffer size to 64K (#14319)
Divy Srivastava
2022-04-18
perf: move Deno.writeTextFile and like functions to Rust (#14221)
David Sherret
2022-03-29
fix(runtime/ops/signal.rs): Add Solaris signals (#13931)
ichizok
2022-03-22
feat: upgrade to swc_ecmascript 0.137.0 (#14067)
David Sherret
2022-03-21
chore: fix development issues on Windows (#14030)
David Sherret
2022-03-19
feat(ext/net): Deno.upgradeHttp handles unix connections (#13987)
Bartek Iwańczuk
[prev]
[next]