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
/
cli
/
ops
/
worker_host.rs
Age
Commit message (
Expand
)
Author
2020-10-20
fix(cli/worker): Print error stacks from the origin Worker (#7987)
Nayeem Rahman
2020-10-14
fix: top-level-await module execution (#7946)
Bartek Iwańczuk
2020-10-13
refactor(cli): rename GlobalState to ProgramState (#7914)
Bartek Iwańczuk
2020-10-11
reland JsRuntime/Worker is not a Future (#7924)
Bartek Iwańczuk
2020-10-10
Fix 100% CPU idling problem by reverting #7672 (#7911)
Ryan Dahl
2020-10-09
refactor: Worker is not a Future (#7895)
Bartek Iwańczuk
2020-10-07
refactor: rename isolate to js_runtime (#7858)
Bartek Iwańczuk
2020-10-06
fix(core): module execution with top level await (#7672)
Bartek Iwańczuk
2020-09-28
refactor: move op state registration to workers (#7696)
Bartek Iwańczuk
2020-09-26
refactor: factor out check_unstable op helper (#7695)
Bartek Iwańczuk
2020-09-21
refactor: use futures and serde_json from deno_core (#7614)
Bartek Iwańczuk
2020-09-20
refactor: remove CliState, use OpState, add CliModuleLoader (#7588)
Bartek Iwańczuk
2020-09-16
Remove unnecessary serde_derive dependency
Ryan Dahl
2020-09-14
Rename deno::state::State to deno::state::CliState (#7480)
Ryan Dahl
2020-09-15
refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476)
Bert Belder
2020-09-11
refactor(core): JsRuntime initialization (#7415)
Bartek Iwańczuk
2020-09-10
Use gotham-like state for ops (#7385)
Ryan Dahl
2020-09-06
refactor(core): rename CoreIsolate to JsRuntime (#7373)
Bartek Iwańczuk
2020-09-06
Move JSON ops to deno_core (#7336)
Bert Belder
2020-08-28
refactor: migrate ops to new dispatch wrapper (#7118)
Bartek Iwańczuk
2020-08-26
refactor: remove OpError, use ErrBox everywhere (#7187)
Bert Belder
2020-08-19
Make Rc/Arc wrapper around State/GlobalState visible (#7104)
Bert Belder
2020-07-09
fix(cli): panic when stdio is null on windows (#6528)
Maayan Hanin
2020-06-09
fix(cli/js/web/worker): Disable relative module specifiers (#5266)
Nayeem Rahman
2020-06-01
feat(core): Ops can take several zero copy buffers (#4788)
Valentin Anger
2020-05-29
refactor: Split isolate and state using safe get_slot() (#5929)
Ryan Dahl
2020-05-17
Return error if more than one listener calls `WorkerHandle::get_event()` (#5461)
Yiyu Lin
2020-05-07
BREAKING: make Worker.deno unstable (#5128)
Bartek Iwańczuk
2020-05-04
Rename DenoPermissions, add abs path asserts (#5076)
Ryan Dahl
2020-04-25
remove bootstrap methods from global scope after bootstrapping (#4869)
Bartek Iwańczuk
2020-04-23
Rename deno_core::Isolate to deno_core::CoreIsolate (#4851)
Ryan Dahl
2020-04-21
Move resource_table from deno::State to deno_core::Isolate (#4834)
Ryan Dahl
2020-04-16
feat: support Deno namespace in Worker API (#4784)
Bartek Iwańczuk
2020-04-14
fix(worker): make worker name spec compliant (#4746)
Bartek Iwańczuk
2020-04-10
implement Worker.terminate() and self.close() (#4684)
Bartek Iwańczuk
2020-04-03
clippy (#4618)
Kitson Kelly
2020-03-02
Do not convert exceptions to JSON and back (#4214)
Bert Belder
2020-02-25
Clean up how we use opIds (#4118)
Ryan Dahl
2020-02-23
refactor: use OpError instead of ErrBox for errors in ops (#4058)
Bartek Iwańczuk
2020-02-21
refactor: remove unneeded ErrorKinds (#3936)
Bartek Iwańczuk
2020-02-18
refactor: remove run_worker_loop (#4028)
Bartek Iwańczuk
2020-02-18
refactor: cleanup cli/lib.rs (#4006)
Bartek Iwańczuk
2020-02-11
workers: basic event loop (#3828)
Bartek Iwańczuk
2020-02-08
refactor: rename ThreadSafeState, use RefCell for mutable state (#3931)
Bartek Iwańczuk
2020-02-05
fix: basic web worker message passing (#3893)
Ryan Dahl
2020-02-05
Move create_channels into worker constructor (#3889)
Ryan Dahl
2020-02-04
refactor: CLI subcommands and argv (#3886)
Bartek Iwańczuk
2020-02-03
refactor: Use Tokio's single-threaded runtime (#3844)
Ryan Dahl
2020-01-29
workers: proper TS libs, more spec-compliant APIs (#3812)
Bartek Iwańczuk
2020-01-27
refactor: isomorphic snapshot for CLI (#3728)
Bartek Iwańczuk
[next]