summaryrefslogtreecommitdiff
path: root/cli/web_worker.rs
AgeCommit message (Expand)Author
2020-07-10fix(URL): Implement spec-compliant host parsing (#6689)Nayeem Rahman
2020-06-19refactor(compiler): split code paths for compile and bundle (#6304)Bartek Iwańczuk
2020-05-29refactor: Split isolate and state using safe get_slot() (#5929)Ryan Dahl
2020-05-17Return error if more than one listener calls `WorkerHandle::get_event()` (#5461)Yiyu Lin
2020-05-11Change plugin interface to prevent segfaults when unloading plugin (#5210)Bert Belder
2020-04-25remove bootstrap methods from global scope after bootstrapping (#4869)Bartek Iwańczuk
2020-04-19Modify op dispatcher to include &mut Isolate argument (#4821)Ryan Dahl
2020-04-16feat: support Deno namespace in Worker API (#4784)Bartek Iwańczuk
2020-04-10implement Worker.terminate() and self.close() (#4684)Bartek Iwańczuk
2020-04-03clippy (#4618)Kitson Kelly
2020-03-07refactor: remove cli/ops/files.rs (#4246)Bartek Iwańczuk
2020-02-21fix: add io ops to worker to fix fetch (#4054)Bartek Iwańczuk
2020-02-18refactor: remove run_worker_loop (#4028)Bartek Iwańczuk
2020-02-11workers: basic event loop (#3828)Bartek Iwańczuk
2020-02-08refactor: rename ThreadSafeState, use RefCell for mutable state (#3931)Bartek Iwańczuk
2020-02-05Move create_channels into worker constructor (#3889)Ryan Dahl
2020-02-04refactor: CLI subcommands and argv (#3886)Bartek Iwańczuk
2020-02-03refactor: Use Tokio's single-threaded runtime (#3844)Ryan Dahl
2020-01-27refactor: isomorphic snapshot for CLI (#3728)Bartek Iwańczuk
2020-01-21refactor: split cli::Worker (#3735)Bartek Iwańczuk
2020-01-21refactor: split worker and worker host logic (#3722)Bartek Iwańczuk