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
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
2019-09-14
feat: parallelize downloads from TS compiler (#2949)
Bartek Iwańczuk
2019-08-30
Remove ts_library_builder, maintain lib.deno_runtime.d.ts by hand (#2827)
Ryan Dahl
2019-08-26
Clean up various flatbuffer references (#2819)
Ryan Dahl
2019-08-26
Port readSync/writeSync ops to minimal
Ryan Dahl
2019-08-26
port fs ops to JSON (#2812)
Bartek Iwańczuk
2019-08-26
bring back json ops (#2815)
Bartek Iwańczuk
2019-08-24
Revert json ops (#2814)
Ryan Dahl
2019-08-24
port more ops to JSON (#2809)
Bartek Iwańczuk
2019-08-24
port ops to JSON: compiler, errors, fetch, files (#2804)
Bartek Iwańczuk
2019-08-24
Port rest of os ops to JSON (#2802)
Ryan Dahl
2019-08-22
introduce JSON serialization for ops (#2799)
Ryan Dahl
2019-08-21
Organize dispatch a bit (#2796)
Ryan Dahl
2019-08-16
Revert "Remove dead code: legacy read/write ops"
Ryan Dahl
2019-08-14
Remove dead code: legacy read/write ops (#2776)
Ryan Dahl
2019-08-14
split up ops.rs (#2753)
Bartek Iwańczuk