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
/
fs.rs
Age
Commit message (
Expand
)
Author
2020-04-29
BREAKING: Include limited metadata in 'DirEntry' objects (#4941)
Bert Belder
2020-04-27
make utime unstable (#4955)
Ali Hasani
2020-04-27
Mark Deno.umask unstable (#4935)
Brayden
2020-04-27
Rename FileInfo time fields and represent them as Date objects (#4932)
Bert Belder
2020-04-25
introduce unstable flag, make a few things unstable (#4892)
Ryan Dahl
2020-04-24
chdir should require --allow-write (#4889)
Ryan Dahl
2020-04-25
BREAKING CHANGE: remove Deno.OpenMode (#4884)
Bartek Iwańczuk
2020-04-23
Rename deno_core::Isolate to deno_core::CoreIsolate (#4851)
Ryan Dahl
2020-04-21
Move resource_table from deno::State to deno_core::Isolate (#4834)
Ryan Dahl
2020-04-15
Make writeSync, readSync, seekSync, openSync, isatty proper synchronous sysca...
Ryan Dahl
2020-04-03
clippy (#4618)
Kitson Kelly
2020-04-03
Properly handle invalid utf8 in paths (#4609)
dubiousjim
2020-04-03
adjust docs for Deno.seek (#4610)
dubiousjim
2020-03-31
Properly track isFile, isSymlink, isDirectory (#4541)
dubiousjim
2020-03-27
feat: Support Inspector / Chrome Devtools (#4484)
Ryan Dahl
2020-03-20
chmod should throw on Windows (#4446)
dubiousjim
2020-03-20
use prebuilt "not implemented" error (#4442)
dubiousjim
2020-03-20
refactor: move code from fs.rs into ops/fs.rs (#4428)
dubiousjim
2020-03-16
Add mode option to open/create (#4289)
dubiousjim
2020-03-14
BREAKING CHANGE FileInfo.len renamed to FileName.size (#4338)
dubiousjim
2020-03-11
Add waker to StreamResource to fix hang on close bugs (#4293)
João Souto
2020-03-11
support permission mode in mkdir (#4286)
dubiousjim
2020-03-10
Add Deno.umask (#4290)
dubiousjim
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-02
Cleanup comments and internal variables (#4205)
dubiousjim
2020-02-25
fix: Resolve makeTemp* paths from CWD (#4104)
Nayeem Rahman
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-18
feat: Deno.makeTempFile (#4024)
Kevin (Kun) "Kassimo" Qian
2020-02-15
fix: skip non-UTF-8 dir entries in Deno.readDir() (#4004)
Ben Noordhuis
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-02-03
fix: Deno.remove() to properly remove dangling symlinks (#3860)
Rafael Vargas
2020-01-29
Deno.makeTempDir() check permissions (#3810)
EnokMan
2020-01-24
s/PinnedBuf/ZeroCopyBuf (#3782)
Ryan Dahl
2020-01-20
refactor: Improve path handling in permission checks (#3714)
Nayeem Rahman
2020-01-16
feat(fs): add more unix-only fields to FileInfo (#3680)
Kevin (Kun) "Kassimo" Qian
2020-01-06
error on warnings (#3612)
Ry Dahl
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-01
fix realpath behavior in windows (#3425)
木杉
2019-11-26
Add Deno.realpath (#3404)
Kevin (Kun) "Kassimo" Qian
2019-10-11
Add init methods for each op module (#3087)
Ryan Dahl
2019-08-26
port fs ops to JSON (#2812)
Bartek Iwańczuk
2019-08-22
introduce JSON serialization for ops (#2799)
Ryan Dahl
2019-08-21
Organize dispatch a bit (#2796)
Ryan Dahl
2019-08-14
split up ops.rs (#2753)
Bartek Iwańczuk