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
Age
Commit message (
Expand
)
Author
2020-10-22
fix(cli/rt/websockets): Only add Sec-WebSocket-Protocol if it's not empty (#7...
nerix
2020-10-20
feat: stabilize Deno.fsync and Deno.fdatasync (#8038)
Casper Beyer
2020-10-20
fix(cli/worker): Print error stacks from the origin Worker (#7987)
Nayeem Rahman
2020-10-15
feat(cli/ops): add the sleep_sync op (#7974)
William Perron
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-12
chore(cli): remove dead code (#7941)
Kitson Kelly
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-07
fix(cli/ops/fs): Don't force Windows paths separate paths with forward slash ...
Nayeem Rahman
2020-10-06
fix(core): module execution with top level await (#7672)
Bartek Iwańczuk
2020-10-02
refactor(repl): use an inspector session (#7763)
Casper Beyer
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-26
refactor: use JsRuntime to implement TSC (#7691)
Bartek Iwańczuk
2020-09-22
fix: clearing timers race condition (#7617)
Bartek Iwańczuk
2020-09-21
refactor: use futures and serde_json from deno_core (#7614)
Bartek Iwańczuk
2020-09-21
chore: add copyright (#7593)
tokiedokie
2020-09-20
refactor: remove CliState, use OpState, add CliModuleLoader (#7588)
Bartek Iwańczuk
2020-09-18
refactor: move fields from CliState to OpState (#7558)
Bartek Iwańczuk
2020-09-18
refactor: deno_fetch op crate (#7524)
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-17
refactor: make fetch use op_fetch_read instead of op_read (#7529)
Ryan Dahl
2020-09-16
Re-export deno_core::url (#7525)
Ryan Dahl
2020-09-16
Remove unnecessary extern statements
Ryan Dahl
2020-09-16
Remove unnecessary serde_derive dependency
Ryan Dahl
2020-09-15
Remove http_client from CliState, store in OpState directly (#7497)
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-13
fix(WebSocket): no panic on failed connect + handle promise rejection via err...
Luca Casonato
2020-09-12
refactor: improve tsc diagnostics (#7420)
Kitson Kelly
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-10
feat(unstable): Add Deno.systemMemoryInfo() (#7350)
Akshat Agarwal
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-09-05
feat: Implement WebSocket API (#7051)
crowlKats
2020-09-01
fix: use millisecond precision for Deno.futime and Deno.utime (#7299)
Casper Beyer
2020-08-31
replace utime crate with filetime (#7268)
Casper Beyer
2020-08-31
feat(unstable): add Deno.futime and Deno.futimeSync (#7266)
Casper Beyer
2020-08-28
refactor: migrate ops to new dispatch wrapper (#7118)
Bartek Iwańczuk
2020-08-26
Simplify ErrBox-to-class mapping & hook it up to core json ops (#7195)
Bert Belder
2020-08-26
Remove some more unnecessary 'to_string()' calls (#7190)
Bert Belder
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-08-18
refactor: permissions (#7074)
Nayeem Rahman
2020-08-18
Async op dispatcher support with 'stateful_json_op_(a)sync()' (#7095)
Bert Belder
[prev]
[next]