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
/
mod.rs
Age
Commit message (
Expand
)
Author
2022-03-11
feat: "deno bench" subcommand (#13713)
Bartek Iwańczuk
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-29
cleanup(cli): use op Extensions (#13223)
Aaron O'Mullan
2021-04-28
feat(test): run test modules in parallel (#9815)
Casper Beyer
2021-04-25
feat(cli): add test permissions to Deno.test (#10188)
Casper Beyer
2021-04-18
cleanup(cli): use runtime's reg_sync() and reg_async() (#10241)
Aaron O'Mullan
2021-04-12
refactor(deno): remove concept of bin & json ops (#10145)
Aaron O'Mullan
2021-04-02
refactor(ops): remove variadic buffers (#9944)
Aaron O'Mullan
2021-02-21
feat(unstable): per op metrics (#9240)
Luca Casonato
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2020-12-13
refactor: deno_runtime crate (#8640)
Bartek Iwańczuk
2020-12-11
refactor(cli): decouple ops from ProgramState and Flags (#8659)
Bartek Iwańczuk
2020-11-13
refactor: deno_crypto op crate (#7956)
Divy Srivastava
2020-10-13
refactor(cli): rename GlobalState to ProgramState (#7914)
Bartek Iwańczuk
2020-10-02
refactor(repl): use an inspector session (#7763)
Casper Beyer
2020-09-26
refactor: factor out check_unstable op helper (#7695)
Bartek Iwańczuk
2020-09-26
refactor: use JsRuntime to implement TSC (#7691)
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-17
refactor: Move URL to op_crates/web (#7544)
Bartek Iwańczuk
2020-09-17
refactor: move op_resources and op_close to deno_core (#7539)
Bartek Iwańczuk
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-10
Use gotham-like state for ops (#7385)
Ryan Dahl
2020-09-06
Move JSON ops to deno_core (#7336)
Bert Belder
2020-09-05
feat: Implement WebSocket API (#7051)
crowlKats
2020-08-18
Async op dispatcher support with 'stateful_json_op_(a)sync()' (#7095)
Bert Belder
2020-08-12
Undo JsonOpDispatcher and OpDispatcher traits (#7023)
Ryan Dahl
2020-07-14
refactor: new trait JsonOpDispatcher (#6742)
Gurwinder Singh
2020-07-10
fix(URL): Implement spec-compliant host parsing (#6689)
Nayeem Rahman
2020-05-11
Change plugin interface to prevent segfaults when unloading plugin (#5210)
Bert Belder
2020-03-23
feat: Support Unix Domain Sockets (#4176)
João Souto
2020-03-07
refactor: remove cli/ops/files.rs (#4246)
Bartek Iwańczuk
2020-02-26
tty: Deno.setRaw(rid, mode) to turn on/off raw mode (#3958)
Kevin (Kun) "Kassimo" Qian
2020-02-21
feat: Deno.fsEvents() (#3452)
Bartek Iwańczuk
2020-02-03
refactor: Use Tokio's single-threaded runtime (#3844)
Ryan Dahl
2020-01-27
refactor: isomorphic snapshot for CLI (#3728)
Bartek Iwańczuk
2020-01-24
Add signal handlers (#3757)
Yoshiya Hinosawa
2020-01-21
refactor: split cli::Worker (#3735)
Bartek Iwańczuk
2020-01-21
refactor: split worker and worker host logic (#3722)
Bartek Iwańczuk
2020-01-02
Happy new year! (#3578)
Ry Dahl
2019-12-05
feat: first pass at native plugins (#3372)
Andy Finch
2019-11-14
refactor: per-worker resource table, take 2 (#3342)
Bartek Iwańczuk
2019-11-13
Revert "refactor: per-worker resource table (#3306)"
Ryan Dahl
2019-11-13
refactor: per-worker resource table (#3306)
Bartek Iwańczuk
2019-10-13
fix: [tls] op_dial_tls is not registerd and broken (#3121)
Yusuke Sakurai
2019-10-11
Add init methods for each op module (#3087)
Ryan Dahl
2019-10-01
use Isolate::register_op in deno_cli (#3039)
Bartek Iwańczuk
2019-09-27
Add Deno.hostname() (#3032)
Kevin (Kun) "Kassimo" Qian
2019-09-23
feat: Add Deno.dialTLS()
Jonathon Orsi
[next]