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-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
2022-03-16
feat(unstable): Add Deno.upgradeHttp API (#13618)
Bert Belder
2022-03-16
feat(ops): optional OpState (#13954)
Aaron O'Mullan
2022-03-14
feat(ops): custom arity (#13949)
Aaron O'Mullan
2022-03-14
feat(core): codegen ops (#13861)
Divy Srivastava
2022-02-24
chore: upgrade to Rust 1.59 (#13767)
David Sherret
2022-02-16
feat: deno vendor (#13670)
David Sherret
2022-02-16
feat(ext/http): add support for unix domain sockets (#13628)
ylxdzsw
2022-02-11
compat: support --compat in web workers (#13629)
Bartek Iwańczuk
2022-01-31
feat(unstable): add Deno.getUid (#13496)
Yoshiya Hinosawa
2022-01-31
feat(runtime): stabilize addSignalListener API (#13438)
Yoshiya Hinosawa
2022-01-20
chore: update netif to 0.1.1 (#13425)
Divy Srivastava
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2022-01-04
fix(signals): prevent panic when listening to forbidden signals (#13273)
Leo Kettmeir
2021-12-29
cleanup(cli): use op Extensions (#13223)
Aaron O'Mullan
2021-12-23
feat(runtime): add op_network_interfaces (#12964)
Ben Noordhuis
2021-12-18
refactor: use `once_cell` instead of `lazy_static` (#13135)
Divy Srivastava
2021-12-11
fix: op_set_exit_code (#13034)
Bartek Iwańczuk
2021-12-04
chore: upgrade to Rust 1.57.0 (#12968)
Bartek Iwańczuk
2021-11-28
feat(runtime): add op_set_exit_code (#12911)
Ben Noordhuis
2021-11-25
feat(core): Add ability to "ref" and "unref" pending ops (#12889)
Bartek Iwańczuk
2021-11-23
fix: support "other" event type in FSWatcher (#12836)
Luca Casonato
2021-11-16
refactor: re-export anyhow from deno_core (#12777)
Ryan Dahl
2021-11-10
refactor(ext/http): rewrite hyper integration and fix bug (#12732)
Bert Belder
2021-11-09
feat(core): streams (#12596)
Aaron O'Mullan
2021-11-09
Revert "refactor(ext/http): rewrite hyper integration and fix bug (#12332)" (...
Luca Casonato
2021-11-08
refactor(ext/http): rewrite hyper integration and fix bug (#12332)
Bert Belder
2021-11-02
chore: update to Rust edition 2021 (#12578)
Bartek Iwańczuk
2021-10-29
fix(runtime): require full read and write permissions to create symlinks (#12...
David Sherret
2021-10-27
fix(workers): Make `importScripts()` use the same HTTP client as `fetch` (#12...
Andreu Botella
2021-10-26
chore: upgrade Rust to 1.56.0 (#12514)
Bert Belder
2021-10-20
fix(ext/net): fix TLS bugs and add 'op_tls_handshake' (#12501)
Bert Belder
2021-10-13
fix(runtime/ops/worker_host): move permission arg parsing to Rust (#12297)
Nayeem Rahman
[prev]
[next]