summaryrefslogtreecommitdiff
path: root/runtime/ops
AgeCommit message (Expand)Author
2022-01-04fix(signals): prevent panic when listening to forbidden signals (#13273)Leo Kettmeir
2021-12-29cleanup(cli): use op Extensions (#13223)Aaron O'Mullan
2021-12-23feat(runtime): add op_network_interfaces (#12964)Ben Noordhuis
2021-12-18refactor: use `once_cell` instead of `lazy_static` (#13135)Divy Srivastava
2021-12-11fix: op_set_exit_code (#13034)Bartek Iwańczuk
2021-12-04chore: upgrade to Rust 1.57.0 (#12968)Bartek Iwańczuk
2021-11-28feat(runtime): add op_set_exit_code (#12911)Ben Noordhuis
2021-11-25feat(core): Add ability to "ref" and "unref" pending ops (#12889)Bartek Iwańczuk
2021-11-23fix: support "other" event type in FSWatcher (#12836)Luca Casonato
2021-11-16refactor: re-export anyhow from deno_core (#12777)Ryan Dahl
2021-11-10refactor(ext/http): rewrite hyper integration and fix bug (#12732)Bert Belder
2021-11-09feat(core): streams (#12596)Aaron O'Mullan
2021-11-09Revert "refactor(ext/http): rewrite hyper integration and fix bug (#12332)" (...Luca Casonato
2021-11-08refactor(ext/http): rewrite hyper integration and fix bug (#12332)Bert Belder
2021-11-02chore: update to Rust edition 2021 (#12578)Bartek Iwańczuk
2021-10-29fix(runtime): require full read and write permissions to create symlinks (#12...David Sherret
2021-10-27fix(workers): Make `importScripts()` use the same HTTP client as `fetch` (#12...Andreu Botella
2021-10-26chore: upgrade Rust to 1.56.0 (#12514)Bert Belder
2021-10-20fix(ext/net): fix TLS bugs and add 'op_tls_handshake' (#12501)Bert Belder
2021-10-13fix(runtime/ops/worker_host): move permission arg parsing to Rust (#12297)Nayeem Rahman
2021-10-11feat(runtime): improve error messages of runtime fs (#11984)Feng Yu
2021-10-10refactor(metrics): move to core (#12386)Aaron O'Mullan
2021-10-10feat: Stabilize Deno.kill and Deno.Process.kill (#12375)Ryan Dahl
2021-10-07fix(runtime): don't equate SIGINT to SIGKILL on Windows (#12356)Bert Belder
2021-10-05chore: various op cleanup (#12329)Leo K
2021-10-01fix(runtime/js/workers): throw errors instead of using an op (#12249)Nayeem Rahman
2021-09-30fix: worker environment permissions should accept an array (#12250)David Sherret
2021-09-27fix: subprocess kill support on windows (#12134)Luca Casonato
2021-09-25cleanup(runtime): flatten op_kill's args (#12214)Aaron O'Mullan
2021-09-22fix(workers): Don't panic when a worker's parent thread stops running (#12156)Andreu Botella
2021-09-21fix(runtime/ops/signal.rs): Add FreeBSD signal definitions (#12084)MikaelUrankar
2021-09-14chore: bump crate versions for 0.14 (#12072)David Sherret
2021-09-13feat(unstable): allow specifing gid and uid for subprocess (#11586)Leo K
2021-09-07fix: remove windows-only panic when calling `Deno.kill` (#11948)David Sherret
2021-09-07fix(runtime): return error instead of panicking for windows signals (#11940)Casper Beyer
2021-09-07refactor(lsp): use deno_ast and cache swc ASTs (#11780)David Sherret
2021-09-06BREAKING(unstable): Remove Deno.Signals enum, Deno.signals.* (#11909)Ryan Dahl
2021-09-06Don't drop messages from workers that have already been closed (#11913)Andreu Botella
2021-09-02chore: update dependencies (#11856)Luca Casonato
2021-08-24feat(unstable): Add file locking APIs (#11746)Tilman Roeder
2021-08-18fix(runtime): event loop panics in classic workers (#11756)Luca Casonato
2021-08-16feat(runtime): support classic workers for internal testing (#11338)Andreu Botella
2021-08-15refactor(ops): return BadResource errors in ResourceTable calls (#11710)Aaron O'Mullan
2021-08-06feat: ffi to replace plugins (#11152)Elias Sjögreen
2021-08-04feat(unstable): clean environmental variables for subprocess (#11571)Leo K
2021-08-03chore: surface import map JSON parse error to user (#11573)David Sherret
2021-07-30chore: upgrade Rust to 1.54.0 (#11554)Yusuke Tanaka
2021-07-29feat(runtime): implement navigator.hardwareConcurrency (#11448)Divy Srivastava
2021-07-17fix(workers): silently ignore non-existent worker IDs (#11417)Andreu Botella
2021-07-12refactor: deno_http op crate (#11335)Luca Casonato