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
/
files.rs
Age
Commit message (
Expand
)
Author
2020-03-07
refactor: remove cli/ops/files.rs (#4246)
Bartek Iwańczuk
2020-03-06
Rename name/filename arguments to path (#4227)
dubiousjim
2020-03-05
Allow BadResource errors to take a custom message (#4251)
Ryan Dahl
2020-03-02
seek should return cursor position (#4211)
bartOssh
2020-02-26
tty: Deno.setRaw(rid, mode) to turn on/off raw mode (#3958)
Kevin (Kun) "Kassimo" Qian
2020-02-25
Clean up how we use opIds (#4118)
Ryan Dahl
2020-02-23
refactor: use OpError instead of ErrBox for errors in ops (#4058)
Bartek Iwańczuk
2020-02-21
refactor: remove unneeded ErrorKinds (#3936)
Bartek Iwańczuk
2020-02-08
refactor: rename ThreadSafeState, use RefCell for mutable state (#3931)
Bartek Iwańczuk
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
Implemented alternative open mode in files (#3119)
Michał Sabiniarz
2020-01-20
refactor: Improve path handling in permission checks (#3714)
Nayeem Rahman
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-12-30
upgrade: Tokio 0.2 (#3418)
Bartek Iwańczuk
2019-11-16
Use futures 0.3 API (#3358)
Bartek Iwańczuk
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-11-07
refactor: remove cli::resources::Resource (#3285)
Bartek Iwańczuk
2019-10-28
refactor: use core ResourceTable in cli (#3206)
Bartek Iwańczuk
2019-10-11
Add init methods for each op module (#3087)
Ryan Dahl
2019-09-10
fix: replace bad rid panics with errors (#2870)
Bartek Iwańczuk
2019-08-26
Port readSync/writeSync ops to minimal
Ryan Dahl
2019-08-26
bring back json ops (#2815)
Bartek Iwańczuk
2019-08-24
Revert json ops (#2814)
Ryan Dahl
2019-08-24
port ops to JSON: compiler, errors, fetch, files (#2804)
Bartek Iwańczuk
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