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-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
2021-10-11
feat(runtime): improve error messages of runtime fs (#11984)
Feng Yu
2021-10-10
refactor(metrics): move to core (#12386)
Aaron O'Mullan
2021-10-10
feat: Stabilize Deno.kill and Deno.Process.kill (#12375)
Ryan Dahl
2021-10-07
fix(runtime): don't equate SIGINT to SIGKILL on Windows (#12356)
Bert Belder
2021-10-05
chore: various op cleanup (#12329)
Leo K
2021-10-01
fix(runtime/js/workers): throw errors instead of using an op (#12249)
Nayeem Rahman
2021-09-30
fix: worker environment permissions should accept an array (#12250)
David Sherret
2021-09-27
fix: subprocess kill support on windows (#12134)
Luca Casonato
[next]