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
/
dispatch_json.rs
Age
Commit message (
Expand
)
Author
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
Simplify ErrBox-to-class mapping & hook it up to core json ops (#7195)
Bert Belder
2020-08-26
refactor: remove OpError, use ErrBox everywhere (#7187)
Bert Belder
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-08-07
Encode op errors as strings instead of numbers (#6977)
Bartek Iwańczuk
2020-07-14
refactor: new trait JsonOpDispatcher (#6742)
Gurwinder Singh
2020-07-13
refactor: Make OpDispatcher a trait (#6736)
Gurwinder Singh
2020-07-08
BREAKING(core): Remove control slice from ops (#6048)
Valentin Anger
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-04-23
Rename deno_core::Isolate to deno_core::CoreIsolate (#4851)
Ryan Dahl
2020-04-19
Modify op dispatcher to include &mut Isolate argument (#4821)
Ryan Dahl
2020-04-18
Fix Op definitions (#4814)
Ryan Dahl
2020-02-23
refactor: use OpError instead of ErrBox for errors in ops (#4058)
Bartek Iwańczuk
2020-02-09
No longer require aligned buffer for shared queue (#3935)
Andy Finch
2020-02-07
Enable thread pool for blocking ops (#3912)
Ryan Dahl
2020-02-03
refactor: Use Tokio's single-threaded runtime (#3844)
Ryan Dahl
2020-01-24
s/PinnedBuf/ZeroCopyBuf (#3782)
Ryan Dahl
2020-01-21
feat: add AsyncUnref ops (#3721)
Yoshiya Hinosawa
2020-01-21
refactor: don't create new runtime for fs ops (#3730)
Bartek Iwańczuk
2020-01-05
Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)
Ry Dahl
2020-01-02
Happy new year! (#3578)
Ry Dahl
2019-11-16
Use futures 0.3 API (#3358)
Bartek Iwańczuk
2019-10-25
fix: handle malformed control buffers (#3202)
Bartek Iwańczuk
2019-10-01
use Isolate::register_op in deno_cli (#3039)
Bartek Iwańczuk
2019-08-26
fix: shared queue requires aligned buffer (#2816)
Bartek Iwańczuk
2019-08-22
introduce JSON serialization for ops (#2799)
Ryan Dahl